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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/widget/
AdapterView.java 606 final int childCount = getChildCount();
634 return mFirstPosition + getChildCount() - 1;
    [all...]
StackView.java 530 final int childCount = getChildCount();
    [all...]
FrameLayout.java 296 int count = getChildCount();
388 final int count = getChildCount();
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailDisplayUtils.java 291 final int numOldImageRows = imageRows.getChildCount();
538 if (listView == null || listView.getChildCount() == 0 ||
558 if (listView == null || listView.getChildCount() == 0 ||
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileAdapter.java 537 if (getChildCount() <= childIndex) {
590 final int count = getChildCount();
620 final int childCount = getChildCount();
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontree.c 456 if (tree->getChildCount(tree) > 0)
476 if (tree->getChildCount(tree) > 0)
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
LeftRecursiveRuleWalker.g 142 @init{boolean lr=false; this.numAlts = $start.getChildCount();}
DefineGrammarItemsWalker.g 62 for (int i = 0; i < block.getChildCount(); i++) {
84 for ( int i = 0; i < p.getChildCount(); i++ ) {
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 147 emitStatsCount ("packages", item.getChildCount ());
398 final boolean deeper = (childrenOrder != null) && (m_settings.getDepth () > metadata.getTypeID ()) && (item.getChildCount () > 0);
  /frameworks/base/core/java/com/android/internal/widget/
SizeAdaptiveLayout.java 144 for (int i = 0; i < getChildCount(); i++) {
198 for (int i = 0; i < getChildCount(); i++) {
ActionBarContainer.java 204 final int count = getChildCount();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsVerticalScrollView.java 85 for (int i = 0; i < mLinearLayout.getChildCount(); i++) {
222 for (int i = 0; i < mLinearLayout.getChildCount(); i++) {
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
UiObject.java 118 public int getChildCount() throws UiObjectNotFoundException {
123 return node.getChildCount();
AccessibilityNodeInfoDumper.java 116 int count = node.getChildCount();
  /cts/tests/tests/widget/src/android/widget/cts/
TabWidgetTest.java 134 tabWidget.focusCurrentTab(tabWidget.getChildCount() + 1);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimationsHideShow.java 82 for (int i = 0; i < container.getChildCount(); ++i) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java 221 if (changed && getChildCount() > 0) {
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
CameraFragment.java 237 if (getChildCount() > 0) {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeParser.java 104 if ( input.getTreeAdaptor().getChildCount(look)==0 ) {
  /external/emma/core/java12/com/vladium/emma/report/
SrcFileItem.java 103 aggregates [TOTAL_CLASS_COUNT] = getChildCount ();
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultDataContext.java 320 public int getChildCount() {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
BaseAdapter.java 170 final int count = group.getChildCount();
  /libcore/xml/src/main/java/org/kxml2/kdom/
Element.java 223 if (getChildCount() == 0)
  /packages/apps/Calendar/src/com/android/calendar/
StickyHeaderListView.java 372 int iChildNum = getChildCount();

Completed in 741 milliseconds

1 2 3 4 5 6 7 8 91011>>