HomeSort by relevance Sort by last modified time
    Searched refs:usedHeight (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
AlertDialogLayout.java 114 int usedHeight = getPaddingTop() + getPaddingBottom();
119 usedHeight += topPanel.getMeasuredHeight();
130 usedHeight += buttonHeight;
141 Math.max(0, heightSize - usedHeight), heightMode);
147 usedHeight += middleHeight;
151 int remainingHeight = heightSize - usedHeight;
157 usedHeight -= buttonHeight;
169 usedHeight += buttonPanel.getMeasuredHeight();
176 usedHeight -= middleHeight;
189 usedHeight += middlePanel.getMeasuredHeight()
    [all...]
RecyclerView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AlertDialogLayout.java 103 int usedHeight = getPaddingTop() + getPaddingBottom();
108 usedHeight += topPanel.getMeasuredHeight();
119 usedHeight += buttonHeight;
130 Math.max(0, heightSize - usedHeight), heightMode);
136 usedHeight += middleHeight;
140 int remainingHeight = heightSize - usedHeight;
146 usedHeight -= buttonHeight;
158 usedHeight += buttonPanel.getMeasuredHeight();
165 usedHeight -= middleHeight;
178 usedHeight += middlePanel.getMeasuredHeight()
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
EvenlySpacedLayout.java 99 int usedHeight = 0;
104 usedHeight += child.getMeasuredHeight();
108 int spacing = (b - t - usedHeight) /
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 270 float usedHeight = (cellHeightPx * inv.numRows);
272 if (usedHeight > maxHeight) {
273 float scale = maxHeight / usedHeight;
327 float usedHeight = folderCellHeightPx * inv.numFolderRows + folderBottomPanelSize;
329 float scaleY = maxHeight / usedHeight;
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GridLayoutManager.java 292 final int usedHeight = childrenBounds.height() + verticalPadding;
293 height = chooseSize(hSpec, usedHeight, getMinimumHeight());
    [all...]
StaggeredGridLayoutManager.java 589 final int usedHeight = childrenBounds.height() + verticalPadding;
590 height = chooseSize(hSpec, usedHeight, getMinimumHeight());
    [all...]
RecyclerView.java     [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 805 final int usedHeight = totalWeight == 0 ? mTotalLength : 0;
807 heightMeasureSpec, usedHeight);
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 1802 milliseconds