/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | CaptionHelperTest.java | 79 final int windowSize = 100; in applyCaptionProperties_verifyAction() local 80 when(mPreviewWindow.getWidth()).thenReturn(windowSize); in applyCaptionProperties_verifyAction() 81 when(mPreviewWindow.getHeight()).thenReturn(windowSize); in applyCaptionProperties_verifyAction() 82 final float textSize = CaptionHelper.LINE_HEIGHT_RATIO * windowSize * fontScale; in applyCaptionProperties_verifyAction()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | FloatingWidgetView.java | 158 RectF widgetBackgroundPosition, Size windowSize, float windowCornerRadius, in init() argument 178 layout(0, 0, windowSize.getWidth(), windowSize.getHeight()); in init() 288 Size windowSize, float windowCornerRadius, boolean appTargetsAreTranslucent, in getFloatingWidgetView() argument 296 floatingView.init(dragLayer, originalView, widgetBackgroundPosition, windowSize, in getFloatingWidgetView()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/correction/filtering/ |
D | MedAvgRotationFilter.java | 40 public MedAvgRotationFilter(int windowSize, float cut) { in MedAvgRotationFilter() argument 41 super(windowSize, cut); in MedAvgRotationFilter()
|
D | MedAvgFilter.java | 47 public MedAvgFilter(int windowSize, float cut) { in MedAvgFilter() argument 48 setWindowSize(windowSize); in MedAvgFilter()
|
/packages/apps/AvatarPicker/src/main/java/com/android/avatarpicker/ui/ |
D | AvatarPickerActivity.kt | 62 val windowSize = calculateWindowSizeClass(this) in <lambda>() constant 66 val showOnePane = (windowSize.widthSizeClass != WindowWidthSizeClass.Expanded) in <lambda>()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/correction/primers/ |
D | BackAzimuthPrimer.java | 111 int windowSize, in BackAzimuthPrimer() argument 121 mWindowSize = windowSize; in BackAzimuthPrimer()
|
/packages/modules/Virtualization/vmlauncher_app/java/com/android/virtualization/vmlauncher/ |
D | MainActivity.java | 174 Rect windowSize = windowMetrics.getBounds(); in createVirtualMachineConfig() local 177 displayConfigBuilder.setWidth(windowSize.right); in createVirtualMachineConfig() 178 displayConfigBuilder.setHeight(windowSize.bottom); in createVirtualMachineConfig()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | LauncherSwipeHandlerV2.java | 240 Size windowSize = new Size(crop.width(), crop.height()); 244 hostView, backgroundLocation, windowSize, tvs.getCurrentCornerRadius(),
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 1406 Size windowSize = new Size(mDeviceProfile.availableWidthPx, in getClosingWindowAnimators() local 1411 (LauncherAppWidgetHostView) launcherView, targetRect, windowSize, in getClosingWindowAnimators()
|
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | okhttp-3.12.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/proguard/
okhttp3/
... |