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

1 2 3 4 56 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
ActionBar.java 46 for (int i = 0; i < getChildCount(); i++) {
RestorableView.java 47 if (getChildCount() != 0) {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugTreeAdaptor.java 88 int n = adaptor.getChildCount(t);
209 public int getChildCount(Object t) {
210 return adaptor.getChildCount(t);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
BaseTree.js 37 getChildCount: function() {
200 var n = this.getChildCount(),
222 var n = this.getChildCount(),
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimationDrawable.java 163 return mAnimationState.getChildCount();
212 final int N = mAnimationState.getChildCount();
220 if (frame >= mAnimationState.getChildCount()) {
DrawableContainer.java 411 final int N = mDrawableContainerState.getChildCount();
540 public final int getChildCount() {
566 final int N = getChildCount();
624 final int N = getChildCount();
662 final int N = getChildCount();
679 final int N = getChildCount();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NotificationRowLayout.java 90 Slog.d(TAG, "view added: " + child + "; new count: " + getChildCount());
94 Slog.d(TAG, "view removed: " + child + "; new count: " + (getChildCount() - 1));
198 final int count = getChildCount();
  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 324 final int count = parent.getChildCount();
340 final int count = parent.getChildCount();
364 final int count = parent.getChildCount();
  /libcore/xml/src/main/java/org/kxml2/kdom/
Node.java 70 /** convenience method for addChild (getChildCount (), child) */
73 addChild(getChildCount(), type, child);
102 public int getChildCount() {
158 int len = getChildCount();
200 int len = getChildCount();
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorControl.java 66 int count = getChildCount();
220 final int count = getChildCount();
241 for (int i = 0, count = getChildCount(); i < count; i++) {
IndicatorControlWheel.java 190 return (getChildCount() - mSecondLevelStartIndex);
229 mSecondLevelStartIndex = getChildCount();
240 int count = getChildCount() - index;
246 mChildRadians = new double[getChildCount()];
297 endIndex = getChildCount() - 1;
446 for (int i = 0 ; i < getChildCount(); ++i) mChildRadians[i] += increment;
477 for (int i = 0; i < getChildCount(); ++i) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SecondLevelIndicatorControlBar.java 63 mNonIndicatorButtonCount = getChildCount();
79 int count = getChildCount();
174 int count = getChildCount();
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 118 def getChildCount(self):
537 def getChildCount(self, t):
725 def getChildCount(self):
1012 for i in range(self.getChildCount(t)):
1077 nc = newRoot.getChildCount()
1096 if root.getChildCount() == 0:
1099 elif root.getChildCount() == 1:
    [all...]
treewizard.py 394 for i in range(self.adaptor.getChildCount(t)):
491 for i in range(self.adaptor.getChildCount(t)):
567 n1 = self.adaptor.getChildCount(t1)
568 n2 = tpattern.getChildCount()
608 n1 = adaptor.getChildCount(t1)
609 n2 = adaptor.getChildCount(t2)
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3basetree.c 37 static ANTLR3_UINT32 getChildCount (pANTLR3_BASE_TREE tree);
62 tree->getChildCount = getChildCount;
131 getChildCount (pANTLR3_BASE_TREE tree)
475 count = tree->getChildCount(tree); // How many children do we have
antlr3commontreeadaptor.c 55 static ANTLR3_UINT32 getChildCount (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t);
134 cta->baseAdaptor.getChildCount = (ANTLR3_UINT32 (*) (pANTLR3_BASE_TREE_ADAPTOR, void *))
135 getChildCount;
471 getChildCount (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t)
473 return t->getChildCount(t);
  /frameworks/base/core/java/android/widget/
TableLayout.java 207 final int count = getChildCount();
220 int count = getChildCount();
290 int count = getChildCount();
491 final int count = getChildCount();
587 final int nbChildren = getChildCount();
AbsListView.java     [all...]
Gallery.java 368 if (getChildCount() == 0) {
442 for (int i = getChildCount() - 1; i >= 0; i--) {
468 int numChildren = getChildCount();
520 if (getChildCount() == 0 || mSelectedChild == null) return;
569 for (int i = getChildCount() - 1; i >= 0; i--) {
683 int numChildren = getChildCount();
785 int numChildren = getChildCount();
    [all...]
GridView.java 230 final int count = getChildCount();
244 correctTooHigh(numColumns, verticalSpacing, getChildCount());
259 correctTooLow(numColumns, verticalSpacing, getChildCount());
295 setVisibleRangeHint(mFirstPosition, mFirstPosition + getChildCount() - 1);
388 setVisibleRangeHint(mFirstPosition, mFirstPosition + getChildCount() - 1);
475 final int count = getChildCount();
487 final int childCount = getChildCount();
554 final int childCount = getChildCount();
563 final int childCount = getChildCount();
    [all...]
AbsSpinner.java 255 final int childCount = getChildCount();
273 position <= mFirstPosition + getChildCount() - 1;
351 final int count = getChildCount();
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 105 final int count = getChildCount();
148 int childCount = mChildren.getChildCount();
156 return mChildren.getChildCount();
220 final int count = getChildCount();
255 int count = getChildCount();
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 382 for (int i = 0; i < tree.getChildCount(); i++) {
393 for (int i = 0; i < tree.getChildCount(); i++) {
415 for (int j = 0; j < tree.getChildCount(); j++) {
429 for (int i = 1; i < tree.getChildCount(); i++) {
433 || (i == tree.getChildCount()-1 && ";".equals(part))) {
723 if (child.getChildCount() > 1) {
734 } while (j < child.getChildCount() && !"=".equals(tmp.toString()));
740 if (j < child.getChildCount()) {
780 if (tree.getChildCount() > 1) {
796 tree = (ParseTree) tree.getChild(tree.getChildCount()-1)
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ArraySizeDetector.java 193 int newCount = LintUtils.getChildCount(node);
239 int childCount = LintUtils.getChildCount(element);
250 LintUtils.getChildCount(element)));
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskBackService.java 108 if (rowNode.getChildCount() < 2 || !rowNode.getChild(1).isCheckable()) {

Completed in 1984 milliseconds

1 2 3 4 56 7 8 91011>>