Home
last modified time | relevance | path

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

/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java79 private int mMarginBottom; field in ApplicationsStackLayout
102mMarginBottom = a.getDimensionPixelSize(R.styleable.ApplicationsStackLayout_marginBottom, 0); in ApplicationsStackLayout()
201 childTop -= childHeight + mMarginBottom; in layoutVertical()
204 mFavoritesEnd = childTop - mMarginBottom; in layoutVertical()
263 childTop -= childHeight + mMarginBottom; in stackApplications()
266 childTop += childHeight + mMarginBottom; in stackApplications()