Home
last modified time | relevance | path

Searched refs:rowHeight (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsRecommendationTableLayout.java149 float rowHeight = 0; in selectRowsThatFitInAvailableHeight() local
156 rowHeight = max(rowHeight, in selectRowsThatFitInAvailableHeight()
159 if (totalHeight + rowHeight <= recommendationTableMaxHeight) { in selectRowsThatFitInAvailableHeight()
160 totalHeight += rowHeight; in selectRowsThatFitInAvailableHeight()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMoreKeysKeyboard.java78 final int rowHeight, final int coordXInParent, final int parentKeyboardWidth, in setParameters() argument
87 mDefaultRowHeight = rowHeight; in setParameters()
287 final int keyWidth, rowHeight; in Builder() local
297 rowHeight = keyPreviewVisibleHeight + mParams.mVerticalGap; in Builder()
304 rowHeight = keyboard.mMostCommonKeyHeight; in Builder()
314 rowHeight, key.getX() + key.getWidth() / 2, keyboard.mId.mWidth, in Builder()
DKey.java262 final int rowHeight = row.getRowHeight(); in Key() local
263 mHeight = rowHeight - mVerticalGap; in Key()
274 keyYPos + rowHeight); in Key() local
/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
DWidgetsTableUtils.java66 int rowHeight = row.get(0).spanY;
67 return (rowWidth * rowHeight);
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseContainerInterface.java364 float rowHeight = (potentialTaskRect.height() + dp.overviewTaskThumbnailTopMarginPx in calculateGridTaskSize() local
368 float scale = (rowHeight - dp.overviewTaskThumbnailTopMarginPx) / taskDimension.y; in calculateGridTaskSize()