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

1 2 3 45 6 7 8 91011>>

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 290 return getChildCount();
346 if (getChildCount() == 0) {
525 final int childCount = getChildCount();
598 final int pageCount = getChildCount();
614 int childCount = getChildCount();
652 final int childCount = getChildCount();
676 if (mFirstLayout && mCurrentPage >= 0 && mCurrentPage < getChildCount()) {
691 for (int i = 0; i < getChildCount(); i++) {
717 int count = getChildCount();
743 if (getChildCount() == 0
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
TaskStackHorizontalGridView.java 100 for (int i = 0; i < getChildCount(); i++) {
114 for (int i = 0; i < getChildCount(); i++) {
127 for (int i = 0; i < getChildCount(); i++) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
SegmentedButtons.java 63 for (int i = 0; i < getChildCount(); i++) {
87 if (getChildCount() == 0) {
104 for (int i = 0; i < getChildCount(); i++) {
  /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();
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 187 fillRight(mFirstPosition + getChildCount(), 0);
195 // final int childCount = getChildCount();
402 overhang = fillRight(mFirstPosition + getChildCount(), allowOverhang);
441 for (int i = getChildCount() - 1; i >= 0; i--) {
458 while (getChildCount() > 0) {
478 final int childCount = getChildCount();
487 final int childCount = getChildCount();
496 for (int i = 0; i < getChildCount(); i++) {
510 int nextLeft = getChildCount() == 0 ? 0 : getChildAt(getChildCount() - 1).getRight()
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 220 int pageCount = workspace.getChildCount();
241 iconIndex += iconParent.getChildCount();
247 iconIndex += iconParent.getChildCount();
289 newIcon = parent.getChildAt(parent.getChildCount() - 1);
319 if (parent == iconParent && newIconIndex >= iconParent.getChildCount()) {
320 newIconIndex -= iconParent.getChildCount();
362 final int pageCount = workspace.getChildCount();
482 if (0 <= newIconIndex && newIconIndex < parent.getChildCount()) {
484 } else if (parent.getChildCount() <= newIconIndex &&
485 newIconIndex < parent.getChildCount() + hotseatParent.getChildCount())
    [all...]
  /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();
  /frameworks/base/core/java/android/view/
GhostView.java 168 final int numChildren = viewGroup.getChildCount();
199 firstGhost = viewGroup.getChildCount();
222 if (index < 0 || index >= viewGroup.getChildCount()) {
238 int high = overlayViewGroup.getChildCount() - 1;
262 if (frameLayout.getChildCount() == 1) {
317 final int childrenCount = parent.getChildCount();
  /packages/apps/Messaging/src/com/android/messaging/ui/
AttachmentPreview.java 91 final int childCount = getChildCount();
125 if (mAttachmentView.getChildCount() > 0) {
127 final View viewToHide = mAttachmentView.getChildCount() > 1 ?
216 if (mAttachmentView.getChildCount() > 0) {
219 Assert.equals(1, mAttachmentView.getChildCount());
239 if (mAttachmentView.getChildCount() > 0) {
  /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();
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/decorator/
DividerItemDecoration.java 70 final int childCount = parent.getChildCount();
87 final int childCount = parent.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();
  /external/llvm/lib/DebugInfo/PDB/
PDBContext.cpp 50 if (!LineNumbers || LineNumbers->getChildCount() == 0)
73 if (!LineNumbers || LineNumbers->getChildCount() == 0)
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
PercentFrameLayout.java 65 for (int i = 0; i < getChildCount(); ++i) {
83 for (int i = 0; i < getChildCount(); ++i) {
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemsExpandOnSelectionTest.java 85 int lastItemIndex = mListView.getChildCount() - 1;
102 int childrenPerScreen = mListView.getChildCount();
ListWithOffScreenNextSelectableTest.java 54 4, mListView.getChildCount());
65 final View lastVisibleView = mListView.getChildAt(mListView.getChildCount() - 1);
  /frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
MainActivity.java 59 for (int i = 0; i < lv.getChildCount(); i++) {
69 for (int i = 0; i < adapterView.getChildCount(); i++) {
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
ListViewAddRemoveNoTransition.java 57 for (int i = 0; i < listview.getChildCount(); ++i) {
68 for (int i = 0; i < listview.getChildCount(); ++i) {
  /frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
FlowLayout.java 41 final int count = getChildCount();
92 final int count = getChildCount();
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ButtonBarLayout.java 100 for (int i = 0, count = getChildCount(); i < count; i++) {
126 final int childCount = getChildCount();

Completed in 740 milliseconds

1 2 3 45 6 7 8 91011>>