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

1 2 3 4 5 6 78 91011>>

  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
BackgroundPickers.java 67 for (int j = 0; j < pickerBox.getChildCount(); j++) {
126 for (int i = 0; i < pickerBox.getChildCount(); i++) {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DOTTreeGenerator.java 90 if ( adaptor.getChildCount(tree)==0 ) {
132 int n = adaptor.getChildCount(tree);
159 int n = adaptor.getChildCount(tree);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTree.h 32 - (NSUInteger) getChildCount;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTree.h 32 - (NSUInteger) getChildCount;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTree.h 32 - (NSUInteger) getChildCount;
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dottreegen.py 101 n = adaptor.getChildCount(tree)
131 n = adaptor.getChildCount(tree)
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
SoapEnvelope.java 166 for (int i = 0; i < headers.getChildCount(); i++) {
174 for (int i = 0; i < headers.getChildCount(); i++) {
  /frameworks/base/core/java/android/widget/
AbsoluteLayout.java 60 int count = getChildCount();
112 int count = getChildCount();
DayPickerViewPager.java 62 int count = getChildCount();
160 final int len = getChildCount();
  /frameworks/base/core/java/com/android/internal/widget/
ButtonBarLayout.java 139 for (int i = index, count = getChildCount(); i < count; i++) {
163 final int childCount = getChildCount();
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintOptionsLayout.java 64 final int childCount = getChildCount();
127 final int childCount = getChildCount();
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteDialogHelper.java 112 for (int i = 0; i < listView.getChildCount(); ++i) {
135 for (int i = 0; i < listView.getChildCount(); ++i) {
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerCustomSizeInScrollDirectionTest.java 113 mRecyclerView.getChildCount() > 0);
114 for (int i = 0; i < mRecyclerView.getChildCount(); i++) {
LinearLayoutManagerTest.java 159 final int childCount = mLayoutManager.getChildCount();
188 for (int i = 0; i < mLayoutManager.getChildCount(); i++) {
203 + " initial:" + childCount + ", current:" + mRecyclerView.getChildCount(),
204 mRecyclerView.getChildCount() <= childCount + 3 /*1 for removed view, 2 for its size*/);
218 final int childCountToAdd = mRecyclerView.getChildCount() * 2;
421 mRecyclerView.getChildCount() + mRecyclerView.mRecycler.mCachedViews.size());
432 mRecyclerView.getChildCount() + mRecyclerView.mRecycler.mCachedViews.size());
453 final int childCount = mLayoutManager.getChildCount();
TestResizingRelayoutWithAutoMeasure.java 86 assertThat("Test sanity", recyclerView.getChildCount() > 0, is(true));
125 for (int i = 0; i < mLayoutManager.getChildCount(); i++) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
OtherSettingsPopup.java 121 int count = mSettingList.getChildCount();
146 int count = mSettingList.getChildCount();
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/conversationlist/
ConversationListFragmentTest.java 102 assertEquals(cursor.getCount(), listView.getChildCount());
115 assertEquals(0, listView.getChildCount());
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityNodeInfoTest.java 256 assertSame("childCount has incorrect value", expectedInfo.getChildCount(),
257 receivedInfo.getChildCount());
258 assertSame("childCount has incorrect value", expectedInfo.getChildCount(),
259 receivedInfo.getChildCount());
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/swiperefreshlistfragment/
SwipeRefreshListFragment.java 159 return listView.getChildCount() > 0 &&
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/src/main/java/com/example/android/swiperefreshlistfragment/
SwipeRefreshListFragment.java 159 return listView.getChildCount() > 0 &&
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.swiperefreshlistfragment/
SwipeRefreshListFragment.java 159 return listView.getChildCount() > 0 &&
  /development/samples/devbytes/ui/RequestDuringLayout/src/com/example/android/requestduringlayout/
RequestDuringLayout.java 116 if (getChildCount() > 1) {
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
LayoutChangesActivity.java 98 if (mContainerView.getChildCount() == 0) {
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3basetree.h 105 ANTLR3_UINT32 (*getChildCount) (struct ANTLR3_BASE_TREE_struct * tree);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
ParseTreeBuilder.java 83 if ( ruleNode.getChildCount()==0 ) {

Completed in 508 milliseconds

1 2 3 4 5 6 78 91011>>