Home
last modified time | relevance | path

Searched refs:windowSize (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DCaptionHelperTest.java79 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/
DFloatingWidgetView.java158 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/
DMedAvgRotationFilter.java40 public MedAvgRotationFilter(int windowSize, float cut) { in MedAvgRotationFilter() argument
41 super(windowSize, cut); in MedAvgRotationFilter()
DMedAvgFilter.java47 public MedAvgFilter(int windowSize, float cut) { in MedAvgFilter() argument
48 setWindowSize(windowSize); in MedAvgFilter()
/packages/apps/AvatarPicker/src/main/java/com/android/avatarpicker/ui/
DAvatarPickerActivity.kt62 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/
DBackAzimuthPrimer.java111 int windowSize, in BackAzimuthPrimer() argument
121 mWindowSize = windowSize; in BackAzimuthPrimer()
/packages/modules/Virtualization/vmlauncher_app/java/com/android/virtualization/vmlauncher/
DMainActivity.java174 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/
DLauncherSwipeHandlerV2.java240 Size windowSize = new Size(crop.width(), crop.height());
244 hostView, backgroundLocation, windowSize, tvs.getCurrentCornerRadius(),
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1406 Size windowSize = new Size(mDeviceProfile.availableWidthPx, in getClosingWindowAnimators() local
1411 (LauncherAppWidgetHostView) launcherView, targetRect, windowSize, in getClosingWindowAnimators()
/packages/apps/Car/DebuggingRestrictionController/libs/
Dokhttp-3.12.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...