Home
last modified time | relevance | path

Searched refs:widthPx (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java55 public final int widthPx; field in DeviceProfile
201 widthPx = width; in DeviceProfile()
625 ? Math.max(widthPx, heightPx) in getCurrentWidth()
626 : Math.min(widthPx, heightPx); in getCurrentWidth()
631 ? Math.min(widthPx, heightPx) in getCurrentHeight()
632 : Math.max(widthPx, heightPx); in getCurrentHeight()
667 boolean touchedRhsEdge = mInsets.right == 0 && touchX > (widthPx - edgeMarginPx); in shouldIgnoreLongPressToOverview()
DLauncherAppWidgetProviderInfo.java76 idp.landscapeProfile.widthPx - paddingLand.x, in initSpans()
77 idp.portraitProfile.widthPx - paddingPort.x), in initSpans()
/packages/apps/Camera2/src/com/android/camera/data/
DFilmstripItemBase.java80 public void setSuggestedSize(int widthPx, int heightPx) { in setSuggestedSize() argument
81 if (widthPx > 0 && heightPx > 0) { in setSuggestedSize()
82 mSuggestedSize = new Size(widthPx, heightPx); in setSuggestedSize()
DFilmstripItem.java94 public void setSuggestedSize(int widthPx, int heightPx); in setSuggestedSize() argument
DPlaceholderItem.java112 public void setSuggestedSize(int widthPx, int heightPx) { } in setSuggestedSize() argument
DSessionItem.java121 public void setSuggestedSize(int widthPx, int heightPx) { } in setSuggestedSize() argument