Home
last modified time | relevance | path

Searched refs:childCount (Results 1 – 9 of 9) sorted by relevance

/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DExpandingListView.java186 int childCount = getChildCount();
187 for (int i = 0; i < childCount; i++) {
231 int childCount = getChildCount();
232 for (i = 0; i < childCount; i++) {
382 int childCount = getChildCount();
383 for (int i = 0; i < childCount; i++) {
423 int childCount = getChildCount();
424 for (i = 0; i < childCount; i++) {
453 int childCount = getChildCount();
454 for (int i = 0; i < childCount; i++) {
[all …]
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DFitCenterFrameLayout.java46 int childCount = getChildCount(); in onMeasure() local
47 for (int i = 0; i < childCount; i++) { in onMeasure()
54 final int childCount = getChildCount(); in onLayout() local
67 for (int i = 0; i < childCount; i++) { in onLayout()
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
DSlidingTabStrip.java119 final int childCount = getChildCount(); in onDraw() local
126 if (childCount > 0) { in onDraw()
157 for (int i = 0; i < childCount - 1; i++) { in onDraw()
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
DSlidingTabStrip.java119 final int childCount = getChildCount(); in onDraw() local
126 if (childCount > 0) { in onDraw()
157 for (int i = 0; i < childCount - 1; i++) { in onDraw()
/development/samples/browseable/BasicTransition/src/com.example.android.common/view/
DSlidingTabStrip.java119 final int childCount = getChildCount(); in onDraw() local
126 if (childCount > 0) { in onDraw()
157 for (int i = 0; i < childCount - 1; i++) { in onDraw()
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
DSlidingTabStrip.java119 final int childCount = getChildCount(); in onDraw() local
126 if (childCount > 0) { in onDraw()
157 for (int i = 0; i < childCount - 1; i++) { in onDraw()
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
DSlidingTabStrip.java119 final int childCount = getChildCount(); in onDraw() local
126 if (childCount > 0) { in onDraw()
157 for (int i = 0; i < childCount - 1; i++) { in onDraw()
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
DSlidingTabStrip.java119 final int childCount = getChildCount(); in onDraw() local
126 if (childCount > 0) { in onDraw()
157 for (int i = 0; i < childCount - 1; i++) { in onDraw()
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
DPlayerSetupActivity.java294 int childCount = parent.getChildCount(); in popChildrenIn() local
295 ObjectAnimator[] childAnims = new ObjectAnimator[childCount]; in popChildrenIn()
296 for (int i = 0; i < childCount; ++i) { in popChildrenIn()