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

Method getWidth

CodenameOne/src/com/codename1/ui/Component.java:1348–1350  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1346 ///
1347 /// the component width
1348 public int getWidth() {
1349 return bounds.getSize().getWidth();
1350 }
1351
1352 /// Sets the Component width, this method is exposed for the purpose of
1353 /// external layout managers and should not be invoked directly.

Callers 15

openToRightMethod · 0.95
openToLeftMethod · 0.95
actionPerformedMethod · 0.95
autoReleaseMethod · 0.95
pointerReleasedMethod · 0.95
setAnimatedIndicatorMethod · 0.95
paintMethod · 0.95
isObscuredByChildrenMethod · 0.95
paintElevatedPaneMethod · 0.95
moveScrollTowardsMethod · 0.95

Calls 2

getWidthMethod · 0.65
getSizeMethod · 0.65

Tested by 13

pointerPressMethod · 0.76
pointerReleaseMethod · 0.76
pointerDragMethod · 0.76
countVisibleItemsMethod · 0.76
expectPresentMethod · 0.76
paintMethod · 0.76
flowLayoutTestsMethod · 0.76
boxLayoutTestsMethod · 0.76
runTestMethod · 0.76
runTestMethod · 0.76
runTestMethod · 0.76
testFlowLayoutRTLMethod · 0.76