Searched refs:tryOnMeasure (Results 1 – 1 of 1) sorted by relevance
71 if (!tryOnMeasure(widthMeasureSpec, heightMeasureSpec)) { in onMeasure()77 private boolean tryOnMeasure(int widthMeasureSpec, int heightMeasureSpec) { in tryOnMeasure() method in AlertDialogLayout