/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
H A D | NavigatorTest.java | 1029 .setBoundsInScreen(appWindowBounds) in testFindNudgeTargetFocusArea3() 1034 .setBoundsInScreen(appWindowBounds) in testFindNudgeTargetFocusArea3() 1037 .setBoundsInScreen(appWindowBounds) in testFindNudgeTargetFocusArea3() 1048 .setBoundsInScreen(imeWindowBounds) in testFindNudgeTargetFocusArea3() 1135 .setBoundsInScreen(mDisplayBounds) in testFindNudgeTargetFocusArea4() 1140 .setBoundsInScreen(mDisplayBounds) in testFindNudgeTargetFocusArea4() 1232 .setBoundsInScreen(mDisplayBounds) in testFindNudgeTargetFocusArea5() 1237 .setBoundsInScreen(mDisplayBounds) in testFindNudgeTargetFocusArea5() 1343 .setBoundsInScreen(mDisplayBounds) in testIsMainApplicationWindow_returnsTrue() 1355 .setBoundsInScreen(mDisplayBounds) in testIsMainApplicationWindow_wrongDisplay_returnsFalse() [all …]
|
H A D | RotaryServiceTest.java | 162 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in testInitFocus_alreadyInitialized() 197 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in testInitFocus_focusOnAlreadyFocusedView() 234 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in testInitFocus_focusOnDefaultFocusView() 276 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in testInitFocus_focusOnLastTouchedView() 321 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in testInitFocus_focusOnFirstFocusableView() 427 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in testOnRotaryEvents_withoutFocusedView() 478 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in testOnRotaryEvents_withFocusedView() 537 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in testOnRotaryEvents_acceleration()
|
H A D | WindowBuilder.java | 88 WindowBuilder setBoundsInScreen(@Nullable Rect boundsInScreen) { in setBoundsInScreen() method in WindowBuilder
|
H A D | WindowBuilderTest.java | 62 AccessibilityWindowInfo window = new WindowBuilder().setBoundsInScreen(setBounds).build(); in testSetBoundsInScreen()
|
H A D | NodeBuilderTest.java | 133 AccessibilityNodeInfo node = mNodeBuilder.setBoundsInScreen(setBounds).build(); in testSetBoundsInScreen()
|
H A D | NodeBuilder.java | 242 NodeBuilder setBoundsInScreen(@NonNull Rect boundsInScreen) { in setBoundsInScreen() method in NodeBuilder
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
H A D | DragAndDropAccessibilityDelegate.java | 136 node.setBoundsInScreen(mTempRect); in onPopulateNodeForVirtualView()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
H A D | KeyboardAccessibilityNodeProvider.java | 243 info.setBoundsInScreen(boundsInScreen); in createAccessibilityNodeInfo()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ExploreByTouchHelper.java | 494 node.setBoundsInScreen(tempScreenRect); in createNodeForChild()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | AccessibilityInteractionController.java | 885 info.setBoundsInScreen(boundsInScreen); in adjustBoundsInScreenIfNeeded() 916 info.setBoundsInScreen(boundsInScreen); in applyScreenMatrixIfNeeded() 970 info.setBoundsInScreen(boundsInScreen); in applyAppScaleAndMagnificationSpecIfNeeded()
|
H A D | View.java | 10251 info.setBoundsInScreen(bounds); in onInitializeAccessibilityNodeInfoInternal()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | NumberPicker.java | 2791 info.setBoundsInScreen(boundsInScreen); in createAccessibiltyNodeInfoForInputText() 2815 info.setBoundsInScreen(boundsInScreen); in createAccessibilityNodeInfoForVirtualButton() 2865 info.setBoundsInScreen(boundsInScreen); in createAccessibilityNodeInfoForNumberPicker()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | CropView.java | 628 node.setBoundsInScreen(rect); in setNodePosition()
|
/aosp12/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityNodeInfo.java | 1982 public void setBoundsInScreen(Rect bounds) { in setBoundsInScreen() method in AccessibilityNodeInfo
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 50891 method public void setBoundsInScreen(android.graphics.Rect);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 34962 method public void setBoundsInScreen(android.graphics.Rect);
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 62126 Landroid/view/accessibility/AccessibilityWindowInfo;->setBoundsInScreen(Landroid/graphics/Rect;)V
|