Home
last modified time | relevance | path

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

/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/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/Support7Demos/src/com/example/android/supportv7/widget/decorator/
DDividerItemDecoration.java70 final int childCount = parent.getChildCount(); in drawVertical() local
71 for (int i = 0; i < childCount; i++) { in drawVertical()
87 final int childCount = parent.getChildCount(); in drawHorizontal() local
88 for (int i = 0; i < childCount; i++) { in drawHorizontal()
/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/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/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/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/Support7Demos/src/com/example/android/supportv7/widget/
DRecyclerViewActivity.java247 final int childCount = getChildCount(); in recycleViewsOutOfBounds() local
253 for (int i = 0; i < childCount; i++) { in recycleViewsOutOfBounds()
266 for (int i = childCount - 1; i > last; i--) { in recycleViewsOutOfBounds()
DAnimatedRecyclerView.java628 final int childCount = getChildCount(); in recycleViewsOutOfBounds() local
634 for (int i = 0; i < childCount; i++) { in recycleViewsOutOfBounds()
645 for (int i = childCount - 1; i > last; i--) { in recycleViewsOutOfBounds()
/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()