HomeSort by relevance Sort by last modified time
    Searched refs:boundsInScreen (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/core/java/android/view/
WindowInfo.java 47 public final Rect boundsInScreen = new Rect();
73 window.boundsInScreen.set(other.boundsInScreen);
107 boundsInScreen.writeToParcel(parcel, flags);
128 builder.append(", bounds=").append(boundsInScreen);
144 boundsInScreen.readFromParcel(parcel);
165 boundsInScreen.setEmpty();
AccessibilityInteractionController.java     [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccessibilityWindowInfo.java 34 private Rect boundsInScreen = new Rect();
77 newShadow.boundsInScreen = new Rect(boundsInScreen);
144 areEqual &= (boundsInScreen.equals(anotherBounds));
202 if (boundsInScreen == null) {
205 outBounds.set(boundsInScreen);
238 boundsInScreen.set(bounds);
ShadowAccessibilityNodeInfo.java 114 private Rect boundsInScreen = new Rect();
790 if (boundsInScreen == null) {
791 boundsInScreen = new Rect();
793 outBounds.set(boundsInScreen);
806 if (boundsInScreen == null) {
807 boundsInScreen = new Rect(b);
809 boundsInScreen.set(b);
1036 newShadow.boundsInScreen = new Rect(boundsInScreen);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AccessibilityController.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyboardAccessibilityNodeProvider.java 234 final Rect boundsInScreen = mTempBoundsInScreen;
242 info.setBoundsInScreen(boundsInScreen);
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryTest.java 173 Rect boundsInScreen = new Rect();
179 window.getBoundsInScreen(boundsInScreen);
180 assertFalse(boundsInScreen.isEmpty()); // Varies on screen size, emptiness check.
220 Rect boundsInScreen = new Rect();
221 window.getBoundsInScreen(boundsInScreen);
222 assertFalse(boundsInScreen.isEmpty()); // Varies on screen size, so just emptiness check.
    [all...]
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 171 milliseconds

1 2