Home
last modified time | relevance | path

Searched refs:getDisplayWidth (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBackground.java124 final int centerX = mLauncher.getDevice().getDisplayWidth() / 2; in goToOverviewUnchecked()
152 final int centerX = mLauncher.getDevice().getDisplayWidth() / 2; in sendDownPointerToEnterOverviewToLauncher()
166 final int centerX = mLauncher.getDevice().getDisplayWidth() / 2; in sendSwipeUpAndHoldToEnterOverviewGestureToLauncher()
184 final int centerX = mLauncher.getDevice().getDisplayWidth() / 2; in sendUpPointerToEnterOverviewToLauncher()
236 endX = mLauncher.getDevice().getDisplayWidth() - cornerRadius; in quickSwitch()
240 startX = mLauncher.getDevice().getDisplayWidth() - cornerRadius; in quickSwitch()
DWorkspace.java302 int pageWidth = mLauncher.getDevice().getDisplayWidth() / pagesPerScreen(); in dragIcon()
/packages/modules/AdServices/adservices/apk/tests/util/java/com/android/adservices/ui/util/
DAdServicesUiTestCase.java60 mDevice.getDisplayWidth() / 2, in setUpDevice()
62 mDevice.getDisplayWidth() / 2, in setUpDevice()
/packages/apps/Settings/tests/unit/src/com/android/settings/display/
DScreenResolutionControllerTest.java75 doReturn(width).when(mController).getDisplayWidth(); in updateState_HighResolution_shouldSetSummaryToHighResolution()
84 doReturn(width).when(mController).getDisplayWidth(); in updateState_FullResolution_shouldSetSummaryToFullResolution()
/packages/apps/Settings/src/com/android/settings/display/
DScreenResolutionController.java97 int width = getDisplayWidth(); in getSummary()
135 public int getDisplayWidth() { in getDisplayWidth() method in ScreenResolutionController
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastSettingsTest.java130 int w = mDevice.getDisplayWidth(); in testRotateAlertReminderDialogOpen()