Home
last modified time | relevance | path

Searched defs:dp (Results 1 – 25 of 61) sorted by relevance

123

/packages/services/Iwlan/test/com/google/android/iwlan/
DIwlanDataServiceTest.java257 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/
DLayoutUtils.java33 public static float getDefaultSwipeHeight(Context context, DeviceProfile dp) { in getDefaultSwipeHeight()
41 public static int getShelfTrackingDistance(Context context, DeviceProfile dp, in getShelfTrackingDistance()
DAnimatorControllerWithResistance.java132 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/
DSeascapePagedViewHandler.java57 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()
DPortraitPagedViewHandler.java162 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()
DLandscapePagedViewHandler.java166 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()
DPagedOrientationHandler.java85 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()
DWorkspaceTouchListener.java93 DeviceProfile dp = mLauncher.getDeviceProfile(); in onTouch() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java111 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()
DTaskViewUtils.java197 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/
DDpUtil.java28 public static float dpToPx(Context context, float dp) { in dpToPx()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DOverviewActionsView.java223 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/
DLauncherAppWidgetProviderInfoTest.java155 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/
Dedit_distance.h33 float dp[(beforeLength + 1) * (afterLength + 1)]; in getEditDistance() local
/packages/apps/Launcher3/src/com/android/launcher3/views/
DClipIconView.java150 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/
DHotseat.java89 DeviceProfile dp = mActivity.getDeviceProfile(); in resetLayout() local
205 DeviceProfile dp = mActivity.getDeviceProfile(); in getQsbOffsetY() local
DLauncherRootView.java45 DeviceProfile dp = mActivity.getDeviceProfile(); in handleSystemWindowInsets() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java105 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/
DDisplayInfoFragment.java131 float dp = px / ((float) metrics.densityDpi / DisplayMetrics.DENSITY_DEFAULT); in convertPixelsToDp() local
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/ui/
DLauncherUIScrollTest.java163 DeviceProfile dp = InvariantDeviceProfile.INSTANCE in createScrollEvent() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarManager.java122 DeviceProfile dp = LauncherAppState.getIDP(mContext).getDeviceProfile(mContext); in recreateTaskbar() local
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DTouchTargetEnforcer.java123 private float dpToPx(int dp) { in dpToPx()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DStatusBarTouchController.java161 DeviceProfile dp = mLauncher.getDeviceProfile(); in canInterceptTouch() local
/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java108 public void onDeviceProfileChanged(DeviceProfile dp) { in onDeviceProfileChanged()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java109 public void onDeviceProfileChanged(DeviceProfile dp) { in onDeviceProfileChanged()

123