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 77 idp.landscapeProfile.heightPx - paddingLand.top - paddingLand.bottom,
78 idp.portraitProfile.heightPx - paddingPort.top - paddingPort.bottom),
DeviceProfile.java 49 public final int heightPx;
162 heightPx = height;
582 ? Math.max(widthPx, heightPx)
583 : Math.min(widthPx, heightPx);
588 ? Math.min(widthPx, heightPx)
589 : 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 1627 milliseconds