Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAlertDialogLayout.java63 if (!tryOnMeasure(widthMeasureSpec, heightMeasureSpec)) { in onMeasure()
69 private boolean tryOnMeasure(int widthMeasureSpec, int heightMeasureSpec) { in tryOnMeasure() method in AlertDialogLayout
/frameworks/base/core/java/com/android/internal/widget/
DAlertDialogLayout.java69 if (!tryOnMeasure(widthMeasureSpec, heightMeasureSpec)) { in onMeasure()
75 private boolean tryOnMeasure(int widthMeasureSpec, int heightMeasureSpec) { in tryOnMeasure() method in AlertDialogLayout