Home
last modified time | relevance | path

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

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/
DMaxHeightScrollView.java36 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
37 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
/sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/
DLabelView.java126 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
128 measureHeight(heightMeasureSpec)); in onMeasure()