/frameworks/base/libs/hwui/ |
H A D | RevealClip.h | 44 void getBounds(Rect* outBounds) const { 45 outBounds->set(mX - mRadius, mY - mRadius, mX + mRadius, mY + mRadius);
|
H A D | FontRenderer.h | 95 int x, int y, const float* positions, Rect* outBounds, 100 Rect* outBounds, TextDrawFunctor* functor);
|
/frameworks/base/core/java/android/widget/ |
H A D | CalendarViewMaterialDelegate.java | 114 public boolean getBoundsForDate(long date, Rect outBounds) { argument 115 boolean result = mDayPickerView.getBoundsForDate(date, outBounds); 125 outBounds.top += extraVerticalOffset; 126 outBounds.bottom += extraVerticalOffset;
|
H A D | CalendarView.java | 559 public boolean getBoundsForDate(long date, Rect outBounds) { argument 560 return mDelegate.getBoundsForDate(date, outBounds); 624 boolean getBoundsForDate(long date, Rect outBounds); argument
|
H A D | CalendarViewLegacyDelegate.java | 605 public boolean getBoundsForDate(long date, Rect outBounds) { argument 611 if (currWeekView.getBoundsForDate(calendarDate, outBounds)) { 620 outBounds.top += extraVerticalOffset; 621 outBounds.bottom += extraVerticalOffset; 1375 public boolean getBoundsForDate(Calendar date, Rect outBounds) { argument 1387 outBounds.left = cellSize * 1390 outBounds.left = cellSize * (mShowWeekNumber ? i + 1 : i); 1392 outBounds.top = 0; 1393 outBounds.right = outBounds [all...] |
H A D | DayPickerPagerAdapter.java | 111 public boolean getBoundsForDate(Calendar day, Rect outBounds) { argument 118 return monthView.calendar.getBoundsForDay(dayOfMonth, outBounds);
|
H A D | DayPickerView.java | 324 public boolean getBoundsForDate(long timeInMillis, Rect outBounds) { argument 331 return mAdapter.getBoundsForDate(mTempCalendar, outBounds);
|
/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | StackWindowController.java | 59 boolean onTop, Rect outBounds) { 60 this(stackId, listener, displayId, onTop, outBounds, WindowManagerService.getInstance()); 65 int displayId, boolean onTop, Rect outBounds, WindowManagerService service) { 78 getRawBounds(outBounds); 227 public void getRawBounds(Rect outBounds) { argument 230 outBounds.setEmpty(); 232 mContainer.getRawBounds(outBounds); 237 public void getBounds(Rect outBounds) { argument 240 mContainer.getBounds(outBounds); 243 outBounds 58 StackWindowController(int stackId, StackWindowListener listener, int displayId, boolean onTop, Rect outBounds) argument 64 StackWindowController(int stackId, StackWindowListener listener, int displayId, boolean onTop, Rect outBounds, WindowManagerService service) argument 247 getBoundsForNewConfiguration(Rect outBounds) argument [all...] |
H A D | TaskStack.java | 389 void getFinalAnimationBounds(Rect outBounds) { argument 390 outBounds.set(mBoundsAnimationTarget); 396 void getFinalAnimationSourceHintBounds(Rect outBounds) { argument 397 outBounds.set(mBoundsAnimationSourceHintBounds); 404 void getAnimationOrCurrentBounds(Rect outBounds) { argument 406 getFinalAnimationBounds(outBounds); 409 getBounds(outBounds); 504 void getBoundsForNewConfiguration(Rect outBounds) { argument 505 outBounds.set(mBoundsAfterRotation); 549 private void snapDockedStackAfterRotation(Rect outBounds) { argument 946 getStackDockedModeBounds( Rect displayRect, Rect outBounds, Rect dockedBounds, int dockDividerWidth, boolean dockOnTopOrLeft) argument [all...] |
H A D | PinnedStackWindowController.java | 40 int displayId, boolean onTop, Rect outBounds, WindowManagerService service) { 41 super(stackId, listener, displayId, onTop, outBounds, service); 39 PinnedStackWindowController(int stackId, PinnedStackWindowListener listener, int displayId, boolean onTop, Rect outBounds, WindowManagerService service) argument
|
H A D | ConfigurationContainer.java | 209 public void getBounds(Rect outBounds) { argument 210 outBounds.set(getBounds()); 235 public void getOverrideBounds(Rect outBounds) { argument 236 outBounds.set(getOverrideBounds());
|
H A D | WindowManagerInternal.java | 295 * @param outBounds The frame to populate. 297 public abstract void getWindowFrame(IBinder token, Rect outBounds); argument
|
H A D | PinnedStackController.java | 326 boolean onTaskStackBoundsChanged(Rect targetBounds, Rect outBounds) { argument 331 outBounds.setEmpty(); 337 outBounds.setEmpty(); 361 outBounds.set(postChangeStackBounds);
|
H A D | DockedStackDividerController.java | 227 void getHomeStackBoundsInDockedMode(Rect outBounds) { argument 236 outBounds.set(0, mTaskHeightInMinimizedMode + dividerSize + mTmpRect.top, 252 outBounds.set(left, 0, right, di.logicalHeight);
|
/frameworks/base/services/core/java/com/android/server/am/ |
H A D | PinnedActivityStack.java | 45 Rect outBounds) { 46 return new PinnedStackWindowController(mStackId, this, displayId, onTop, outBounds, 44 createStackWindowController(int displayId, boolean onTop, Rect outBounds) argument
|
/frameworks/support/customview/src/main/java/androidx/customview/widget/ |
H A D | ExploreByTouchHelper.java | 323 * @param outBounds the rect to populate with virtual view bounds 325 private void getBoundsInParent(int virtualViewId, Rect outBounds) { argument 327 node.getBoundsInParent(outBounds); 336 public void obtainBounds(AccessibilityNodeInfoCompat node, Rect outBounds) { 337 node.getBoundsInParent(outBounds); 443 * @param outBounds the rect to populate with the best-guess bounds for the 447 @FocusRealDirection int direction, @NonNull Rect outBounds) { 453 outBounds.set(w, 0, w, h); 456 outBounds.set(0, h, w, h); 459 outBounds 446 guessPreviouslyFocusedRect(@onNull View host, @FocusRealDirection int direction, @NonNull Rect outBounds) argument [all...] |
H A D | FocusStrategy.java | 443 void obtainBounds(T data, Rect outBounds); argument
|
/frameworks/support/compat/src/main/java/androidx/core/view/accessibility/ |
H A D | AccessibilityWindowInfoCompat.java | 161 * @param outBounds The out window bounds. 163 public void getBoundsInScreen(Rect outBounds) { argument 165 ((AccessibilityWindowInfo) mInfo).getBoundsInScreen(outBounds);
|
H A D | AccessibilityNodeInfoCompat.java | 1804 * @param outBounds The output node bounds. 1806 public void getBoundsInParent(Rect outBounds) { argument 1807 mInfo.getBoundsInParent(outBounds); 1828 * @param outBounds The output node bounds. 1830 public void getBoundsInScreen(Rect outBounds) { argument 1831 mInfo.getBoundsInScreen(outBounds);
|
/frameworks/base/libs/hwui/tests/common/ |
H A D | TestUtils.cpp | 89 Rect* outBounds) { 118 *outBounds = bounds; 86 layoutTextUnscaled(const SkPaint& paint, const char* text, std::vector<glyph_t>* outGlyphs, std::vector<float>* outPositions, float* outTotalAdvance, Rect* outBounds) argument
|
H A D | TestUtils.h | 331 Rect* outBounds);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
H A D | ActivityTestsBase.java | 469 boolean onTop, Rect outBounds) { 536 protected T createStackWindowController(int displayId, boolean onTop, Rect outBounds) { argument 542 outBounds.set(0, 0, 100, 100);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
H A D | WindowFrameTests.java | 96 public void getOverrideBounds(Rect outBounds) { argument 97 outBounds.set(mBounds); 100 void getTempInsetBounds(Rect outBounds) { argument 101 outBounds.set(mInsetBounds);
|
/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityWindowInfo.java | 302 * @param outBounds The out window bounds. 304 public void getBoundsInScreen(Rect outBounds) { argument 305 outBounds.set(mBoundsInScreen);
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | MagnificationController.java | 281 * @param outBounds rect to populate with the bounds of the magnified 284 public void getMagnificationBounds(@NonNull Rect outBounds) { argument 286 outBounds.set(mMagnificationBounds);
|