Home
last modified time | relevance | path

Searched defs:heightSpec (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/opt/setupwizard/library/recyclerview/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/support/v7/recyclerview/tests/src/android/support/v7/widget/
DWrapContentBasicTest.java216 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()
DBaseRecyclerViewInstrumentationTest.java729 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/support/design/src/android/support/design/internal/
DBottomNavigationMenuView.java113 final int heightSpec = MeasureSpec.makeMeasureSpec(mItemHeight, MeasureSpec.EXACTLY); in onMeasure() local
149 heightSpec); in onMeasure() local
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DNotificationShadeActivity.java132 int heightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in updateState() local
/frameworks/support/transition/src/android/support/transition/
DTransitionUtils.java61 int heightSpec = View.MeasureSpec.makeMeasureSpec(bottom - top, View.MeasureSpec.EXACTLY); in copyViewImage() local
/frameworks/base/core/java/android/transition/
DTransitionUtils.java109 int heightSpec = View.MeasureSpec.makeMeasureSpec(bottom - top, View.MeasureSpec.EXACTLY); in copyViewImage() local
/frameworks/base/core/java/android/widget/
DListPopupWindow.java635 final int heightSpec; in show() local
1188 final int heightSpec = MeasureSpec.UNSPECIFIED; in buildDropDown() local
DGridLayout.java1016 private void measureChildrenWithMargins(int widthSpec, int heightSpec, boolean firstPass) { in measureChildrenWithMargins()
1048 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
DPopupWindow.java1028 public void setWindowLayoutMode(int widthSpec, int heightSpec) { in setWindowLayoutMode()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java667 final int heightSpec; in show() local
1230 final int heightSpec = MeasureSpec.UNSPECIFIED; in buildDropDown() local
/frameworks/support/design/src/android/support/design/widget/
DNavigationView.java213 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityViewFlipper.java191 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java780 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/
DActivityTransitionCoordinator.java556 int heightSpec = View.MeasureSpec.makeMeasureSpec(height, View.MeasureSpec.EXACTLY); in setSharedElementState() local
719 int heightSpec = View.MeasureSpec.makeMeasureSpec(state.mMeasuredHeight, in setOriginalSharedElementState() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskView.java279 int heightSpec = MeasureSpec.makeMeasureSpec(heightWithoutPadding, MeasureSpec.EXACTLY); in measureContents() local
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DBaseCardView.java699 int heightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in animateInfoOffset() local
DGridLayoutManager.java1246 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/
DGridLayout.java912 private void measureChildrenWithMargins(int widthSpec, int heightSpec, boolean firstPass) { in measureChildrenWithMargins()
944 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java185 int heightSpec; in onMeasure() local
/frameworks/base/media/java/android/media/
DTtmlRenderer.java708 final int heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY); in setSize() local
DClosedCaptionRenderer.java179 final int heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY); in setSize() local
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java2950 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()
8376 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(), 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()
8477 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(), in measureChildWithMargins() local
9227 public void onMeasure(Recycler recycler, State state, int widthSpec, int heightSpec) { in onMeasure()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java3114 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()
8685 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(), 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()
8786 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(), in measureChildWithMargins() local
9646 public void onMeasure(Recycler recycler, State state, int widthSpec, int heightSpec) { in onMeasure()
DGridLayoutManager.java750 private void measureChildWithDecorationsAndMargin(View child, int widthSpec, int heightSpec, in measureChildWithDecorationsAndMargin()

12