Home
last modified time | relevance | path

Searched refs:getVisibleBounds (Results 1 – 19 of 19) sorted by relevance

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java360 int xCoordinate =(int) (lockPattern.getVisibleBounds().left + in enterInvalidPattern()
361 lockPattern.getVisibleBounds().left*0.16); in enterInvalidPattern()
362 int y1Coordinate = (int) (lockPattern.getVisibleBounds().top + in enterInvalidPattern()
363 lockPattern.getVisibleBounds().top*0.16); in enterInvalidPattern()
364 int y2Coordinate = (int) (lockPattern.getVisibleBounds().bottom - in enterInvalidPattern()
365 lockPattern.getVisibleBounds().bottom*0.16); in enterInvalidPattern()
449 int deltaX = (int) ((lockPattern.getVisibleBounds().right - in calculateCoordinatesForPatternDot()
450 lockPattern.getVisibleBounds().left)*0.16); in calculateCoordinatesForPatternDot()
452 xCoordinate = lockPattern.getVisibleBounds().left + deltaX; in calculateCoordinatesForPatternDot()
458 xCoordinate = lockPattern.getVisibleBounds().right - deltaX; in calculateCoordinatesForPatternDot()
[all …]
DOverviewHelper.java149 Rect r = recents.getVisibleBounds(); in scrollToTopOfRecents()
226 Rect appBounds = appArea.getVisibleBounds(); in undockAppFromMultiwindow()
/platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
DMultiWindowTests.java97 Rect initialCalcBounds = calcArea.getVisibleBounds(); in testResizeHandleOnMultiwindow()
101 Rect initialGmailBounds = gmailArea.getVisibleBounds(); in testResizeHandleOnMultiwindow()
109 Rect finalCalcBounds = calcArea.getVisibleBounds(); in testResizeHandleOnMultiwindow()
113 Rect finalGmailBounds = gmailArea.getVisibleBounds(); in testResizeHandleOnMultiwindow()
DOverviewHelper.java102 Rect r = recents.getVisibleBounds(); in scrollToTopOfRecents()
180 Rect appBounds = appArea.getVisibleBounds(); in undockAppFromMultiwindow()
DRecentsTests.java115 Rect calcBounds = calculatorText.getVisibleBounds(); in testSwipeItemAwayFromRecents()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
DMediaInstrumentation.java149 () -> "UMO isn't settle after timeout.", notification::getVisibleBounds); in scrollToMediaNotification() field in MediaInstrumentation.notification
157 Rect umoBound = umo.getVisibleBounds(); in ensureUMOFullyVisible()
158 Rect footerBound = footer.getVisibleBounds(); in ensureUMOFullyVisible()
166 Direction.DOWN, (float)distance / scrollable.getVisibleBounds().height(), 100); in ensureUMOFullyVisible()
199 () -> "UMO isn't settle after timeout.", notification::getVisibleBounds); in getMediaNotificationInCurrentView() field in MediaInstrumentation.notification
DMediaController.java189 Rect bound = mUiObject.getVisibleBounds(); in swipe()
209 return mUiObject.getVisibleBounds(); in getVisibleBound()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper2/
DCommonLauncherHelper.java115 Rect appR = appIcon.getVisibleBounds(); in ensureIconVisible()
116 Rect containerR = container.getVisibleBounds(); in ensureIconVisible()
DBaseLauncher3Strategy.java114 final int topGestureMargin = (int) (allAppsContainer.getVisibleBounds().height() * 0.15f); in openAllApps()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DCommonLauncherHelper.java110 Rect appR = appIcon.getVisibleBounds(); in ensureIconVisible()
111 Rect containerR = container.getVisibleBounds(); in ensureIconVisible()
DBaseLauncher3Strategy.java121 final int topGestureMargin = (int) (allAppsContainer.getVisibleBounds().height() * 0.15f); in openAllApps()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/utility/
DScrollable.java233 Rect bounds = scrollable.getVisibleBounds(); in calcScrollSpeed()
/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
DAccessibilityScannerHelper.java258 Rect origBounds = getScannerCheckBtn().getVisibleBounds(); in adjustScannerButton()
259 Rect avoidBounds = avoidObj.getVisibleBounds(); in adjustScannerButton()
287 Rect bounds = btn.getVisibleBounds(); in moveScannerCheckButton()
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DSeekUtility.java114 Rect seekBounds = seekBar.getVisibleBounds(); in seek()
/platform_testing/libraries/flicker/appHelpers/src/android/tools/device/apphelpers/
DYouTubeAppHelper.kt65 val playerRect: Rect = player.getVisibleBounds() in displayControls()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/features/quicksettings/
DUserSelection.java132 Rect r = obj.getVisibleBounds(); in clickTopLeftCorner()
/platform_testing/libraries/system-helpers/permission-helper/src/android/system/helpers/
DPermissionHelper.java423 if (obj.getText() != null && obj.getText() != "" && obj.getVisibleBounds().left == 0) { in getPermissionDescGroupNames()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java1040 Rect bounds = scrollableObject.getVisibleBounds(); in scroll()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java674 Rect bounds = brightness.getVisibleBounds(); in testChangeBrightness()