Searched defs:combineMeasuredStates (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DViewUtils.java64 public static int combineMeasuredStates(int curState, int newState) { method in class:ViewUtils
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java166 public static int combineMeasuredStates(int curState, int newState) { method in class:ViewCompatHC
167 return View.combineMeasuredStates(curState, newState);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java471 int combineMeasuredStates(int curState, int newState); method in interface:ViewCompat.ViewCompatImpl
1063 public int combineMeasuredStates(int curState, int newState) { method in class:ViewCompat.BaseViewCompatImpl
1302 public int combineMeasuredStates(int curState, int newState) { method in class:ViewCompat.HCViewCompatImpl
1303 return ViewCompatHC.combineMeasuredStates(curState, newState);
2402 public static int combineMeasuredStates(int curState, int newState) { method in class:ViewCompat
2403 return IMPL.combineMeasuredStates(curState, newState);
/frameworks/base/core/java/android/view/
H A DView.java19861 public static int combineMeasuredStates(int curState, int newState) { method in class:View

Completed in 964 milliseconds