Home
last modified time | relevance | path

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

/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java78 private int mMarginRight; field in ApplicationsStackLayout
101 mMarginRight = a.getDimensionPixelSize(R.styleable.ApplicationsStackLayout_marginRight, 0); in ApplicationsStackLayout()
227 mFavoritesEnd = childLeft - mMarginRight; in layoutHorizontal()
270 childLeft -= childWidth + mMarginRight; in stackApplications()
273 childLeft += childWidth + mMarginRight; in stackApplications()