Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/wm/
DStackWindowController.java64 int displayId, boolean onTop, Rect outBounds) { in StackWindowController() argument
65 this(stackId, listener, displayId, onTop, outBounds, WindowManagerService.getInstance()); in StackWindowController()
70 int displayId, boolean onTop, Rect outBounds, WindowManagerService service) { in StackWindowController() argument
84 getRawBounds(outBounds); in StackWindowController()
235 private void getRawBounds(Rect outBounds) { in getRawBounds() argument
237 outBounds.setEmpty(); in getRawBounds()
239 mContainer.getRawBounds(outBounds); in getRawBounds()
243 public void getBounds(Rect outBounds) { in getBounds() argument
246 mContainer.getBounds(outBounds); in getBounds()
249 outBounds.setEmpty(); in getBounds()
[all …]
DTaskStack.java349 void getFinalAnimationBounds(Rect outBounds) { in getFinalAnimationBounds() argument
350 outBounds.set(mBoundsAnimationTarget); in getFinalAnimationBounds()
356 void getFinalAnimationSourceHintBounds(Rect outBounds) { in getFinalAnimationSourceHintBounds() argument
357 outBounds.set(mBoundsAnimationSourceHintBounds); in getFinalAnimationSourceHintBounds()
364 void getAnimationOrCurrentBounds(Rect outBounds) { in getAnimationOrCurrentBounds() argument
366 getFinalAnimationBounds(outBounds); in getAnimationOrCurrentBounds()
369 getBounds(outBounds); in getAnimationOrCurrentBounds()
467 void getBoundsForNewConfiguration(Rect outBounds) { in getBoundsForNewConfiguration() argument
468 outBounds.set(mBoundsAfterRotation); in getBoundsForNewConfiguration()
512 private void snapDockedStackAfterRotation(Rect outBounds) { in snapDockedStackAfterRotation() argument
[all …]
DPinnedStackWindowController.java42 int displayId, boolean onTop, Rect outBounds) { in PinnedStackWindowController() argument
43 super(stackId, listener, displayId, onTop, outBounds, WindowManagerService.getInstance()); in PinnedStackWindowController()
DPinnedStackController.java276 boolean onTaskStackBoundsChanged(Rect targetBounds, Rect outBounds) { in onTaskStackBoundsChanged() argument
281 outBounds.setEmpty(); in onTaskStackBoundsChanged()
287 outBounds.setEmpty(); in onTaskStackBoundsChanged()
312 outBounds.set(postChangeStackBounds); in onTaskStackBoundsChanged()
DDimLayer.java83 void getDimBounds(Rect outBounds); in getDimBounds() argument
213 private void getBoundsForFullscreen(Rect outBounds) { in getBoundsForFullscreen() argument
225 outBounds.set((int) xPos, (int) yPos, (int) xPos + dw, (int) yPos + dh); in getBoundsForFullscreen()
DDockedStackDividerController.java188 void getHomeStackBoundsInDockedMode(Rect outBounds) { in getHomeStackBoundsInDockedMode() argument
197 outBounds.set(0, mTaskHeightInMinimizedMode + dividerSize + mTmpRect.top, in getHomeStackBoundsInDockedMode()
202 outBounds.set(mTaskHeightInMinimizedMode + dividerSize + mTmpRect.left + mTmpRect.top, in getHomeStackBoundsInDockedMode()
898 public void getDimBounds(Rect outBounds) { in getDimBounds() argument
/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/core-ui/java/android/support/v4/widget/
DExploreByTouchHelper.java324 private void getBoundsInParent(int virtualViewId, Rect outBounds) { in getBoundsInParent() argument
326 node.getBoundsInParent(outBounds); in getBoundsInParent()
335 public void obtainBounds(AccessibilityNodeInfoCompat node, Rect outBounds) {
336 node.getBoundsInParent(outBounds);
446 @FocusRealDirection int direction, @NonNull Rect outBounds) { in guessPreviouslyFocusedRect() argument
452 outBounds.set(w, 0, w, h); in guessPreviouslyFocusedRect()
455 outBounds.set(0, h, w, h); in guessPreviouslyFocusedRect()
458 outBounds.set(-1, 0, -1, h); in guessPreviouslyFocusedRect()
461 outBounds.set(0, -1, w, -1); in guessPreviouslyFocusedRect()
468 return outBounds; in guessPreviouslyFocusedRect()
DFocusStrategy.java444 void obtainBounds(T data, Rect outBounds); in obtainBounds() argument
/frameworks/base/libs/hwui/
DRevealClip.h50 void getBounds(Rect* outBounds) const { in getBounds() argument
51 outBounds->set(mX - mRadius, mY - mRadius, in getBounds()
DFontRenderer.h99 Rect* outBounds, TextDrawFunctor* functor, bool forceFinish = true);
103 float hOffset, float vOffset, Rect* outBounds, TextDrawFunctor* functor);
/frameworks/base/services/core/java/com/android/server/am/
DPinnedActivityStack.java42 Rect outBounds) { in createStackWindowController() argument
43 return new PinnedStackWindowController(mStackId, this, displayId, onTop, outBounds); in createStackWindowController()
DActivityRecord.java2285 private void computeBounds(Rect outBounds) { in computeBounds() argument
2286 outBounds.setEmpty(); in computeBounds()
2324 outBounds.set(mBounds); in computeBounds()
2329 outBounds.set(0, 0, maxActivityWidth, maxActivityHeight); in computeBounds()
2333 ? configuration.appBounds.right - outBounds.width() : 0; in computeBounds()
2334 outBounds.offsetTo(left, 0 /* top */); in computeBounds()
/frameworks/support/compat/java/android/support/v4/view/accessibility/
DAccessibilityWindowInfoCompat.java163 public void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen() argument
165 ((AccessibilityWindowInfo) mInfo).getBoundsInScreen(outBounds); in getBoundsInScreen()
DAccessibilityNodeInfoCompat.java1726 public void getBoundsInParent(Rect outBounds) { in getBoundsInParent() argument
1727 mInfo.getBoundsInParent(outBounds); in getBoundsInParent()
1750 public void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen() argument
1751 mInfo.getBoundsInScreen(outBounds); in getBoundsInScreen()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowFrameTests.java82 void getBounds(Rect outBounds) { in getBounds() argument
83 outBounds.set(mBounds); in getBounds()
86 void getTempInsetBounds(Rect outBounds) { in getTempInsetBounds() argument
87 outBounds.set(mInsetBounds); in getTempInsetBounds()
/frameworks/base/libs/hwui/tests/common/
DTestUtils.cpp87 float* outTotalAdvance, Rect* outBounds) { in layoutTextUnscaled() argument
116 *outBounds = bounds; in layoutTextUnscaled()
/frameworks/base/core/java/android/view/
DWindowManagerInternal.java239 public abstract void getWindowFrame(IBinder token, Rect outBounds); in getWindowFrame() argument
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityWindowInfo.java310 public void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen() argument
311 outBounds.set(mBoundsInScreen); in getBoundsInScreen()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationController.java277 public void getMagnificationBounds(@NonNull Rect outBounds) { in getMagnificationBounds() argument
279 outBounds.set(mMagnificationBounds); in getMagnificationBounds()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityTestsBase.java302 Rect outBounds) {

12