/frameworks/opt/setupwizard/library/full-support/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/base/core/java/android/transition/ |
D | TransitionUtils.java | 107 int heightSpec = View.MeasureSpec.makeMeasureSpec(bottom - top, View.MeasureSpec.EXACTLY); in copyViewImage() local
|
/frameworks/base/core/java/android/widget/ |
D | ListPopupWindow.java | 614 final int heightSpec; in show() local 1164 final int heightSpec = MeasureSpec.UNSPECIFIED; in buildDropDown() local
|
D | GridLayout.java | 1007 private void measureChildrenWithMargins(int widthSpec, int heightSpec, boolean firstPass) { in measureChildrenWithMargins() 1039 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
|
D | PopupWindow.java | 998 public void setWindowLayoutMode(int widthSpec, int heightSpec) { in setWindowLayoutMode()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | BaseCardView.java | 658 int heightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in animateInfoOffset() local 701 int heightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in animateInfoHeight() local
|
D | GridLayoutManager.java | 1176 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/ |
D | ListPopupWindow.java | 652 final int heightSpec; in show() local 1212 final int heightSpec = MeasureSpec.UNSPECIFIED; in buildDropDown() local
|
/frameworks/support/design/src/android/support/design/widget/ |
D | NavigationView.java | 212 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardSecurityViewFlipper.java | 191 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | BaseRecyclerViewInstrumentationTest.java | 734 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/ |
D | StaggeredGridView.java | 780 final int heightSpec; in layoutChildren() local 938 final int heightSpec; in fillUp() local 1052 final int heightSpec; in fillDown() local
|
/frameworks/base/core/java/android/app/ |
D | ActivityTransitionCoordinator.java | 490 int heightSpec = View.MeasureSpec.makeMeasureSpec(height, View.MeasureSpec.EXACTLY); in setSharedElementState() local 658 int heightSpec = View.MeasureSpec.makeMeasureSpec(state.mMeasuredHeight, in setOriginalSharedElementState() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskView.java | 270 int heightSpec = MeasureSpec.makeMeasureSpec(heightWithoutPadding, MeasureSpec.EXACTLY); in measureContents() local
|
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
D | GridLayout.java | 906 private void measureChildrenWithMargins(int widthSpec, int heightSpec, boolean firstPass) { in measureChildrenWithMargins() 938 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationContentView.java | 166 int heightSpec; in onMeasure() local
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 2838 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() 7801 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(), 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() 7902 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(), in measureChildWithMargins() local 8649 public void onMeasure(Recycler recycler, State state, int widthSpec, int heightSpec) { in onMeasure()
|
D | GridLayoutManager.java | 735 private void measureChildWithDecorationsAndMargin(View child, int widthSpec, int heightSpec, in measureChildWithDecorationsAndMargin()
|
/frameworks/base/media/java/android/media/ |
D | TtmlRenderer.java | 708 final int heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY); in setSize() local
|
D | ClosedCaptionRenderer.java | 179 final int heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY); in setSize() local
|
D | WebVttRenderer.java | 1175 final int heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY); in setSize() local
|