Home
last modified time | relevance | path

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

12

/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.java603 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate() argument
609 if (currWeekView.getBoundsForDate(calendarDate, outBounds)) { in getBoundsForDate()
618 outBounds.top += extraVerticalOffset; in getBoundsForDate()
619 outBounds.bottom += extraVerticalOffset; in getBoundsForDate()
1373 public boolean getBoundsForDate(Calendar date, Rect outBounds) { in getBoundsForDate() argument
1385 outBounds.left = cellSize * in getBoundsForDate()
1388 outBounds.left = cellSize * (mShowWeekNumber ? i + 1 : i); in getBoundsForDate()
1390 outBounds.top = 0; in getBoundsForDate()
1391 outBounds.right = outBounds.left + cellSize; in getBoundsForDate()
1392 outBounds.bottom = getHeight(); in getBoundsForDate()
DCalendarView.java577 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate() argument
578 return mDelegate.getBoundsForDate(date, outBounds); in getBoundsForDate()
642 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.java322 public boolean getBoundsForDate(long timeInMillis, Rect outBounds) {
329 return mAdapter.getBoundsForDate(mTempCalendar, outBounds);
DSimpleMonthView.java983 public boolean getBoundsForDay(int id, Rect outBounds) { in getBoundsForDay() argument
1006 outBounds.set(left, top, left + colWidth, top + rowHeight); in getBoundsForDay()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java347 void getFinalAnimationBounds(Rect outBounds) { in getFinalAnimationBounds() argument
348 outBounds.set(mBoundsAnimationTarget); in getFinalAnimationBounds()
354 void getFinalAnimationSourceHintBounds(Rect outBounds) { in getFinalAnimationSourceHintBounds() argument
355 outBounds.set(mBoundsAnimationSourceHintBounds); in getFinalAnimationSourceHintBounds()
362 void getAnimationOrCurrentBounds(Rect outBounds) { in getAnimationOrCurrentBounds() argument
364 getFinalAnimationBounds(outBounds); in getAnimationOrCurrentBounds()
367 getBounds(outBounds); in getAnimationOrCurrentBounds()
496 Rect outBounds) { in snapDockedStackAfterRotation() argument
500 final int dockSide = getDockSide(parentConfig, outBounds); in snapDockedStackAfterRotation()
501 final int dividerPosition = DockedDividerUtils.calculatePositionForBounds(outBounds, in snapDockedStackAfterRotation()
[all …]
DTaskLaunchParamsModifier.java348 @NonNull ActivityInfo.WindowLayout windowLayout, @NonNull Rect outBounds) { in getLayoutBounds() argument
352 outBounds.setEmpty(); in getLayoutBounds()
363 outBounds.setEmpty(); in getLayoutBounds()
365 /* hasInitialBounds */ false, outBounds); in getLayoutBounds()
366 width = outBounds.width(); in getLayoutBounds()
367 height = outBounds.height(); in getLayoutBounds()
408 outBounds.set(0, 0, width, height); in getLayoutBounds()
411 outBounds.offset(xOffset, yOffset); in getLayoutBounds()
477 @NonNull Rect outBounds) { in cascadeBounds() argument
478 outBounds.set(srcBounds); in cascadeBounds()
[all …]
DConfigurationContainer.java253 public void getBounds(Rect outBounds) { in getBounds() argument
254 outBounds.set(getBounds()); in getBounds()
288 public void getRequestedOverrideBounds(Rect outBounds) { in getRequestedOverrideBounds() argument
289 outBounds.set(getRequestedOverrideBounds()); in getRequestedOverrideBounds()
DPinnedStackController.java328 boolean onTaskStackBoundsChanged(Rect targetBounds, Rect outBounds) { in onTaskStackBoundsChanged() argument
333 outBounds.setEmpty(); in onTaskStackBoundsChanged()
339 outBounds.setEmpty(); in onTaskStackBoundsChanged()
363 outBounds.set(postChangeStackBounds); in onTaskStackBoundsChanged()
DWindowManagerInternal.java301 public abstract void getWindowFrame(IBinder token, Rect outBounds); in getWindowFrame() argument
DActivityRecord.java778 Rect outBounds = newConfig.windowConfiguration.getBounds(); in updatePictureInPictureMode() local
779 task.adjustForMinimalTaskDimensions(outBounds, outBounds); in updatePictureInPictureMode()
3069 private void computeBounds(Rect outBounds, Rect containingAppBounds) { in computeBounds() argument
3070 outBounds.setEmpty(); in computeBounds()
3144 outBounds.set(getRequestedOverrideBounds()); in computeBounds()
3152 outBounds.set(0, 0, activityWidth + containingAppBounds.left, in computeBounds()
3894 void getDisplayBoundsByRotation(Rect outBounds, int rotation) { in getDisplayBoundsByRotation() argument
3898 outBounds.set(0, 0, dw, dh); in getDisplayBoundsByRotation()
3901 void getDisplayBoundsByOrientation(Rect outBounds, int orientation) { in getDisplayBoundsByOrientation() argument
3905 outBounds.set(0, 0, isLandscape ? longSide : shortSide, in getDisplayBoundsByOrientation()
DDockedStackDividerController.java232 void getHomeStackBoundsInDockedMode(Configuration parentConfig, int dockSide, Rect outBounds) { in getHomeStackBoundsInDockedMode() argument
243 outBounds.set(0, mTaskHeightInMinimizedMode + dividerSize + mTmpRect.top, in getHomeStackBoundsInDockedMode()
256 outBounds.set(left, 0, right, displayHeight); in getHomeStackBoundsInDockedMode()
DActivityStack.java529 void createTaskStack(int displayId, boolean onTop, Rect outBounds) { in createTaskStack() argument
538 outBounds.setEmpty(); in createTaskStack()
540 mTaskStack.getRawBounds(outBounds); in createTaskStack()
960 void getWindowContainerBounds(Rect outBounds) { in getWindowContainerBounds() argument
962 mTaskStack.getBounds(outBounds); in getWindowContainerBounds()
965 outBounds.setEmpty(); in getWindowContainerBounds()
5704 void getAnimationOrCurrentBounds(Rect outBounds) { in getAnimationOrCurrentBounds() argument
5707 outBounds.setEmpty(); in getAnimationOrCurrentBounds()
5710 stack.getAnimationOrCurrentBounds(outBounds); in getAnimationOrCurrentBounds()
DAccessibilityController.java1284 private void computeWindowBoundsInScreen(WindowState windowState, Rect outBounds) { in computeWindowBoundsInScreen() argument
1302 outBounds.set((int) windowFrame.left, (int) windowFrame.top, in computeWindowBoundsInScreen()
DTaskRecord.java2262 void computeFullscreenBounds(@NonNull Rect outBounds, @Nullable ActivityRecord refActivity, in computeFullscreenBounds() argument
2265 outBounds.setEmpty(); in computeFullscreenBounds()
2292 outBounds.set(parentBounds.left, top, parentBounds.right, top + height); in computeFullscreenBounds()
2296 outBounds.set(left, parentBounds.top, left + width, parentBounds.bottom); in computeFullscreenBounds()
DAppWindowToken.java3208 void getLetterboxInnerBounds(Rect outBounds) { in getLetterboxInnerBounds() argument
3210 outBounds.set(mLetterbox.getInnerFrame()); in getLetterboxInnerBounds()
3212 outBounds.setEmpty(); in getLetterboxInnerBounds()
/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()
/frameworks/base/core/java/com/android/internal/app/
DSimpleIconFactory.java410 private synchronized float getScale(@NonNull Drawable d, @Nullable RectF outBounds) { in getScale() argument
413 if (outBounds != null) { in getScale()
414 outBounds.set(mAdaptiveIconBounds); in getScale()
516 if (outBounds != null) { in getScale()
517 outBounds.set(((float) mBounds.left) / width, ((float) mBounds.top) / height, in getScale()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationController.java336 void getMagnificationBounds(@NonNull Rect outBounds) { in getMagnificationBounds() argument
337 outBounds.set(mMagnificationBounds); in getMagnificationBounds()
739 public void getMagnificationBounds(int displayId, @NonNull Rect outBounds) { in getMagnificationBounds() argument
745 display.getMagnificationBounds(outBounds); in getMagnificationBounds()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityWindowInfo.java310 public void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen() argument
311 outBounds.set(mBoundsInScreen); in getBoundsInScreen()
DAccessibilityNodeInfo.java1696 public void getBoundsInParent(Rect outBounds) { in getBoundsInParent() argument
1697 outBounds.set(mBoundsInParent.left, mBoundsInParent.top, in getBoundsInParent()
1730 public void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen() argument
1731 outBounds.set(mBoundsInScreen.left, mBoundsInScreen.top, in getBoundsInScreen()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityTestsBase.java811 protected void createTaskStack(int displayId, boolean onTop, Rect outBounds) { in createTaskStack() argument
817 outBounds.set(0, 0, 100, 100); in createTaskStack()
924 void createTaskStack(int displayId, boolean onTop, Rect outBounds) { in build() argument
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java575 void getStackBounds(int windowingMode, int activityType, Rect outBounds); in getStackBounds() argument
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java4486 public void getDecoratedBoundsWithMargins(View view, Rect outBounds) { in getDecoratedBoundsWithMargins() argument
4487 getDecoratedBoundsWithMarginsInt(view, outBounds); in getDecoratedBoundsWithMargins()
4490 static void getDecoratedBoundsWithMarginsInt(View view, Rect outBounds) { in getDecoratedBoundsWithMarginsInt() argument
4493 outBounds.set(view.getLeft() - insets.left - lp.leftMargin, in getDecoratedBoundsWithMarginsInt()
8736 public void getDecoratedBoundsWithMargins(View view, Rect outBounds) { in getDecoratedBoundsWithMargins() argument
8737 RecyclerView.getDecoratedBoundsWithMarginsInt(view, outBounds); in getDecoratedBoundsWithMargins()

12