Searched refs:getMeasuredState (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 DActionBarOverlayLayout.java379 childState = combineMeasuredStates(childState, mActionBarTop.getMeasuredState());
389 childState = combineMeasuredStates(childState, mActionBarBottom.getMeasuredState());
452 childState = combineMeasuredStates(childState, mContent.getMeasuredState());
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java54 public static int getMeasuredState(View view) { method in class:ViewCompatHC
55 return view.getMeasuredState();
/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());
1299 child.getMeasuredState() & MEASURED_STATE_MASK);
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/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java1589 ViewCompat.getMeasuredState(mNavButtonView));
1600 ViewCompat.getMeasuredState(mCollapseButtonView));
1615 ViewCompat.getMeasuredState(mMenuView));
1628 ViewCompat.getMeasuredState(mExpandedActionView));
1637 ViewCompat.getMeasuredState(mLogoView));
1653 ViewCompat.getMeasuredState(child));
1667 ViewCompat.getMeasuredState(mTitleTextView));
1677 ViewCompat.getMeasuredState(mSubtitleTextView));
H A DActionBarOverlayLayout.java345 ViewCompat.getMeasuredState(mActionBarTop));
398 ViewCompat.getMeasuredState(mContent));
H A DLinearLayoutCompat.java704 ViewCompat.getMeasuredState(child));
815 ViewCompat.getMeasuredState(child) & (ViewCompat.MEASURED_STATE_MASK
1052 ViewCompat.getMeasuredState(child));
1205 ViewCompat.getMeasuredState(child) & ViewCompat.MEASURED_STATE_MASK);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java269 * such as {@link #getMeasuredState} and the childState argument of
397 int getMeasuredState(View view); method in interface:ViewCompat.ViewCompatImpl
618 public int getMeasuredState(View view) { method in class:ViewCompat.BaseViewCompatImpl
1178 public int getMeasuredState(View view) { method in class:ViewCompat.HCViewCompatImpl
1179 return ViewCompatHC.getMeasuredState(view);
2390 public static int getMeasuredState(View view) { method in class:ViewCompat
2391 return IMPL.getMeasuredState(view);
2395 * Merge two states as returned by {@link #getMeasuredState(View)}.
H A DPagerTitleStrip.java454 final int childState = ViewCompat.getMeasuredState(mCurrText);
/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java257 child.getMeasuredState());
/frameworks/base/media/java/android/media/tv/
H A DTvView.java718 int childState = mSurfaceView.getMeasuredState();
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java750 ViewCompat.getMeasuredState(child));
/frameworks/base/core/java/android/view/
H A DView.java1256 * such as {@link #getMeasuredState()} and the childState argument of
11789 public final int getMeasuredState() { method in class:View
19854 * Merge two states as returned by {@link #getMeasuredState()}.

Completed in 2455 milliseconds