HomeSort by relevance Sort by last modified time
    Searched defs:tryOnMeasure (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
AlertDialogLayout.java 69 if (!tryOnMeasure(widthMeasureSpec, heightMeasureSpec)) {
75 private boolean tryOnMeasure(int widthMeasureSpec, int heightMeasureSpec) {
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AlertDialogLayout.java 64 if (!tryOnMeasure(widthMeasureSpec, heightMeasureSpec)) {
70 private boolean tryOnMeasure(int widthMeasureSpec, int heightMeasureSpec) {

Completed in 54 milliseconds