Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java351 int xCoordinate =(int) (lockPattern.getVisibleBounds().left + in enterInvalidPattern()
352 lockPattern.getVisibleBounds().left*0.16); in enterInvalidPattern()
353 int y1Coordinate = (int) (lockPattern.getVisibleBounds().top + in enterInvalidPattern()
354 lockPattern.getVisibleBounds().top*0.16); in enterInvalidPattern()
355 int y2Coordinate = (int) (lockPattern.getVisibleBounds().bottom - in enterInvalidPattern()
356 lockPattern.getVisibleBounds().bottom*0.16); in enterInvalidPattern()
432 int deltaX = (int) ((lockPattern.getVisibleBounds().right - in calculateCoordinatesForPatternDot()
433 lockPattern.getVisibleBounds().left)*0.16); in calculateCoordinatesForPatternDot()
435 xCoordinate = lockPattern.getVisibleBounds().left + deltaX; in calculateCoordinatesForPatternDot()
441 xCoordinate = lockPattern.getVisibleBounds().right - deltaX; in calculateCoordinatesForPatternDot()
[all …]
DOverviewHelper.java148 Rect r = recents.getVisibleBounds(); in scrollToTopOfRecents()
225 Rect appBounds = appArea.getVisibleBounds(); in undockAppFromMultiwindow()
/platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
DMultiWindowTests.java109 Rect initialCalcBounds = calcArea.getVisibleBounds(); in testResizeHandleOnMultiwindow()
113 Rect initialGmailBounds = gmailArea.getVisibleBounds(); in testResizeHandleOnMultiwindow()
121 Rect finalCalcBounds = calcArea.getVisibleBounds(); in testResizeHandleOnMultiwindow()
125 Rect finalGmailBounds = gmailArea.getVisibleBounds(); in testResizeHandleOnMultiwindow()
DOverviewHelper.java111 Rect r = recents.getVisibleBounds(); in scrollToTopOfRecents()
189 Rect appBounds = appArea.getVisibleBounds(); in undockAppFromMultiwindow()
DRecentsTests.java127 Rect calcBounds = calculatorText.getVisibleBounds(); in testSwipeItemAwayFromRecents()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationInlineReplyTests.java77 mDevice.swipe(obj.getVisibleBounds().centerX(), obj.getVisibleBounds().centerY(), in testInLineNotificationWithLockScreen()
78 obj.getVisibleBounds().centerX(), in testInLineNotificationWithLockScreen()
DNotificationBundlingTests.java124 int y = obj.getVisibleBounds().centerY(); in dismissObject()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DCommonLauncherHelper.java102 Rect appR = appIcon.getVisibleBounds(); in ensureIconVisible()
103 Rect containerR = container.getVisibleBounds(); in ensureIconVisible()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/helpers/
DAutomationUtils.java96 navBarVisibleBounds = navBar.getVisibleBounds(); in openQuickstep()
242 divider.getVisibleBounds().centerX(), in resizeSplitScreen()
243 divider.getVisibleBounds().centerY(), in resizeSplitScreen()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/utility/
DScrollable.java213 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/flicker/src/com/android/server/wm/flicker/
DLayersTrace.java406 public Rect getVisibleBounds(String layerName) { in getVisibleBounds() method in LayersTrace.Entry
/platform_testing/libraries/system-helpers/permission-helper/src/android/system/helpers/
DPermissionHelper.java422 if (obj.getText() != null && obj.getText() != "" && obj.getVisibleBounds().left == 0) { in getPermissionDescGroupNames()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java657 Rect bounds = brightness.getVisibleBounds(); in testChangeBrightness()