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

/packages/apps/Browser/src/com/android/browser/
H A DBookmarkItem.java158 int parentHeightMeasureSpec) {
160 super.measureChild(child, parentWidthMeasureSpec, parentHeightMeasureSpec);
168 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
177 int parentHeightMeasureSpec, int heightUsed) {
180 widthUsed, parentHeightMeasureSpec, heightUsed);
189 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
157 measureChild(View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec) argument
175 measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DHorizontalScrollView.java1189 protected void measureChild(View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec) { argument
1195 childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, mPaddingTop
1205 int parentHeightMeasureSpec, int heightUsed) {
1208 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
1204 measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java1385 protected void measureChild(View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec) { argument
1392 childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, mPaddingTop
1408 int parentHeightMeasureSpec, int heightUsed) {
1414 childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
1407 measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument

Completed in 127 milliseconds