Home
last modified time | relevance | path

Searched refs:getMeasuredHeightAndState (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/widget/
DDialogViewAnimator.java79 state |= (child.getMeasuredHeightAndState() >> MEASURED_HEIGHT_STATE_SHIFT) in onMeasure()
/frameworks/base/core/java/android/widget/
DDayPickerView.java195 final int measuredHeightAndState = viewPager.getMeasuredHeightAndState();
/frameworks/support/percent/src/android/support/percent/
DPercentLayoutHelper.java377 int state = view.getMeasuredHeightAndState() & View.MEASURED_STATE_MASK; in shouldHandleMeasuredHeightTooSmall()
/frameworks/support/compat/java/android/support/v4/view/
DViewCompat.java2478 public static int getMeasuredHeightAndState(View view) { in getMeasuredHeightAndState() method in ViewCompat
2479 return view.getMeasuredHeightAndState(); in getMeasuredHeightAndState()
/frameworks/support/compat/api/
Dcurrent.txt1586 method public static deprecated int getMeasuredHeightAndState(android.view.View);
D26.0.0.txt1624 method public static deprecated int getMeasuredHeightAndState(android.view.View);
/frameworks/base/core/java/android/view/
DView.java13739 public final int getMeasuredHeightAndState() {
/frameworks/support/api/
D22.0.0.txt3390 method public static int getMeasuredHeightAndState(android.view.View);
D22.1.0.txt3710 method public static int getMeasuredHeightAndState(android.view.View);
D22.2.0.txt4107 method public static int getMeasuredHeightAndState(android.view.View);
D22.2.1.txt4136 method public static int getMeasuredHeightAndState(android.view.View);
D24.2.0.txt6269 method public static int getMeasuredHeightAndState(android.view.View);
D25.0.0.txt6335 method public static int getMeasuredHeightAndState(android.view.View);
D25.2.0.txt6746 method public static int getMeasuredHeightAndState(android.view.View);
D25.1.0.txt6746 method public static int getMeasuredHeightAndState(android.view.View);
D23.0.0.txt4807 method public static int getMeasuredHeightAndState(android.view.View);
D23.4.0.txt5487 method public static int getMeasuredHeightAndState(android.view.View);
D23.1.0.txt5093 method public static int getMeasuredHeightAndState(android.view.View);
D23.1.1.txt5056 method public static int getMeasuredHeightAndState(android.view.View);
D25.3.0.txt7178 method public static int getMeasuredHeightAndState(android.view.View);
D23.2.1.txt5475 method public static int getMeasuredHeightAndState(android.view.View);
D25.4.0.txt7249 method public static int getMeasuredHeightAndState(android.view.View);
D26.0.0-alpha1.txt7650 method public static deprecated int getMeasuredHeightAndState(android.view.View);
D23.2.0.txt5475 method public static int getMeasuredHeightAndState(android.view.View);
D24.1.0.txt6063 method public static int getMeasuredHeightAndState(android.view.View);

12