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

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 152 assertEquals(0, vg.getChildCount());
155 assertEquals(1, vg.getChildCount());
162 assertEquals(0, vg.getChildCount());
165 assertEquals(1, vg.getChildCount());
172 assertEquals(0, vg.getChildCount());
176 assertEquals(1, vg.getChildCount());
185 assertEquals(0, vg.getChildCount());
191 assertEquals(1, vg.getChildCount());
198 assertEquals(0, vg.getChildCount());
202 assertEquals(1, vg.getChildCount());
    [all...]
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 156 if (getChildCount() == 0) {
170 if (getChildCount() == 0) {
208 if (getChildCount() > 0) {
217 if (getChildCount() > 0) {
226 if (getChildCount() > 0) {
235 if (getChildCount() > 0) {
310 if (getChildCount() > 0) {
383 if (getChildCount() > 0) {
535 if (getChildCount() == 0) {
618 if (getChildCount() > 0)
    [all...]
ScrollView.java 176 if (getChildCount() == 0) {
190 if (getChildCount() == 0) {
228 if (getChildCount() > 0) {
237 if (getChildCount() > 0) {
246 if (getChildCount() > 0) {
255 if (getChildCount() > 0) {
329 if (getChildCount() > 0) {
404 if (getChildCount() > 0) {
559 if (getChildCount() == 0) {
646 if (getChildCount() > 0)
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HorizontalScrollView.java 152 if (getChildCount() == 0) {
166 if (getChildCount() == 0) {
204 if (getChildCount() > 0) {
213 if (getChildCount() > 0) {
222 if (getChildCount() > 0) {
231 if (getChildCount() > 0) {
306 if (getChildCount() > 0) {
379 if (getChildCount() > 0) {
542 if (getChildCount() == 0) {
625 if (getChildCount() > 0)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 282 return getChildCount();
316 if (getChildCount() == 0) {
484 final int childCount = getChildCount();
556 final int pageCount = getChildCount();
572 int childCount = getChildCount();
610 final int childCount = getChildCount();
630 if (mFirstLayout && mCurrentPage >= 0 && mCurrentPage < getChildCount()) {
645 for (int i = 0; i < getChildCount(); i++) {
671 int count = getChildCount();
696 if (getChildCount() == 0
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewLayerInvalidationActivity.java 127 for (int i = 0; i < parent.getChildCount(); ++i) {
144 for (int i = 0; i < parent.getChildCount(); ++i) {
158 for (int i = 0; i < parent.getChildCount(); ++i) {
  /packages/apps/Gallery/src/com/android/camera/
EvenlySpacedLayout.java 50 int count = getChildCount();
70 int count = getChildCount();
97 int count = getChildCount();
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeWizard.java 192 int n = adaptor.getChildCount(t);
261 int n = adaptor.getChildCount(t);
350 int n1 = adaptor.getChildCount(t1);
351 int n2 = tpattern.getChildCount();
418 int n1 = adaptor.getChildCount(t1);
419 int n2 = adaptor.getChildCount(t2);
CommonTree.java 94 if ( getChildCount()>0 ) {
104 if ( getChildCount()>0 ) {
CommonTreeAdaptor.java 140 public int getChildCount(Object t) {
142 return ((Tree)t).getChildCount();
BaseTree.java 76 public int getChildCount() {
257 int n = getChildCount();
270 int n = getChildCount();
290 int n = this.getChildCount();
  /cts/tests/tests/widget/src/android/widget/cts/
TabHostTest.java 142 assertEquals(1, tabHost.getTabWidget().getChildCount());
148 assertEquals(2, tabHost.getTabWidget().getChildCount());
179 assertEquals(3, tabHost.getTabWidget().getChildCount());
180 assertEquals(3, tabHost.getTabContentView().getChildCount());
191 assertEquals(0, tabHost.getTabWidget().getChildCount());
192 assertEquals(0, tabHost.getTabContentView().getChildCount());
227 tabHost.setCurrentTab(tabHost.getTabWidget().getChildCount() + 1);
289 assertEquals(3, tabHost.getTabContentView().getChildCount());
303 assertEquals(3, tabHost.getTabContentView().getChildCount());
305 assertEquals(4, tabHost.getTabContentView().getChildCount());
    [all...]
  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java 75 int count = getChildCount();
96 int count = getChildCount();
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
FitCenterFrameLayout.java 46 int childCount = getChildCount();
54 final int childCount = getChildCount();
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTree.js 63 if ( this.getChildCount()>0 ) {
73 if ( this.getChildCount()>0 ) {
CommonTreeAdaptor.js 143 getChildCount: function(t) {
147 return t.getChildCount();
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemsExpandOnSelectionTest.java 83 int lastItemIndex = mListView.getChildCount() - 1;
99 int childrenPerScreen = mListView.getChildCount();
ListWithOffScreenNextSelectableTest.java 52 4, mListView.getChildCount());
63 final View lastVisibleView = mListView.getChildAt(mListView.getChildCount() - 1);
  /packages/apps/Contacts/src/com/android/contacts/widget/
ProportionalLayout.java 91 if (getChildCount() != 1) {
123 if (getChildCount() != 1) {
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3basetreeadaptor.c 70 static ANTLR3_UINT32 getChildCount (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t);
144 adaptor->getChildCount = (ANTLR3_UINT32 (*)(pANTLR3_BASE_TREE_ADAPTOR, void *))
145 getChildCount;
177 nCount = adaptor->getChildCount(adaptor, t);
256 nCount = adaptor->getChildCount(adaptor, t);
485 n = adaptor->getChildCount (adaptor, t);
510 n = adaptor->getChildCount(adaptor, tree);
645 if (newRootTree->getChildCount(newRootTree) > 1)
715 if (root->getChildCount(root) == 0)
719 else if (root->getChildCount(root) == 1
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 202 if (getChildCount() == 0) {
221 if (getChildCount() == 0) {
254 if (getChildCount() > 0) {
263 if (getChildCount() > 0) {
272 if (getChildCount() > 0) {
281 if (getChildCount() > 0) {
358 if (getChildCount() > 0) {
453 if (getChildCount() > 0) {
625 mIsBeingDragged = getChildCount() != 0;
720 if (getChildCount() > 0)
    [all...]
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityNodeInfoTest.java 171 assertSame("childCount has incorrect value", expectedInfo.getChildCount(),
172 receivedInfo.getChildCount());
173 assertSame("childCount has incorrect value", expectedInfo.getChildCount(),
174 receivedInfo.getChildCount());
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimationsByDefault.java 56 gridContainer.addView(newButton, Math.min(1, gridContainer.getChildCount()));
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DialogActivity.java 80 int num = layout.getChildCount();
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTree.h 38 - (NSUInteger) getChildCount;

Completed in 731 milliseconds

1 23 4 5 6 7 8 91011>>