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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
Bootstrap.java 59 int widthPx = (int) (configuration.screenWidthDp * displayMetrics.density);
61 displayMetrics.widthPixels = displayMetrics.noncompatWidthPixels = widthPx;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowDisplayManager.java 50 int widthPx = (int) (configuration.screenWidthDp * displayMetrics.density);
58 displayInfo.appWidth = widthPx;
61 displayInfo.logicalWidth = widthPx;
70 new Display.Mode(0, widthPx, heightPx, 60)
ShadowDisplay.java 400 int widthPx = (int) (configuration.screenWidthDp * displayMetrics.density);
405 width = widthPx;
407 realWidth = widthPx;
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/anim/
BenefitsAnimation.java 128 int widthPx = animatedInfo.getWidth();
129 float scaleRatio = (float) widthPx / ANIMATION_ORIGINAL_WIDTH_PX;
  /external/autotest/frontend/client/src/autotest/common/spreadsheet/
Spreadsheet.java 85 public Integer widthPx, heightPx;
384 getCellInfo(to, lastToRow, column).widthPx = width - 2 * CELL_PADDING_PX;
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 49 public final int widthPx;
189 widthPx = width;
203 float aspectRatio = ((float) Math.max(widthPx, heightPx)) / Math.min(widthPx, heightPx);
224 return new DeviceProfile(context, inv, size, size, widthPx, heightPx, isLandscape,
233 // In multi-window mode, we can have widthPx = availableWidthPx
235 // widthPx and heightPx values where it's needed.
443 int availablePaddingX = Math.max(0, widthPx - ((inv.numColumns * cellWidthPx) +
446 widthPx * MAX_HORIZONTAL_PADDING_PERCENT);
477 float workspaceCellWidth = (float) widthPx / inv.numColumns
    [all...]
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 96 milliseconds