Home
last modified time | relevance | path

Searched refs:getWindows (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
H A DRotaryServiceTest.java165 when(mRotaryService.getWindows()).thenReturn(windows); in testInitFocus_alreadyInitialized()
200 when(mRotaryService.getWindows()).thenReturn(windows); in testInitFocus_focusOnAlreadyFocusedView()
237 when(mRotaryService.getWindows()).thenReturn(windows); in testInitFocus_focusOnDefaultFocusView()
279 when(mRotaryService.getWindows()).thenReturn(windows); in testInitFocus_focusOnLastTouchedView()
324 when(mRotaryService.getWindows()).thenReturn(windows); in testInitFocus_focusOnFirstFocusableView()
402 when(mRotaryService.getWindows()).thenReturn(windows); in testInitFocus_focusOnHostNode()
430 when(mRotaryService.getWindows()).thenReturn(windows); in testOnRotaryEvents_withoutFocusedView()
481 when(mRotaryService.getWindows()).thenReturn(windows); in testOnRotaryEvents_withFocusedView()
540 when(mRotaryService.getWindows()).thenReturn(windows); in testOnRotaryEvents_acceleration()
661 when(mRotaryService.getWindows()).thenReturn(windows); in testNudgeTo_nudgeToHun()
[all …]
/aosp12/frameworks/base/core/java/android/accessibilityservice/
H A DIAccessibilityServiceConnection.aidl67 AccessibilityWindowInfo.WindowListSparseArray getWindows(); in getWindows() method
H A DAccessibilityService.java894 public List<AccessibilityWindowInfo> getWindows() { in getWindows() method in AccessibilityService
895 return AccessibilityInteractionClient.getInstance(this).getWindows(mConnectionId); in getWindows()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DAccessibilityServiceConnectionImpl.java78 public AccessibilityWindowInfo.WindowListSparseArray getWindows() { in getWindows() method in AccessibilityServiceConnectionImpl
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnectionTest.java319 public void getWindows() { in getWindows() method in AbstractAccessibilityServiceConnectionTest
321 mServiceConnection.getWindows(); in getWindows()
334 assertThat(mServiceConnection.getWindows(), is(nullValue())); in getWindows_returnNull()
339 assertThat(mServiceConnection.getWindows(), is(nullValue())); in getWindows_returnNull()
348 mServiceConnection.getWindows(); in getWindows_notTrackingWindows_invokeOnClientChange()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DAccessibilityInteractionControllerTest.java209 final List<AccessibilityWindowInfo> windows = sUiAutomation.getWindows(); in findWindowByTitle()
/aosp12/frameworks/base/core/java/android/app/
H A DUiAutomation.java672 public List<AccessibilityWindowInfo> getWindows() { in getWindows() method in UiAutomation
680 .getWindows(connectionId); in getWindows()
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java367 public List<AccessibilityWindowInfo> getWindows(int connectionId) { in getWindows() method in AccessibilityInteractionClient
404 windows = connection.getWindows(); in getWindowsOnAllDisplays()
/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DRotaryService.java524 List<AccessibilityWindowInfo> windows = getWindows();
1345 List<AccessibilityWindowInfo> windows = getWindows(); in handleWindowAddedEvent()
1546 List<AccessibilityWindowInfo> windows = getWindows(); in handleNudgeEvent()
2168 List<AccessibilityWindowInfo> windows = getWindows(); in initFocus()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnection.java426 public AccessibilityWindowInfo.WindowListSparseArray getWindows() { in getWindows() method in AbstractAccessibilityServiceConnection
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt242 Landroid/accessibilityservice/IAccessibilityServiceConnection$Stub$Proxy;->getWindows()Ljava/util/L…
294 Landroid/accessibilityservice/IAccessibilityServiceConnection;->getWindows()Ljava/util/List;
61759 Landroid/view/accessibility/AccessibilityCache;->getWindows()Ljava/util/List;
61817 Landroid/view/accessibility/AccessibilityInteractionClient;->getWindows(I)Ljava/util/List;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt3007 method public java.util.List<android.view.accessibility.AccessibilityWindowInfo> getWindows();
6768 method public java.util.List<android.view.accessibility.AccessibilityWindowInfo> getWindows();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt2572 method public java.util.List<android.view.accessibility.AccessibilityWindowInfo> getWindows();
5142 method public java.util.List<android.view.accessibility.AccessibilityWindowInfo> getWindows();
/aosp12/frameworks/base/services/
H A Dart-profile3775 HPLcom/android/server/accessibility/AbstractAccessibilityServiceConnection;->getWindows()Landroid/v…