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

  /packages/apps/Camera2/src/com/android/camera/data/
FilmstripItemBase.java 80 public void setSuggestedSize(int widthPx, int heightPx) {
81 if (widthPx > 0 && heightPx > 0) {
82 mSuggestedSize = new Size(widthPx, heightPx);
FilmstripItem.java 92 * @param heightPx Suggested height in pixels.
94 public void setSuggestedSize(int widthPx, int heightPx);
PlaceholderItem.java 112 public void setSuggestedSize(int widthPx, int heightPx) { }
SessionItem.java 121 public void setSuggestedSize(int widthPx, int heightPx) { }
  /external/autotest/frontend/client/src/autotest/common/table/
TableRenderer.java 49 if (cell.heightPx != null) {
50 divStyle += SIZE_PREFIX + "height: " + cell.heightPx + "px; ";
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetProviderInfo.java 80 idp.landscapeProfile.heightPx - paddingLand.y,
81 idp.portraitProfile.heightPx - paddingPort.y),
DeviceProfile.java 56 public final int heightPx;
202 heightPx = height;
221 // and heightPx = availableHeightPx because Launcher uses the InvariantDeviceProfiles'
222 // widthPx and heightPx values where it's needed.
625 ? Math.max(widthPx, heightPx)
626 : Math.min(widthPx, heightPx);
631 ? Math.min(widthPx, heightPx)
632 : Math.max(widthPx, heightPx);
  /external/autotest/frontend/client/src/autotest/common/spreadsheet/
Spreadsheet.java 85 public Integer widthPx, heightPx;
375 getCellInfo(to, row, lastColumn).heightPx = height - 2 * CELL_PADDING_PX;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java     [all...]

Completed in 1085 milliseconds