Home
last modified time | relevance | path

Searched refs:childWidth (Results 1 – 2 of 2) sorted by relevance

/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java198 int childWidth = mButton.getMeasuredWidth(); in layoutVertical() local
202 mButton.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight); in layoutVertical()
221 int childWidth = mButton.getMeasuredWidth(); in layoutHorizontal() local
224 childLeft -= childWidth; in layoutHorizontal()
225 mButton.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight); in layoutHorizontal()
244 int childWidth; in stackApplications() local
259 childWidth = view.getMeasuredWidth(); in stackApplications()
270 childLeft -= childWidth + mMarginRight; in stackApplications()
273 childLeft += childWidth + mMarginRight; in stackApplications()
280 view.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight); in stackApplications()
/development/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...