HomeSort by relevance Sort by last modified time
    Searched refs:getChildCount (Results 151 - 175 of 370) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
List13.java 144 int count = view.getChildCount();
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemFocusablesCloseTest.java 59 2, mListView.getChildCount());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BeanBag.java 303 for (int i=0; i<getChildCount(); i++) {
308 for (int i=0; i<getChildCount(); i++) {
314 for (int j=i+1; j<getChildCount(); j++) {
386 for (int i=0; i<getChildCount(); i++) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationLinearLayout.java 81 final int N = getChildCount();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DisplayListLayersActivity.java 59 for (int i = 0; i < root.getChildCount(); i++) {
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
EffectsGroup.java 66 for (int i = 0; i < container.getChildCount(); i++) {
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorControlBar.java 88 int count = getChildCount();
ZoomControl.java 125 int count = getChildCount();
  /packages/apps/Contacts/src/com/android/contacts/editor/
BaseRawContactEditorView.java 127 if (getParent() instanceof ViewGroup && ((ViewGroup) getParent()).getChildCount() == 1) {
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
EffectsBar.java 74 for (int i = 0; i < effects.getChildCount(); i++) {
  /packages/apps/Launcher2/src/com/android/launcher2/
SmoothPagedView.java 130 whichPage = Math.max(0, Math.min(whichPage, getChildCount() - 1));
Workspace.java 358 if (getChildCount() > 0) {
383 final int childCount = getChildCount();
455 R.string.workspace_description_format, getChildCount()));
474 int count = dragLayer.getChildCount();
520 if (screen < 0 || screen >= getChildCount()) {
521 Log.e(TAG, "The screen must be >= 0 and < " + getChildCount()
679 final int clCount = getChildCount();
683 final int itemCount = swc.getChildCount();
766 for (int i = 0; i < getChildCount(); ++i) {
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlBar.java 89 int count = getChildCount();
IndicatorControl.java 66 int count = getChildCount();
197 final int count = getChildCount();
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
UseCompoundDrawableDetector.java 79 int childCount = LintUtils.getChildCount(element);
  /cts/tests/tests/widget/src/android/widget/cts/
TextSwitcherTest.java 141 assertEquals(1, textSwitcher.getChildCount());
162 assertEquals(2, textSwitcher.getChildCount());
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeAdaptor.as 216 function getChildCount(t:Object):int;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseTree.h 43 - (NSUInteger) getChildCount;
116 - (NSUInteger) getChildCount;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseTree.h 43 - (NSUInteger) getChildCount;
116 - (NSUInteger) getChildCount;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseTree.h 43 - (NSUInteger) getChildCount;
116 - (NSUInteger) getChildCount;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTree.h 45 - (NSUInteger) getChildCount;
120 - (NSUInteger) getChildCount;
ANTLRTreeAdaptor.h 138 - (NSInteger) getChildCount:(id) aTree;
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DelegatedData.java 142 public int getChildCount() {
143 return getDelegate().getChildCount();
  /frameworks/base/graphics/java/android/graphics/drawable/
StateListDrawable.java 205 return mStateListState.getChildCount();
285 final int N = getChildCount();
  /frameworks/support/v4/ics/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatIcs.java 72 public static int getChildCount(Object info) {
73 return ((AccessibilityNodeInfo) info).getChildCount();

Completed in 762 milliseconds

1 2 3 4 5 67 8 91011>>