MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getActualPane

Method getActualPane

CodenameOne/src/com/codename1/ui/Form.java:1866–1872  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1864 }
1865
1866 Container getActualPane() {
1867 if (layeredPane != null) {
1868 return layeredPane.getParent();
1869 } else {
1870 return contentPane;
1871 }
1872 }
1873
1874 /// Gets the actual pane, but first checks to see if the provided overlay
1875 /// responds to events at the provided absolute x and y coordinates.

Callers 15

isDragRegionMethod · 0.95
getDragRegionStatusMethod · 0.95
initFocusedMethod · 0.95
resolveInputComponentMethod · 0.95
pointerPressedMethod · 0.95
pointerDraggedMethod · 0.95
pointerHoverReleasedMethod · 0.95
pointerHoverPressedMethod · 0.95
pointerHoverMethod · 0.95
isSingleFocusModeMethod · 0.95
pointerReleasedMethod · 0.95
findNextFocusVerticalMethod · 0.95

Calls 4

getToolbarMethod · 0.95
getResponderAtMethod · 0.80
getParentMethod · 0.65
containsMethod · 0.65

Tested by

no test coverage detected