Home
last modified time | relevance | path

Searched defs:getMeasuredHeightAndState (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/compat/honeycomb/android/support/v4/view/
DViewCompatHC.java50 public static int getMeasuredHeightAndState(View view) { in getMeasuredHeightAndState() method in ViewCompatHC
/frameworks/support/compat/java/android/support/v4/view/
DViewCompat.java402 int getMeasuredHeightAndState(View view); in getMeasuredHeightAndState() method
630 public int getMeasuredHeightAndState(View view) { in getMeasuredHeightAndState() method in ViewCompat.BaseViewCompatImpl
1193 public int getMeasuredHeightAndState(View view) { in getMeasuredHeightAndState() method in ViewCompat.HCViewCompatImpl
2463 public static int getMeasuredHeightAndState(View view) { in getMeasuredHeightAndState() method in ViewCompat
/frameworks/base/core/java/android/view/
DView.java11864 public final int getMeasuredHeightAndState() { in getMeasuredHeightAndState() method