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

<<1112131415

  /packages/apps/Contacts/src/com/android/contacts/editor/
EditorAnimator.java 219 for (int i = index; i < container.getChildCount(); i++) {
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 546 final int count = getChildCount();
612 if (mShortcutsAndWidgets.getChildCount() > 0) {
667 final int count = mShortcutsAndWidgets.getChildCount();
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartView.java 110 for (int i = 0; i < getChildCount(); i++) {
  /frameworks/base/core/java/android/view/
ViewDebug.java 482 final int count = group.getChildCount();
551 final int count = group.getChildCount();
657 int count = group.getChildCount();
751 final int count = group.getChildCount();
777 final int count = group.getChildCount();
    [all...]
ViewGroup.java     [all...]
VolumePanel.java 432 final int count = mSliderGroup.getChildCount();
443 final int count = mSliderGroup.getChildCount();
450 final int count = mSliderGroup.getChildCount();
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 446 if (getChildCount() <= mBaselineAlignedChildIndex) {
510 if ((i < 0) || (i >= getChildCount())) {
512 + "of range (0, " + getChildCount() + ")");
540 return getChildCount();
590 } else if (childIndex == getChildCount()) {
    [all...]
AdapterViewAnimator.java 678 final int count = getChildCount();
760 final int childCount = getChildCount();
    [all...]
ListPopupWindow.java     [all...]
Spinner.java 340 final int count = getChildCount();
390 if (getChildCount() > 0) {
    [all...]
TableRow.java 157 final int count = getChildCount();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroupTest.java 377 assertEquals(4, mDefaultRadioGroup.getChildCount());
386 assertEquals(5, mDefaultRadioGroup.getChildCount());
AbsListViewTest.java 176 assertEquals(mListView.getChildCount(), onScrollListener.getVisibleItemCount());
186 assertEquals(mListView.getChildCount(), onScrollListener.getVisibleItemCount());
495 assertEquals(mListView.getChildCount(), views.size());
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRTreePrinter.g 66 for ( int i = 0; i < t.getChildCount(); i++ )
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimations.java 91 container.addView(newButton, Math.min(1, container.getChildCount()));
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 293 final int count = getChildCount();
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 60 var n:int = getChildCount(t);
194 public function getChildCount(t:Object):int {
CommonTreeNodeStream.as 140 var n:int = adaptor.getChildCount(t);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BufferedTreeNodeStream.java 154 int n = adaptor.getChildCount(t);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTreeNodeStream.js 95 var n = this.adaptor.getChildCount(t);
  /packages/apps/Browser/src/com/android/browser/
PageDialogsHandler.java 382 if (placeholder.getChildCount() == 0) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SharePopup.java 201 int count = mShareList.getChildCount();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java     [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 260 for i in range(self.adaptor.getChildCount(t)):
357 def getChildCount(self, t):
358 return self.adaptor.getChildCount(t)
    [all...]

Completed in 1081 milliseconds

<<1112131415