Searched refs:needsLayout (Results 1 - 8 of 8) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
H A DWidget.java36 private boolean needsLayout = true; field in class:Widget
86 if (!needsLayout) return;
87 needsLayout = false;
92 public boolean needsLayout () { method in class:Widget
93 return needsLayout;
97 needsLayout = true;
H A DWidgetGroup.java38 private boolean needsLayout = true; field in class:WidgetGroup
113 if (!needsLayout) return;
114 needsLayout = false;
119 public boolean needsLayout () { method in class:WidgetGroup
120 return needsLayout;
124 needsLayout = true;
146 if (needsLayout) {
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 186 milliseconds