Home
last modified time | relevance | path

Searched defs:widthSpec (Results 1 – 22 of 22) sorted by relevance

/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
DStickyHeaderRecyclerView.java75 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
78 measureChild(getHeader(), widthSpec, heightSpec); in onMeasure() local
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DHierarchicalMove.java100 int widthSpec = wide ? LayoutParams.WRAP_CONTENT : LayoutParams.MATCH_PARENT; in sendMessage() local
/frameworks/base/core/java/android/transition/
DTransitionUtils.java106 int widthSpec = View.MeasureSpec.makeMeasureSpec(right - left, View.MeasureSpec.EXACTLY); in copyViewImage() local
/frameworks/base/core/java/android/widget/
DListPopupWindow.java603 final int widthSpec; in show() local
1163 final int widthSpec = MeasureSpec.makeMeasureSpec(widthSize, widthMode); in buildDropDown() local
DGridLayout.java1007 private void measureChildrenWithMargins(int widthSpec, int heightSpec, boolean firstPass) { in measureChildrenWithMargins()
1039 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
DPopupWindow.java998 public void setWindowLayoutMode(int widthSpec, int heightSpec) { in setWindowLayoutMode()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DBaseCardView.java657 int widthSpec = MeasureSpec.makeMeasureSpec(mMeasuredWidth, MeasureSpec.EXACTLY); in animateInfoOffset() local
700 int widthSpec = MeasureSpec.makeMeasureSpec(mMeasuredWidth, MeasureSpec.EXACTLY); in animateInfoHeight() local
DGridLayoutManager.java1176 private void measureScrapChild(int position, int widthSpec, int heightSpec, in measureScrapChild()
1303 public void onMeasure(Recycler recycler, State state, int widthSpec, int heightSpec) { in onMeasure()
1415 int widthSpec, heightSpec; in measureChild() local
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java641 final int widthSpec; in show() local
1211 final int widthSpec = MeasureSpec.makeMeasureSpec(widthSize, widthMode); in buildDropDown() local
/frameworks/support/design/src/android/support/design/widget/
DNavigationView.java212 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityViewFlipper.java191 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseRecyclerViewInstrumentationTest.java734 public void setMeasuredDimensionFromChildren(int widthSpec, int heightSpec) { in setMeasuredDimensionFromChildren()
739 public boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, in shouldReMeasureChild()
745 public boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, in shouldMeasureChild()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java778 final int widthSpec = MeasureSpec.makeMeasureSpec(widthSize, MeasureSpec.EXACTLY); in layoutChildren() local
906 final int widthSpec = MeasureSpec.makeMeasureSpec(widthSize, MeasureSpec.EXACTLY); in fillUp() local
1020 final int widthSpec = MeasureSpec.makeMeasureSpec(widthSize, MeasureSpec.EXACTLY); in fillDown() local
/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java220 final int widthSpec = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local
/frameworks/base/core/java/android/app/
DActivityTransitionCoordinator.java489 int widthSpec = View.MeasureSpec.makeMeasureSpec(width, View.MeasureSpec.EXACTLY); in setSharedElementState() local
656 int widthSpec = View.MeasureSpec.makeMeasureSpec(state.mMeasuredWidth, in setOriginalSharedElementState() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskView.java269 int widthSpec = MeasureSpec.makeMeasureSpec(widthWithoutPadding, MeasureSpec.EXACTLY); in measureContents() local
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
DGridLayout.java906 private void measureChildrenWithMargins(int widthSpec, int heightSpec, boolean firstPass) { in measureChildrenWithMargins()
938 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java2838 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
2911 void defaultOnMeasure(int widthSpec, int heightSpec) { in defaultOnMeasure()
6440 void setMeasuredDimensionFromChildren(int widthSpec, int heightSpec) { in setMeasuredDimensionFromChildren()
7798 final int widthSpec = getChildMeasureSpec(getWidth(), getWidthMode(), in measureChild() local
7815 boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { in shouldReMeasureChild()
7829 boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { in shouldMeasureChild()
7898 final int widthSpec = getChildMeasureSpec(getWidth(), getWidthMode(), in measureChildWithMargins() local
8649 public void onMeasure(Recycler recycler, State state, int widthSpec, int heightSpec) { in onMeasure()
DGridLayoutManager.java735 private void measureChildWithDecorationsAndMargin(View child, int widthSpec, int heightSpec, in measureChildWithDecorationsAndMargin()
/frameworks/base/media/java/android/media/
DTtmlRenderer.java707 final int widthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY); in setSize() local
DClosedCaptionRenderer.java178 final int widthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY); in setSize() local
DWebVttRenderer.java1174 final int widthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY); in setSize() local