Searched refs:parentHeightMeasureSpec (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuView.java349 * @param parentHeightMeasureSpec MeasureSpec used by the parent view
354 int parentHeightMeasureSpec, int parentHeightPadding) {
357 final int childHeightSize = MeasureSpec.getSize(parentHeightMeasureSpec) -
359 final int childHeightMode = MeasureSpec.getMode(parentHeightMeasureSpec);
353 measureChildForCells(View child, int cellSize, int cellsRemaining, int parentHeightMeasureSpec, int parentHeightPadding) argument
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1204 protected void measureChild(View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec) { argument
1210 childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, mPaddingTop
1220 int parentHeightMeasureSpec, int heightUsed) {
1223 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
1219 measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
H A DScrollView.java1192 protected void measureChild(View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec) { argument
1208 int parentHeightMeasureSpec, int heightUsed) {
1207 measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
/frameworks/base/core/java/android/view/
H A DViewGroup.java4787 * @param parentHeightMeasureSpec The height requirements for this view
4790 int parentHeightMeasureSpec) {
4795 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
4811 * @param parentHeightMeasureSpec The height requirements for this view
4817 int parentHeightMeasureSpec, int heightUsed) {
4823 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
4789 measureChild(View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec) argument
4815 measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument

Completed in 114 milliseconds