Home
last modified time | relevance | path

Searched defs:widthSpec (Results 1 – 2 of 2) sorted by relevance

/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java183 final int widthSpec = MeasureSpec.makeMeasureSpec(layoutParams.width, MeasureSpec.EXACTLY); in onLayout() local
242 int widthSpec; in stackApplications() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DDraggableDot.java177 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()