Searched refs:getMeasuredState (Results 1 - 18 of 18) sorted by relevance

/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java52 public static int getMeasuredState(View view) { method in class:ViewCompatHC
53 return view.getMeasuredState();
/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());
1299 child.getMeasuredState() & MEASURED_STATE_MASK);
H A DGridView.java1084 childState = combineMeasuredStates(childState, child.getMeasuredState());
H A DListView.java1166 childState = combineMeasuredStates(childState, child.getMeasuredState());
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java101 childState = combineMeasuredStates(childState, child.getMeasuredState());
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java379 childState = combineMeasuredStates(childState, mActionBarTop.getMeasuredState());
389 childState = combineMeasuredStates(childState, mActionBarBottom.getMeasuredState());
452 childState = combineMeasuredStates(childState, mContent.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.java1273 ViewCompat.getMeasuredState(mNavButtonView));
1284 ViewCompat.getMeasuredState(mCollapseButtonView));
1299 ViewCompat.getMeasuredState(mMenuView));
1312 ViewCompat.getMeasuredState(mExpandedActionView));
1321 ViewCompat.getMeasuredState(mLogoView));
1337 ViewCompat.getMeasuredState(child));
1351 ViewCompat.getMeasuredState(mTitleTextView));
1361 ViewCompat.getMeasuredState(mSubtitleTextView));
H A DLinearLayoutCompat.java706 ViewCompat.getMeasuredState(child));
817 ViewCompat.getMeasuredState(child) & (ViewCompat.MEASURED_STATE_MASK
1054 ViewCompat.getMeasuredState(child));
1207 ViewCompat.getMeasuredState(child) & ViewCompat.MEASURED_STATE_MASK);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java252 * such as {@link #getMeasuredState} and the childState argument of
313 public int getMeasuredState(View view); method in interface:ViewCompat.ViewCompatImpl
523 public int getMeasuredState(View view) { method in class:ViewCompat.BaseViewCompatImpl
1029 public int getMeasuredState(View view) { method in class:ViewCompat.HCViewCompatImpl
1030 return ViewCompatHC.getMeasuredState(view);
2154 public static int getMeasuredState(View view) { method in class:ViewCompat
2155 return IMPL.getMeasuredState(view);
2159 * Merge two states as returned by {@link #getMeasuredState(View)}.
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarOverlayLayout.java347 ViewCompat.getMeasuredState(mActionBarTop));
400 ViewCompat.getMeasuredState(mContent));
/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java257 child.getMeasuredState());
/frameworks/base/media/java/android/media/tv/
H A DTvView.java677 int childState = mSurfaceView.getMeasuredState();
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java684 ViewCompat.getMeasuredState(child));
/frameworks/base/core/java/android/view/
H A DView.java1189 * such as {@link #getMeasuredState()} and the childState argument of
10976 public final int getMeasuredState() { method in class:View
18918 * Merge two states as returned by {@link #getMeasuredState()}.

Completed in 188 milliseconds