Home
last modified time | relevance | path

Searched refs:childHeight (Results 1 – 13 of 13) sorted by relevance

/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java199 int childHeight = mButton.getMeasuredHeight(); in layoutVertical() local
201 childTop -= childHeight + mMarginBottom; in layoutVertical()
202 mButton.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight); in layoutVertical()
222 int childHeight = mButton.getMeasuredHeight(); in layoutHorizontal() local
225 mButton.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight); in layoutHorizontal()
245 int childHeight; in stackApplications() local
260 childHeight = view.getMeasuredHeight(); in stackApplications()
263 childTop -= childHeight + mMarginBottom; in stackApplications()
266 childTop += childHeight + mMarginBottom; in stackApplications()
280 view.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight); in stackApplications()
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DInsertionListView.java210 int childHeight = child.getHeight() + getDividerHeight(); in addRow()
211 int startTop = top + (i > 0 ? childHeight : -childHeight); in addRow()
234 int childHeight = startBounds.bottom - startBounds.top + getDividerHeight(); in addRow()
236 endBounds.offset(0, childHeight); in addRow()
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
DListViewRemovalAnimation.java225 int childHeight = child.getHeight() + listview.getDividerHeight(); in animateRemoval()
226 startTop = top + (i > 0 ? childHeight : -childHeight); in animateRemoval()
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
DListViewItemAnimations.java297 int childHeight = child.getHeight() + listview.getDividerHeight(); in animateOtherViews()
298 startTop = top + (i > 0 ? childHeight : -childHeight); in animateOtherViews()
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/FragmentBasics/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/location-aware/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/ControllerSample/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/EffectiveNavigation/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...