HomeSort by relevance Sort by last modified time
    Searched defs:outBounds (Results 1 - 25 of 74) sorted by null

1 2 3

  /frameworks/base/services/core/java/com/android/server/wm/
DimLayer.java 83 void getDimBounds(Rect outBounds);
213 private void getBoundsForFullscreen(Rect outBounds) {
225 outBounds.set((int) xPos, (int) yPos, (int) xPos + dw, (int) yPos + dh);
StackWindowController.java 64 int displayId, boolean onTop, Rect outBounds) {
65 this(stackId, listener, displayId, onTop, outBounds, WindowManagerService.getInstance());
70 int displayId, boolean onTop, Rect outBounds, WindowManagerService service) {
84 getRawBounds(outBounds);
235 private void getRawBounds(Rect outBounds) {
237 outBounds.setEmpty();
239 mContainer.getRawBounds(outBounds);
243 public void getBounds(Rect outBounds) {
246 mContainer.getBounds(outBounds);
249 outBounds.setEmpty()
    [all...]
PinnedStackController.java 276 boolean onTaskStackBoundsChanged(Rect targetBounds, Rect outBounds) {
281 outBounds.setEmpty();
287 outBounds.setEmpty();
312 outBounds.set(postChangeStackBounds);
AccessibilityController.java     [all...]
WindowState.java     [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
ExploreByTouchHelper.java 322 * @param outBounds the rect to populate with virtual view bounds
324 private void getBoundsInParent(int virtualViewId, Rect outBounds) {
326 node.getBoundsInParent(outBounds);
335 public void obtainBounds(AccessibilityNodeInfoCompat node, Rect outBounds) {
336 node.getBoundsInParent(outBounds);
442 * @param outBounds the rect to populate with the best-guess bounds for the
446 @FocusRealDirection int direction, @NonNull Rect outBounds) {
452 outBounds.set(w, 0, w, h);
455 outBounds.set(0, h, w, h);
458 outBounds.set(-1, 0, -1, h)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java 409 public void getIconBounds(Rect outBounds) {
414 outBounds.set(left, top, right, bottom);
  /external/python/cpython2/Mac/Modules/app/
_Appmodule.c     [all...]
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java     [all...]
ActivityStack.java 469 T createStackWindowController(int displayId, boolean onTop, Rect outBounds) {
470 return (T) new StackWindowController(mStackId, this, displayId, onTop, outBounds);
569 void getWindowContainerBounds(Rect outBounds) {
571 mWindowContainerController.getBounds(outBounds);
574 outBounds.setEmpty();
577 void getBoundsForNewConfiguration(Rect outBounds) {
578 mWindowContainerController.getBoundsForNewConfiguration(outBounds);
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfo.java     [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib2/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 

Completed in 921 milliseconds

1 2 3