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

12

/frameworks/base/libs/hwui/
H A DRevealClip.h44 void getBounds(Rect* outBounds) const {
45 outBounds->set(mX - mRadius, mY - mRadius, mX + mRadius, mY + mRadius);
H A DFontRenderer.h95 int x, int y, const float* positions, Rect* outBounds,
100 Rect* outBounds, TextDrawFunctor* functor);
/frameworks/base/core/java/android/widget/
H A DCalendarViewMaterialDelegate.java114 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 DCalendarView.java559 public boolean getBoundsForDate(long date, Rect outBounds) { argument
560 return mDelegate.getBoundsForDate(date, outBounds);
624 boolean getBoundsForDate(long date, Rect outBounds); argument
H A DCalendarViewLegacyDelegate.java605 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 DDayPickerPagerAdapter.java111 public boolean getBoundsForDate(Calendar day, Rect outBounds) { argument
118 return monthView.calendar.getBoundsForDay(dayOfMonth, outBounds);
H A DDayPickerView.java324 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 DStackWindowController.java59 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 DTaskStack.java389 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 DPinnedStackWindowController.java40 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 DConfigurationContainer.java209 public void getBounds(Rect outBounds) { argument
210 outBounds.set(getBounds());
235 public void getOverrideBounds(Rect outBounds) { argument
236 outBounds.set(getOverrideBounds());
H A DWindowManagerInternal.java295 * @param outBounds The frame to populate.
297 public abstract void getWindowFrame(IBinder token, Rect outBounds); argument
H A DPinnedStackController.java326 boolean onTaskStackBoundsChanged(Rect targetBounds, Rect outBounds) { argument
331 outBounds.setEmpty();
337 outBounds.setEmpty();
361 outBounds.set(postChangeStackBounds);
H A DDockedStackDividerController.java227 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 DPinnedActivityStack.java45 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 DExploreByTouchHelper.java323 * @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 DFocusStrategy.java443 void obtainBounds(T data, Rect outBounds); argument
/frameworks/support/compat/src/main/java/androidx/core/view/accessibility/
H A DAccessibilityWindowInfoCompat.java161 * @param outBounds The out window bounds.
163 public void getBoundsInScreen(Rect outBounds) { argument
165 ((AccessibilityWindowInfo) mInfo).getBoundsInScreen(outBounds);
H A DAccessibilityNodeInfoCompat.java1804 * @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 DTestUtils.cpp89 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 DTestUtils.h331 Rect* outBounds);
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityTestsBase.java469 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 DWindowFrameTests.java96 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 DAccessibilityWindowInfo.java302 * @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 DMagnificationController.java281 * @param outBounds rect to populate with the bounds of the magnified
284 public void getMagnificationBounds(@NonNull Rect outBounds) { argument
286 outBounds.set(mMagnificationBounds);

Completed in 162 milliseconds

12