/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/ |
D | StickyHeaderRecyclerView.java | 75 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() 78 measureChild(getHeader(), widthSpec, heightSpec); in onMeasure() local
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | WrapContentBasicTest.java | 216 public void setMeasuredDimensionFromChildren(int widthSpec, int heightSpec) { in setMeasuredDimensionFromChildren() 221 public boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, in shouldReMeasureChild() 227 public boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, in shouldMeasureChild()
|
D | BaseRecyclerViewInstrumentationTest.java | 729 public void setMeasuredDimensionFromChildren(int widthSpec, int heightSpec) { in setMeasuredDimensionFromChildren() 734 public boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, in shouldReMeasureChild() 740 public boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, in shouldMeasureChild()
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
D | HierarchicalMove.java | 100 int widthSpec = wide ? LayoutParams.WRAP_CONTENT : LayoutParams.MATCH_PARENT; in sendMessage() local
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
D | NotificationShadeActivity.java | 131 int widthSpec = MeasureSpec.makeMeasureSpec(getWidth(), MeasureSpec.AT_MOST); in updateState() local
|
/frameworks/support/transition/src/android/support/transition/ |
D | TransitionUtils.java | 60 int widthSpec = View.MeasureSpec.makeMeasureSpec(right - left, View.MeasureSpec.EXACTLY); in copyViewImage() local
|
/frameworks/base/core/java/android/transition/ |
D | TransitionUtils.java | 108 int widthSpec = View.MeasureSpec.makeMeasureSpec(right - left, View.MeasureSpec.EXACTLY); in copyViewImage() local
|
/frameworks/base/core/java/android/widget/ |
D | ListPopupWindow.java | 624 final int widthSpec; in show() local 1187 final int widthSpec = MeasureSpec.makeMeasureSpec(widthSize, widthMode); in buildDropDown() local
|
D | GridLayout.java | 1016 private void measureChildrenWithMargins(int widthSpec, int heightSpec, boolean firstPass) { in measureChildrenWithMargins() 1048 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
|
D | PopupWindow.java | 1028 public void setWindowLayoutMode(int widthSpec, int heightSpec) { in setWindowLayoutMode()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ListPopupWindow.java | 656 final int widthSpec; in show() local 1229 final int widthSpec = MeasureSpec.makeMeasureSpec(widthSize, widthMode); in buildDropDown() local
|
/frameworks/support/design/src/android/support/design/widget/ |
D | NavigationView.java | 213 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardSecurityViewFlipper.java | 191 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
|
/frameworks/ex/widget/java/com/android/ex/widget/ |
D | StaggeredGridView.java | 778 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/ |
D | SubtitleView.java | 220 final int widthSpec = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local
|
D | RecyclerView.java | 2950 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() 3025 void defaultOnMeasure(int widthSpec, int heightSpec) { in defaultOnMeasure() 6922 void setMeasuredDimensionFromChildren(int widthSpec, int heightSpec) { in setMeasuredDimensionFromChildren() 8373 final int widthSpec = getChildMeasureSpec(getWidth(), getWidthMode(), in measureChild() local 8390 boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { in shouldReMeasureChild() 8404 boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { in shouldMeasureChild() 8473 final int widthSpec = getChildMeasureSpec(getWidth(), getWidthMode(), in measureChildWithMargins() local 9227 public void onMeasure(Recycler recycler, State state, int widthSpec, int heightSpec) { in onMeasure()
|
/frameworks/base/core/java/android/app/ |
D | ActivityTransitionCoordinator.java | 555 int widthSpec = View.MeasureSpec.makeMeasureSpec(width, View.MeasureSpec.EXACTLY); in setSharedElementState() local 717 int widthSpec = View.MeasureSpec.makeMeasureSpec(state.mMeasuredWidth, in setOriginalSharedElementState() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskView.java | 278 int widthSpec = MeasureSpec.makeMeasureSpec(widthWithoutPadding, MeasureSpec.EXACTLY); in measureContents() local
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | BaseCardView.java | 698 int widthSpec = MeasureSpec.makeMeasureSpec(mMeasuredWidth, MeasureSpec.EXACTLY); in animateInfoOffset() local
|
D | GridLayoutManager.java | 1246 private void measureScrapChild(int position, int widthSpec, int heightSpec, in measureScrapChild() 1398 public void onMeasure(Recycler recycler, State state, int widthSpec, int heightSpec) { in onMeasure() 1516 int widthSpec, heightSpec; in measureChild() local
|
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
D | GridLayout.java | 912 private void measureChildrenWithMargins(int widthSpec, int heightSpec, boolean firstPass) { in measureChildrenWithMargins() 944 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
|
/frameworks/base/media/java/android/media/ |
D | TtmlRenderer.java | 707 final int widthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY); in setSize() local
|
D | ClosedCaptionRenderer.java | 178 final int widthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY); in setSize() local
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 3114 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() 3197 void defaultOnMeasure(int widthSpec, int heightSpec) { in defaultOnMeasure() 7230 void setMeasuredDimensionFromChildren(int widthSpec, int heightSpec) { in setMeasuredDimensionFromChildren() 8682 final int widthSpec = getChildMeasureSpec(getWidth(), getWidthMode(), in measureChild() local 8699 boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { in shouldReMeasureChild() 8713 boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { in shouldMeasureChild() 8782 final int widthSpec = getChildMeasureSpec(getWidth(), getWidthMode(), in measureChildWithMargins() local 9646 public void onMeasure(Recycler recycler, State state, int widthSpec, int heightSpec) { in onMeasure()
|
D | GridLayoutManager.java | 750 private void measureChildWithDecorationsAndMargin(View child, int widthSpec, int heightSpec, in measureChildWithDecorationsAndMargin()
|