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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/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.java160 public static int combineMeasuredStates(int curState, int newState) { method in class:ViewCompatHC
161 return View.combineMeasuredStates(curState, newState);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java384 int combineMeasuredStates(int curState, int newState); method in interface:ViewCompat.ViewCompatImpl
953 public int combineMeasuredStates(int curState, int newState) { method in class:ViewCompat.BaseViewCompatImpl
1147 public int combineMeasuredStates(int curState, int newState) { method in class:ViewCompat.HCViewCompatImpl
1148 return ViewCompatHC.combineMeasuredStates(curState, newState);
2166 public static int combineMeasuredStates(int curState, int newState) { method in class:ViewCompat
2167 return IMPL.combineMeasuredStates(curState, newState);
/frameworks/base/core/java/android/view/
H A DView.java18925 public static int combineMeasuredStates(int curState, int newState) { method in class:View

Completed in 169 milliseconds