Home
last modified time | relevance | path

Searched refs:outBounds (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/wm/
DStackWindowController.java59 boolean onTop, Rect outBounds) { in StackWindowController() argument
60 this(stackId, listener, displayId, onTop, outBounds, WindowManagerService.getInstance()); in StackWindowController()
65 int displayId, boolean onTop, Rect outBounds, WindowManagerService service) { in StackWindowController() argument
78 getRawBounds(outBounds); in StackWindowController()
227 public void getRawBounds(Rect outBounds) { in getRawBounds() argument
230 outBounds.setEmpty(); in getRawBounds()
232 mContainer.getRawBounds(outBounds); in getRawBounds()
237 public void getBounds(Rect outBounds) { in getBounds() argument
240 mContainer.getBounds(outBounds); in getBounds()
243 outBounds.setEmpty(); in getBounds()
[all …]
DTaskStack.java389 void getFinalAnimationBounds(Rect outBounds) { in getFinalAnimationBounds() argument
390 outBounds.set(mBoundsAnimationTarget); in getFinalAnimationBounds()
396 void getFinalAnimationSourceHintBounds(Rect outBounds) { in getFinalAnimationSourceHintBounds() argument
397 outBounds.set(mBoundsAnimationSourceHintBounds); in getFinalAnimationSourceHintBounds()
404 void getAnimationOrCurrentBounds(Rect outBounds) { in getAnimationOrCurrentBounds() argument
406 getFinalAnimationBounds(outBounds); in getAnimationOrCurrentBounds()
409 getBounds(outBounds); in getAnimationOrCurrentBounds()
504 void getBoundsForNewConfiguration(Rect outBounds) { in getBoundsForNewConfiguration() argument
505 outBounds.set(mBoundsAfterRotation); in getBoundsForNewConfiguration()
549 private void snapDockedStackAfterRotation(Rect outBounds) { in snapDockedStackAfterRotation() argument
[all …]
DConfigurationContainer.java209 public void getBounds(Rect outBounds) { in getBounds() argument
210 outBounds.set(getBounds()); in getBounds()
235 public void getOverrideBounds(Rect outBounds) { in getOverrideBounds() argument
236 outBounds.set(getOverrideBounds()); in getOverrideBounds()
DPinnedStackWindowController.java40 int displayId, boolean onTop, Rect outBounds, WindowManagerService service) { in PinnedStackWindowController() argument
41 super(stackId, listener, displayId, onTop, outBounds, service); in PinnedStackWindowController()
DPinnedStackController.java326 boolean onTaskStackBoundsChanged(Rect targetBounds, Rect outBounds) { in onTaskStackBoundsChanged() argument
331 outBounds.setEmpty(); in onTaskStackBoundsChanged()
337 outBounds.setEmpty(); in onTaskStackBoundsChanged()
361 outBounds.set(postChangeStackBounds); in onTaskStackBoundsChanged()
DWindowManagerInternal.java297 public abstract void getWindowFrame(IBinder token, Rect outBounds); in getWindowFrame() argument
DDockedStackDividerController.java227 void getHomeStackBoundsInDockedMode(Rect outBounds) { in getHomeStackBoundsInDockedMode() argument
236 outBounds.set(0, mTaskHeightInMinimizedMode + dividerSize + mTmpRect.top, in getHomeStackBoundsInDockedMode()
252 outBounds.set(left, 0, right, di.logicalHeight); in getHomeStackBoundsInDockedMode()
/frameworks/base/core/java/android/widget/
DCalendarViewMaterialDelegate.java114 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate() argument
115 boolean result = mDayPickerView.getBoundsForDate(date, outBounds); in getBoundsForDate()
125 outBounds.top += extraVerticalOffset; in getBoundsForDate()
126 outBounds.bottom += extraVerticalOffset; in getBoundsForDate()
DCalendarViewLegacyDelegate.java605 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate() argument
611 if (currWeekView.getBoundsForDate(calendarDate, outBounds)) { in getBoundsForDate()
620 outBounds.top += extraVerticalOffset; in getBoundsForDate()
621 outBounds.bottom += extraVerticalOffset; in getBoundsForDate()
1375 public boolean getBoundsForDate(Calendar date, Rect outBounds) { in getBoundsForDate() argument
1387 outBounds.left = cellSize * in getBoundsForDate()
1390 outBounds.left = cellSize * (mShowWeekNumber ? i + 1 : i); in getBoundsForDate()
1392 outBounds.top = 0; in getBoundsForDate()
1393 outBounds.right = outBounds.left + cellSize; in getBoundsForDate()
1394 outBounds.bottom = getHeight(); in getBoundsForDate()
DCalendarView.java559 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate() argument
560 return mDelegate.getBoundsForDate(date, outBounds); in getBoundsForDate()
624 boolean getBoundsForDate(long date, Rect outBounds); in getBoundsForDate() argument
DDayPickerPagerAdapter.java111 public boolean getBoundsForDate(Calendar day, Rect outBounds) { in getBoundsForDate() argument
118 return monthView.calendar.getBoundsForDay(dayOfMonth, outBounds); in getBoundsForDate()
DDayPickerView.java324 public boolean getBoundsForDate(long timeInMillis, Rect outBounds) {
331 return mAdapter.getBoundsForDate(mTempCalendar, outBounds);
/frameworks/support/customview/src/main/java/androidx/customview/widget/
DExploreByTouchHelper.java325 private void getBoundsInParent(int virtualViewId, Rect outBounds) { in getBoundsInParent() argument
327 node.getBoundsInParent(outBounds); in getBoundsInParent()
336 public void obtainBounds(AccessibilityNodeInfoCompat node, Rect outBounds) {
337 node.getBoundsInParent(outBounds);
447 @FocusRealDirection int direction, @NonNull Rect outBounds) { in guessPreviouslyFocusedRect() argument
453 outBounds.set(w, 0, w, h); in guessPreviouslyFocusedRect()
456 outBounds.set(0, h, w, h); in guessPreviouslyFocusedRect()
459 outBounds.set(-1, 0, -1, h); in guessPreviouslyFocusedRect()
462 outBounds.set(0, -1, w, -1); in guessPreviouslyFocusedRect()
469 return outBounds; in guessPreviouslyFocusedRect()
DFocusStrategy.java443 void obtainBounds(T data, Rect outBounds); in obtainBounds() argument
/frameworks/base/libs/hwui/
DRevealClip.h44 void getBounds(Rect* outBounds) const { in getBounds() argument
45 outBounds->set(mX - mRadius, mY - mRadius, mX + mRadius, mY + mRadius); in getBounds()
DFontRenderer.h95 int x, int y, const float* positions, Rect* outBounds,
100 Rect* outBounds, TextDrawFunctor* functor);
/frameworks/base/services/core/java/com/android/server/am/
DPinnedActivityStack.java45 Rect outBounds) { in createStackWindowController() argument
46 return new PinnedStackWindowController(mStackId, this, displayId, onTop, outBounds, in createStackWindowController()
DActivityRecord.java2422 private void computeBounds(Rect outBounds) { in computeBounds() argument
2423 outBounds.setEmpty(); in computeBounds()
2461 outBounds.set(getOverrideBounds()); in computeBounds()
2469 outBounds.set(0, 0, maxActivityWidth + appBounds.left, maxActivityHeight + appBounds.top); in computeBounds()
2473 outBounds.left = appBounds.right - maxActivityWidth; in computeBounds()
2474 outBounds.right = appBounds.right; in computeBounds()
/frameworks/support/compat/src/main/java/androidx/core/view/accessibility/
DAccessibilityWindowInfoCompat.java163 public void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen() argument
165 ((AccessibilityWindowInfo) mInfo).getBoundsInScreen(outBounds); in getBoundsInScreen()
DAccessibilityNodeInfoCompat.java1806 public void getBoundsInParent(Rect outBounds) { in getBoundsInParent() argument
1807 mInfo.getBoundsInParent(outBounds); in getBoundsInParent()
1830 public void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen() argument
1831 mInfo.getBoundsInScreen(outBounds); in getBoundsInScreen()
/frameworks/base/libs/hwui/tests/common/
DTestUtils.cpp89 Rect* outBounds) { in layoutTextUnscaled() argument
118 *outBounds = bounds; in layoutTextUnscaled()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowFrameTests.java96 public void getOverrideBounds(Rect outBounds) { in getOverrideBounds() argument
97 outBounds.set(mBounds); in getOverrideBounds()
100 void getTempInsetBounds(Rect outBounds) { in getTempInsetBounds() argument
101 outBounds.set(mInsetBounds); in getTempInsetBounds()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityTestsBase.java469 boolean onTop, Rect outBounds) { in createStackUnchecked() argument
536 protected T createStackWindowController(int displayId, boolean onTop, Rect outBounds) {
542 outBounds.set(0, 0, 100, 100);
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityWindowInfo.java304 public void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen() argument
305 outBounds.set(mBoundsInScreen); in getBoundsInScreen()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationController.java284 public void getMagnificationBounds(@NonNull Rect outBounds) { in getMagnificationBounds() argument
286 outBounds.set(mMagnificationBounds); in getMagnificationBounds()

12