/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | LayoutUtils.java | 45 public static float getDefaultSwipeHeight(Context context, DeviceProfile dp) { in getDefaultSwipeHeight() 53 public static void calculateLauncherTaskSize(Context context, DeviceProfile dp, Rect outRect) { in calculateLauncherTaskSize() 67 public static void calculateFallbackTaskSize(Context context, DeviceProfile dp, Rect outRect) { in calculateFallbackTaskSize() 72 public static void calculateTaskSize(Context context, DeviceProfile dp, in calculateTaskSize() 131 public static int getShelfTrackingDistance(Context context, DeviceProfile dp) { in getShelfTrackingDistance()
|
/packages/apps/Dialer/java/com/android/dialer/common/ |
D | DpUtil.java | 28 public static float dpToPx(Context context, float dp) { in dpToPx()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | LauncherActivityControllerHelper.java | 81 public int getSwipeUpDestinationAndLength(DeviceProfile dp, Context context, Rect outRect) { in getSwipeUpDestinationAndLength() 123 final DeviceProfile dp = activity.getDeviceProfile(); in prepareHomeUI() local
|
D | FallbackActivityControllerHelper.java | 62 public int getSwipeUpDestinationAndLength(DeviceProfile dp, Context context, Rect outRect) { in getSwipeUpDestinationAndLength()
|
D | BaseSwipeUpHandler.java | 242 DeviceProfile dp = InvariantDeviceProfile.INSTANCE.get(mContext).getDeviceProfile(mContext); in onRecentsAnimationStart() local 268 private Rect getStackBounds(DeviceProfile dp) { in getStackBounds() 280 protected void initTransitionEndpoints(DeviceProfile dp) { in initTransitionEndpoints()
|
D | RecentsActivity.java | 117 DeviceProfile dp = InvariantDeviceProfile.INSTANCE.get(this).getDeviceProfile(this); in createDeviceProfile() local
|
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/ |
D | RecentsUiFactory.java | 89 public static RotationMode getRotationMode(DeviceProfile dp) { in getRotationMode()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/ |
D | FallbackRecentsView.java | 104 protected void getTaskSize(DeviceProfile dp, Rect outRect) { in getTaskSize() 105 LayoutUtils.calculateFallbackTaskSize(getContext(), dp, outRect); in getTaskSize() local
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/utils/ |
D | edit_distance.h | 33 float dp[(beforeLength + 1) * (afterLength + 1)]; in getEditDistance() local
|
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/ |
D | GoActivityControlHelper.java | 25 public int getSwipeUpDestinationAndLength(DeviceProfile dp, Context context, Rect outRect) { in getSwipeUpDestinationAndLength()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/displayinfo/ |
D | DisplayInfoFragment.java | 122 float dp = px / ((float) metrics.densityDpi / DisplayMetrics.DENSITY_DEFAULT); in convertPixelsToDp() local
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/ |
D | RecentsUiFactory.java | 137 public static RotationMode getRotationMode(DeviceProfile dp) { in getRotationMode()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | BaseRecentsActivity.java | 104 DeviceProfile dp = InvariantDeviceProfile.INSTANCE.get(this).getDeviceProfile(this); in createDeviceProfile() local
|
D | ActivityControlHelper.java | 53 int getSwipeUpDestinationAndLength(DeviceProfile dp, Context context, Rect outRect); in getSwipeUpDestinationAndLength() 147 static RectF getDefaultWindowTargetRect(DeviceProfile dp) { in getDefaultWindowTargetRect()
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | WorkspaceTouchListener.java | 92 DeviceProfile dp = mLauncher.getDeviceProfile(); in onTouch() local
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | LivePreviewWidgetCell.java | 61 DeviceProfile dp = activity.getDeviceProfile(); in generateFromRemoteViews() local
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | LauncherRecentsView.java | 168 protected void getTaskSize(DeviceProfile dp, Rect outRect) { in getTaskSize() 169 LayoutUtils.calculateLauncherTaskSize(getContext(), dp, outRect); in getTaskSize() local
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | StatusBarTouchController.java | 168 DeviceProfile dp = mLauncher.getDeviceProfile(); in canInterceptTouch() local
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | TouchTargetEnforcer.java | 123 private float dpToPx(int dp) { in dpToPx()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/ |
D | OverviewState.java | 95 DeviceProfile dp = launcher.getDeviceProfile(); in getHotseatScaleAndTranslation() local
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | PendingItemDragHelper.java | 125 DeviceProfile dp = launcher.getDeviceProfile(); in startDrag() local
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsTransitionController.java | 99 public void onDeviceProfileChanged(DeviceProfile dp) { in onDeviceProfileChanged()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | ShelfScrimView.java | 151 DeviceProfile dp = mLauncher.getDeviceProfile(); in reInitUi() local
|
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/ |
D | UiFactory.java | 82 public static RotationMode getRotationMode(DeviceProfile dp) { in getRotationMode()
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | GalleryUtils.java | 108 public static float dpToPixel(float dp) { in dpToPixel() 112 public static int dpToPixel(int dp) { in dpToPixel()
|