Searched refs:combineMeasuredStates (Results 1 - 19 of 19) sorted by relevance

/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/v7/appcompat/src/android/support/v7/internal/widget/
H A DViewUtils.java64 public static int combineMeasuredStates(int curState, int newState) { method in class:ViewUtils
H A DActionBarOverlayLayout.java346 childState = ViewUtils.combineMeasuredStates(childState,
399 childState = ViewUtils.combineMeasuredStates(childState,
/frameworks/base/core/java/android/widget/
H A DDayPickerViewPager.java73 childState = combineMeasuredStates(childState, child.getMeasuredState());
H A DToolbar.java1260 childState = combineMeasuredStates(childState, mNavButtonView.getMeasuredState());
1270 childState = combineMeasuredStates(childState, mCollapseButtonView.getMeasuredState());
1284 childState = combineMeasuredStates(childState, mMenuView.getMeasuredState());
1296 childState = combineMeasuredStates(childState, mExpandedActionView.getMeasuredState());
1304 childState = combineMeasuredStates(childState, mLogoView.getMeasuredState());
1319 childState = combineMeasuredStates(childState, child.getMeasuredState());
1332 childState = combineMeasuredStates(childState, mTitleTextView.getMeasuredState());
1341 childState = combineMeasuredStates(childState, mSubtitleTextView.getMeasuredState());
H A DFrameLayout.java200 childState = combineMeasuredStates(childState, child.getMeasuredState());
H A DLinearLayout.java797 childState = combineMeasuredStates(childState, child.getMeasuredState());
907 childState = combineMeasuredStates(childState, child.getMeasuredState()
1146 childState = combineMeasuredStates(childState, child.getMeasuredState());
1298 childState = combineMeasuredStates(childState,
H A DGridView.java1083 childState = combineMeasuredStates(childState, child.getMeasuredState());
H A DListView.java1166 childState = combineMeasuredStates(childState, child.getMeasuredState());
/frameworks/base/core/java/com/android/internal/widget/
H A DDialogViewAnimator.java83 childState = combineMeasuredStates(childState, state);
H A DActionBarOverlayLayout.java379 childState = combineMeasuredStates(childState, mActionBarTop.getMeasuredState());
389 childState = combineMeasuredStates(childState, mActionBarBottom.getMeasuredState());
452 childState = combineMeasuredStates(childState, mContent.getMeasuredState());
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java101 childState = combineMeasuredStates(childState, child.getMeasuredState());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java358 state = View.combineMeasuredStates(state, mainView.getMeasuredState());
376 state = View.combineMeasuredStates(state, infoView.getMeasuredState());
386 state = View.combineMeasuredStates(state, extraView.getMeasuredState());
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java1272 childState = ViewUtils.combineMeasuredStates(childState,
1283 childState = ViewUtils.combineMeasuredStates(childState,
1298 childState = ViewUtils.combineMeasuredStates(childState,
1311 childState = ViewUtils.combineMeasuredStates(childState,
1320 childState = ViewUtils.combineMeasuredStates(childState,
1336 childState = ViewUtils.combineMeasuredStates(childState,
1350 childState = ViewUtils.combineMeasuredStates(childState,
1360 childState = ViewUtils.combineMeasuredStates(childState,
H A DLinearLayoutCompat.java705 childState = ViewUtils.combineMeasuredStates(childState,
816 childState = ViewUtils.combineMeasuredStates(childState,
1053 childState = ViewUtils.combineMeasuredStates(childState,
1206 childState = ViewUtils.combineMeasuredStates(childState,
/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/app/
H A DFragmentBreadCrumbs.java256 measuredChildState = combineMeasuredStates(measuredChildState,
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java683 childState = ViewCompat.combineMeasuredStates(childState,
/frameworks/base/core/java/android/view/
H A DView.java18919 public static int combineMeasuredStates(int curState, int newState) { method in class:View

Completed in 4240 milliseconds