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

/frameworks/base/core/java/com/android/internal/widget/
H A DAlertDialogLayout.java118 childState = combineMeasuredStates(childState, topPanel.getMeasuredState());
129 childState = combineMeasuredStates(childState, buttonPanel.getMeasuredState());
146 childState = combineMeasuredStates(childState, middlePanel.getMeasuredState());
168 childState = combineMeasuredStates(childState, buttonPanel.getMeasuredState());
188 childState = combineMeasuredStates(childState, middlePanel.getMeasuredState());
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/support/v7/appcompat/src/android/support/v7/widget/
H A DViewUtils.java64 public static int combineMeasuredStates(int curState, int newState) { method in class:ViewUtils
H A DToolbar.java1588 childState = ViewUtils.combineMeasuredStates(childState,
1599 childState = ViewUtils.combineMeasuredStates(childState,
1614 childState = ViewUtils.combineMeasuredStates(childState,
1627 childState = ViewUtils.combineMeasuredStates(childState,
1636 childState = ViewUtils.combineMeasuredStates(childState,
1652 childState = ViewUtils.combineMeasuredStates(childState,
1666 childState = ViewUtils.combineMeasuredStates(childState,
1676 childState = ViewUtils.combineMeasuredStates(childState,
H A DActionBarOverlayLayout.java344 childState = ViewUtils.combineMeasuredStates(childState,
397 childState = ViewUtils.combineMeasuredStates(childState,
H A DLinearLayoutCompat.java703 childState = ViewUtils.combineMeasuredStates(childState,
814 childState = ViewUtils.combineMeasuredStates(childState,
1051 childState = ViewUtils.combineMeasuredStates(childState,
1204 childState = ViewUtils.combineMeasuredStates(childState,
/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/base/core/java/android/widget/
H A DDayPickerViewPager.java79 childState = combineMeasuredStates(childState, child.getMeasuredState());
H A DToolbar.java1571 childState = combineMeasuredStates(childState, mNavButtonView.getMeasuredState());
1581 childState = combineMeasuredStates(childState, mCollapseButtonView.getMeasuredState());
1595 childState = combineMeasuredStates(childState, mMenuView.getMeasuredState());
1607 childState = combineMeasuredStates(childState, mExpandedActionView.getMeasuredState());
1615 childState = combineMeasuredStates(childState, mLogoView.getMeasuredState());
1630 childState = combineMeasuredStates(childState, child.getMeasuredState());
1643 childState = combineMeasuredStates(childState, mTitleTextView.getMeasuredState());
1652 childState = combineMeasuredStates(childState, mSubtitleTextView.getMeasuredState());
H A DFrameLayout.java191 childState = combineMeasuredStates(childState, child.getMeasuredState());
H A DLinearLayout.java810 childState = combineMeasuredStates(childState, child.getMeasuredState());
914 childState = combineMeasuredStates(childState, child.getMeasuredState()
1154 childState = combineMeasuredStates(childState, child.getMeasuredState());
1298 childState = combineMeasuredStates(childState,
H A DGridView.java1084 childState = combineMeasuredStates(childState, child.getMeasuredState());
H A DListView.java1211 childState = combineMeasuredStates(childState, child.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.java368 state = View.combineMeasuredStates(state, mainView.getMeasuredState());
386 state = View.combineMeasuredStates(state, infoView.getMeasuredState());
396 state = View.combineMeasuredStates(state, extraView.getMeasuredState());
/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/app/
H A DFragmentBreadCrumbs.java256 measuredChildState = combineMeasuredStates(measuredChildState,
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java749 childState = ViewCompat.combineMeasuredStates(childState,
/frameworks/base/core/java/android/view/
H A DView.java19861 public static int combineMeasuredStates(int curState, int newState) { method in class:View

Completed in 4046 milliseconds