| /packages/services/Iwlan/test/com/google/android/iwlan/ |
| D | IwlanDataServiceTest.java | 257 DataProfile dp = buildDataProfile(); in testRequestDataCallListPass() local 347 DataProfile dp = buildDataProfile(); in testIwlanSetupDataCallWithIllegalState() local 384 DataProfile dp = buildDataProfile(); in testIwlanSetupDataCallWithBringUpTunnel() local 419 DataProfile dp = buildDataProfile(); in testSliceInfoInclusionInDataCallResponse() local 462 DataProfile dp = buildDataProfile(); in testIwlanDeactivateDataCallWithCloseTunnel() local 487 DataProfile dp = buildDataProfile(); in testHandoverFailureModeNormal() local 525 DataProfile dp = buildDataProfile(); in testHandoverFailureModeHandover() local 622 DataProfile dp = in buildDataProfile() local 646 DataProfile dp = buildDataProfile(); in testIwlanSetupDataCallWithCellularAndCstDisabled() local 681 DataProfile dp = buildDataProfile(); in testIwlanSetupDataCallWithCellularAndCstEnabled() local [all …]
|
| /packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
| D | LayoutUtils.java | 33 public static float getDefaultSwipeHeight(Context context, DeviceProfile dp) { in getDefaultSwipeHeight() 41 public static int getShelfTrackingDistance(Context context, DeviceProfile dp, in getShelfTrackingDistance()
|
| D | AnimatorControllerWithResistance.java | 132 RecentsOrientedState recentsOrientedState, DeviceProfile dp, SCALE scaleTarget, in createForRecents() 223 public final DeviceProfile dp; field in AnimatorControllerWithResistance.RecentsParams 236 DeviceProfile dp, SCALE scaleTarget, FloatProperty<SCALE> scaleProperty, in RecentsParams()
|
| /packages/apps/Launcher3/src/com/android/launcher3/touch/ |
| D | SeascapePagedViewHandler.java | 57 public int getSplitAnimationTranslation(int translationOffset, DeviceProfile dp) { in getSplitAnimationTranslation() 105 public int getDistanceToBottomOfRect(DeviceProfile dp, Rect rect) { in getDistanceToBottomOfRect() 110 public List<SplitPositionOption> getSplitPositionOptions(DeviceProfile dp) { in getSplitPositionOptions()
|
| D | PortraitPagedViewHandler.java | 162 DeviceProfile dp) { in getSplitTaskViewDismissDirection() 254 public int getSplitAnimationTranslation(int translationOffset, DeviceProfile dp) { in getSplitAnimationTranslation() 364 public int getDistanceToBottomOfRect(DeviceProfile dp, Rect rect) { in getDistanceToBottomOfRect() 369 public List<SplitPositionOption> getSplitPositionOptions(DeviceProfile dp) { in getSplitPositionOptions() 402 DeviceProfile dp) { in getSplitSelectTaskOffset()
|
| D | LandscapePagedViewHandler.java | 166 DeviceProfile dp) { in getSplitTaskViewDismissDirection() 252 public int getSplitAnimationTranslation(int translationOffset, DeviceProfile dp) { in getSplitAnimationTranslation() 343 public int getDistanceToBottomOfRect(DeviceProfile dp, Rect rect) { in getDistanceToBottomOfRect() 348 public List<SplitPositionOption> getSplitPositionOptions(DeviceProfile dp) { in getSplitPositionOptions()
|
| D | PagedOrientationHandler.java | 85 int getSplitTaskViewDismissDirection(SplitPositionOption splitPosition, DeviceProfile dp); in getSplitTaskViewDismissDirection() 96 int getSplitAnimationTranslation(int translationOffset, DeviceProfile dp); in getSplitAnimationTranslation() 115 int getDistanceToBottomOfRect(DeviceProfile dp, Rect rect); in getDistanceToBottomOfRect() 116 List<SplitPositionOption> getSplitPositionOptions(DeviceProfile dp); in getSplitPositionOptions()
|
| D | WorkspaceTouchListener.java | 93 DeviceProfile dp = mLauncher.getDeviceProfile(); in onTouch() local
|
| /packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
| D | BaseActivityInterface.java | 111 DeviceProfile dp, Context context, Rect outRect, in getSwipeUpDestinationAndLength() 209 public final void calculateTaskSize(Context context, DeviceProfile dp, Rect outRect, in calculateTaskSize() 248 private void calculateTaskSizeInternal(Context context, DeviceProfile dp, in calculateTaskSizeInternal() 271 private static PointF getTaskDimension(Context context, DeviceProfile dp) { in getTaskDimension() 280 public static void getTaskDimension(Context context, DeviceProfile dp, PointF out) { in getTaskDimension() 302 public final void calculateGridSize(Context context, DeviceProfile dp, Rect outRect) { in calculateGridSize() 317 public final void calculateGridTaskSize(Context context, DeviceProfile dp, Rect outRect, in calculateGridTaskSize() 341 public final void calculateModalTaskSize(Context context, DeviceProfile dp, Rect outRect) { in calculateModalTaskSize() 351 private int getOverviewActionsHeight(Context context, DeviceProfile dp) { in getOverviewActionsHeight()
|
| D | TaskViewUtils.java | 197 DeviceProfile dp = BaseActivity.fromContext(context).getDeviceProfile(); in createRecentsWindowAnimator() local 441 DeviceProfile dp = BaseActivity.fromContext(context).getDeviceProfile(); in composeRecentsSplitLaunchAnimatorLegacy() local 500 DeviceProfile dp = BaseActivity.fromContext(context).getDeviceProfile(); in composeRecentsLaunchAnimator() local
|
| /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/src/com/android/quickstep/views/ |
| D | OverviewActionsView.java | 223 public void setDp(DeviceProfile dp) { in setDp() 254 SysUINavigationMode.Mode mode, DeviceProfile dp) { in getOverviewActionsTopMarginPx() 269 SysUINavigationMode.Mode mode, DeviceProfile dp) { in getOverviewActionsBottomMarginPx()
|
| /packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/widget/ |
| D | LauncherAppWidgetProviderInfoTest.java | 155 DeviceProfile dp = idp.supportedProfiles.get(0); in initSpans_minResizeWidthWithCellSpacingAndWidgetInset_shouldInitializeMinSpans() local 178 DeviceProfile dp = idp.supportedProfiles.get(0); in initSpans_minResizeWidthWithCellSpacingAndNoWidgetInset_shouldInitializeMinSpans() 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/src/com/android/launcher3/views/ |
| D | ClipIconView.java | 150 int fgIconAlpha, boolean isOpening, View container, DeviceProfile dp, in update() 184 MarginLayoutParams parentLp, boolean isVerticalBarLayout, DeviceProfile dp) { in update() 272 boolean isOpening, boolean isVerticalBarLayout, DeviceProfile dp) { in setIcon()
|
| /packages/apps/Launcher3/src/com/android/launcher3/ |
| D | Hotseat.java | 89 DeviceProfile dp = mActivity.getDeviceProfile(); in resetLayout() local 205 DeviceProfile dp = mActivity.getDeviceProfile(); in getQsbOffsetY() local
|
| D | LauncherRootView.java | 45 DeviceProfile dp = mActivity.getDeviceProfile(); in handleSystemWindowInsets() local
|
| /packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
| D | SwipeUpGestureTutorialController.java | 105 DeviceProfile dp = InvariantDeviceProfile.INSTANCE.get(mContext) in SwipeUpGestureTutorialController() local 264 void initDp(DeviceProfile dp) { in initDp()
|
| /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/displayinfo/ |
| D | DisplayInfoFragment.java | 131 float dp = px / ((float) metrics.densityDpi / DisplayMetrics.DENSITY_DEFAULT); in convertPixelsToDp() local
|
| /packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/ui/ |
| D | LauncherUIScrollTest.java | 163 DeviceProfile dp = InvariantDeviceProfile.INSTANCE in createScrollEvent() local
|
| /packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
| D | TaskbarManager.java | 122 DeviceProfile dp = LauncherAppState.getIDP(mContext).getDeviceProfile(mContext); in recreateTaskbar() local
|
| /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
| D | TouchTargetEnforcer.java | 123 private float dpToPx(int dp) { in dpToPx()
|
| /packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
| D | StatusBarTouchController.java | 161 DeviceProfile dp = mLauncher.getDeviceProfile(); in canInterceptTouch() local
|
| /packages/apps/Launcher3/src/com/android/launcher3/states/ |
| D | RotationHelper.java | 108 public void onDeviceProfileChanged(DeviceProfile dp) { in onDeviceProfileChanged()
|
| /packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
| D | AllAppsTransitionController.java | 109 public void onDeviceProfileChanged(DeviceProfile dp) { in onDeviceProfileChanged()
|