Home
last modified time | relevance | path

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

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