HomeSort by relevance Sort by last modified time
    Searched defs:cellHeightPx (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java 400 int cellHeightPx = mIconSize + getCompoundDrawablePadding() +
403 setPadding(getPaddingLeft(), (height - cellHeightPx) / 2, getPaddingRight(),
DeviceProfile.java 83 public int cellHeightPx;
271 cellHeightPx = iconSizePx;
286 float usedHeight = (cellHeightPx * inv.numRows);
303 cellHeightPx = iconSizePx + iconDrawablePaddingPx
305 int cellYPadding = (getCellSize().y - cellHeightPx) / 2;
311 cellHeightPx -= (iconDrawablePaddingPx - cellYPadding);
448 - (2 * inv.numRows * cellHeightPx) - hotseatBarTopPaddingPx
550 return cellHeightPx;

Completed in 392 milliseconds