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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListManagedCursorTest.java 132 int count = mListView.getChildCount();
169 TouchUtils.clickView(this, mListView.getChildAt(mListView.getChildCount() - 1));
  /frameworks/base/graphics/java/android/graphics/drawable/
MipmapDrawable.java 218 final int N = getChildCount();
271 final int N = getChildCount();
  /packages/apps/Camera/src/com/android/camera/ui/
OtherSettingsPopup.java 123 int count = mSettingList.getChildCount();
148 int count = mSettingList.getChildCount();
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
OtherSettingsPopup.java 121 int count = mSettingList.getChildCount();
146 int count = mSettingList.getChildCount();
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackLinearLayout.java 265 final int childrenCount = getChildCount();
370 addView(audioTrackView, getChildCount() - 1, lp);
387 final int childrenCount = getChildCount();
492 final int childrenCount = getChildCount();
507 final int childrenCount = getChildCount();
634 final int childrenCount = getChildCount();
651 while (index < getChildCount()) {
690 final int childrenCount = getChildCount();
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3basetree.h 105 ANTLR3_UINT32 (*getChildCount) (struct ANTLR3_BASE_TREE_struct * tree);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
ParseTreeBuilder.java 83 if ( ruleNode.getChildCount()==0 ) {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeAdaptor.java 239 public int getChildCount(Object t);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonTreeAdaptor.h 54 - (NSInteger)getChildCount:(id<ANTLRTree>)t;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonTreeAdaptor.h 54 - (NSInteger)getChildCount:(id<ANTLRTree>)t;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonTreeAdaptor.h 54 - (NSInteger)getChildCount:(id<ANTLRTree>)t;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTreeAdaptor.h 57 - (NSInteger)getChildCount:(ANTLRCommonTree *)t;
  /external/emma/core/java12/com/vladium/emma/report/
Item.java 29 public final int getChildCount ()
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
Data.java 143 int getChildCount();
  /frameworks/base/core/java/android/widget/
ViewSwitcher.java 65 if (getChildCount() >= 2) {
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListInterleaveFocusablesTest.java 45 assertEquals(7, mListView.getChildCount());
ListItemFocusablesFarApartTest.java 71 1, mListView.getChildCount());
ListWithScreenOfNoSelectablesTest.java 50 mListView.getChildCount() < mListView.getCount());
  /frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
ListButtonsDiagonalAcrossItemsTest.java 58 assertEquals("num children", 3, lv.getChildCount());
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
MipmapDrawableTest.java 47 assertEquals(0, mDrawableContainerState.getChildCount());
52 assertEquals(0, mDrawableContainerState.getChildCount());
57 assertEquals(1, mDrawableContainerState.getChildCount());
62 assertEquals(2, mDrawableContainerState.getChildCount());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
IconMerger.java 70 final int N = getChildCount();
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
ToolbarIdleHandler.java 69 for (int i = 0; i < toolbar.getChildCount(); i++) {
  /packages/apps/Browser/src/com/android/browser/
BreadCrumbView.java 262 int childCount = getChildCount();
268 int count = getChildCount();
282 int ix = getChildCount();
311 int ix = getChildCount();
  /packages/apps/Contacts/src/com/android/contacts/editor/
KindSectionView.java 74 int childCount = mEditors.getChildCount();
280 for (int i = 0; i < mEditors.getChildCount(); i++) {
301 for (int i = 0; i < mEditors.getChildCount(); i++) {
389 return mEditors.getChildCount();
  /packages/apps/Email/src/com/android/email/view/
NonLockingScrollView.java 108 final int childCount = viewGroup.getChildCount();

Completed in 535 milliseconds

1 2 3 45 6 7 8 91011>>