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

  /frameworks/base/core/java/android/view/
WindowInfo.java 45 public final Rect boundsInScreen = new Rect();
69 window.boundsInScreen.set(other.boundsInScreen);
101 boundsInScreen.writeToParcel(parcel, flags);
121 builder.append(", bounds=").append(boundsInScreen);
136 boundsInScreen.readFromParcel(parcel);
155 boundsInScreen.setEmpty();
AccessibilityInteractionController.java     [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 130 Rect boundsInScreen = new Rect();
136 window.getBoundsInScreen(boundsInScreen);
137 assertFalse(boundsInScreen.isEmpty()); // Varies on screen size, emptiness check.
195 Rect boundsInScreen = new Rect();
196 window.getBoundsInScreen(boundsInScreen);
197 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 

Completed in 176 milliseconds