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

/frameworks/base/libs/hwui/
H A DRevealClip.h50 void getBounds(Rect* outBounds) const {
51 outBounds->set(mX - mRadius, mY - mRadius,
H A DFontRenderer.h116 Rect* outBounds, TextDrawFunctor* functor, bool forceFinish = true);
120 float hOffset, float vOffset, Rect* outBounds, TextDrawFunctor* functor);
/frameworks/support/compat/api21/android/support/v4/view/accessibility/
H A DAccessibilityWindowInfoCompatApi21.java56 public static void getBoundsInScreen(Object info, Rect outBounds) { argument
57 ((AccessibilityWindowInfo) info).getBoundsInScreen(outBounds);
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityWindowInfoCompat.java36 void getBoundsInScreen(Object info, Rect outBounds); argument
88 public void getBoundsInScreen(Object info, Rect outBounds) { argument
171 public void getBoundsInScreen(Object info, Rect outBounds) { argument
172 AccessibilityWindowInfoCompatApi21.getBoundsInScreen(info, outBounds);
344 * @param outBounds The out window bounds.
346 public void getBoundsInScreen(Rect outBounds) { argument
347 IMPL.getBoundsInScreen(mInfo, outBounds);
H A DAccessibilityNodeInfoCompat.java754 void getBoundsInParent(Object info, Rect outBounds); argument
756 void getBoundsInScreen(Object info, Rect outBounds); argument
955 public void getBoundsInParent(Object info, Rect outBounds) { argument
960 public void getBoundsInScreen(Object info, Rect outBounds) { argument
1612 public void getBoundsInParent(Object info, Rect outBounds) { argument
1613 AccessibilityNodeInfoCompatIcs.getBoundsInParent(info, outBounds);
1617 public void getBoundsInScreen(Object info, Rect outBounds) { argument
1618 AccessibilityNodeInfoCompatIcs.getBoundsInScreen(info, outBounds);
3180 * @param outBounds The output node bounds.
3182 public void getBoundsInParent(Rect outBounds) { argument
3206 getBoundsInScreen(Rect outBounds) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskStack.java423 void getBoundsForNewConfiguration(Rect outBounds) { argument
424 outBounds.set(mBoundsAfterRotation);
468 private void snapDockedStackAfterRotation(Rect outBounds) { argument
474 final int dockSide = getDockSide(outBounds);
475 final int dividerPosition = DockedDividerUtils.calculatePositionForBounds(outBounds,
483 mService.mPolicy.getStableInsetsLw(rotation, displayWidth, displayHeight, outBounds);
486 dividerSize, orientation == Configuration.ORIENTATION_PORTRAIT, outBounds);
491 outBounds, displayInfo.logicalWidth, displayInfo.logicalHeight,
676 void getStackDockedModeBoundsLocked(Rect outBounds, boolean ignoreVisibility) { argument
679 outBounds
723 getStackDockedModeBounds( Rect displayRect, Rect outBounds, int stackId, Rect dockedBounds, int dockDividerWidth, boolean dockOnTopOrLeft) argument
[all...]
H A DDimLayer.java81 void getDimBounds(Rect outBounds); argument
205 private void getBoundsForFullscreen(Rect outBounds) { argument
217 outBounds.set((int) xPos, (int) yPos, (int) xPos + dw, (int) yPos + dh);
H A DAccessibilityController.java1183 private void computeWindowBoundsInScreen(WindowState windowState, Rect outBounds) { argument
1201 outBounds.set((int) windowFrame.left, (int) windowFrame.top,
H A DDockedStackDividerController.java855 public void getDimBounds(Rect outBounds) { argument
H A DWindowManagerService.java3911 final Rect outBounds = new Rect();
3912 stack.getBoundsForNewConfiguration(outBounds);
3913 return outBounds;
11649 public void getWindowFrame(IBinder token, Rect outBounds) { argument
11653 outBounds.set(windowState.mFrame);
11655 outBounds.setEmpty();
/frameworks/base/core/java/android/view/
H A DWindowManagerInternal.java213 * @param outBounds The frame to populate.
215 public abstract void getWindowFrame(IBinder token, Rect outBounds); argument
H A DWindowManagerPolicy.java507 * Retrieves the {@param outBounds} from the stack with id {@param stackId}.
509 void getStackBounds(int stackId, Rect outBounds); argument
/frameworks/support/compat/ics/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatIcs.java59 public static void getBoundsInParent(Object info, Rect outBounds) { argument
60 ((AccessibilityNodeInfo) info).getBoundsInParent(outBounds);
63 public static void getBoundsInScreen(Object info, Rect outBounds) { argument
64 ((AccessibilityNodeInfo) info).getBoundsInScreen(outBounds);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DExploreByTouchHelper.java326 * @param outBounds the rect to populate with virtual view bounds
328 private void getBoundsInParent(int virtualViewId, Rect outBounds) { argument
330 node.getBoundsInParent(outBounds);
339 public void obtainBounds(AccessibilityNodeInfoCompat node, Rect outBounds) {
340 node.getBoundsInParent(outBounds);
446 * @param outBounds the rect to populate with the best-guess bounds for the
450 @FocusRealDirection int direction, @NonNull Rect outBounds) {
456 outBounds.set(w, 0, w, h);
459 outBounds.set(0, h, w, h);
462 outBounds
449 guessPreviouslyFocusedRect(@onNull View host, @FocusRealDirection int direction, @NonNull Rect outBounds) argument
[all...]
H A DFocusStrategy.java444 void obtainBounds(T data, Rect outBounds); argument
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.cpp65 float* outTotalAdvance, Rect* outBounds) {
91 *outBounds = bounds;
63 layoutTextUnscaled(const SkPaint& paint, const char* text, std::vector<glyph_t>* outGlyphs, std::vector<float>* outPositions, float* outTotalAdvance, Rect* outBounds) argument
H A DTestUtils.h228 float* outTotalAdvance, Rect* outBounds);
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp436 Rect outBounds; local
478 mCanvas->drawRenderNode(node.get(), outBounds);
491 mCanvas->drawRenderNode(node.get(), outBounds);
504 mCanvas->drawRenderNode(node.get(), outBounds);
516 mCanvas->drawRenderNode(node.get(), outBounds);
534 mCanvas->drawRenderNode(node.get(), outBounds);
538 mCanvas->drawRenderNode(node.get(), outBounds);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java270 * @param outBounds The out window bounds.
272 public void getBoundsInScreen(Rect outBounds) { argument
273 outBounds.set(mBoundsInScreen);
H A DAccessibilityNodeInfo.java1483 * @param outBounds The output node bounds.
1485 public void getBoundsInParent(Rect outBounds) { argument
1486 outBounds.set(mBoundsInParent.left, mBoundsInParent.top,
1510 * @param outBounds The output node bounds.
1512 public void getBoundsInScreen(Rect outBounds) { argument
1513 outBounds.set(mBoundsInScreen.left, mBoundsInScreen.top,
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationController.java245 * @param outBounds rect to populate with the bounds of the magnified
248 public void getMagnificationBounds(@NonNull Rect outBounds) { argument
250 outBounds.set(mMagnificationBounds);
H A DAccessibilityManagerService.java847 * @param outBounds The output to which to write the bounds.
849 boolean getWindowBounds(int windowId, Rect outBounds) { argument
857 mWindowManagerService.getWindowFrame(token, outBounds);
858 if (!outBounds.isEmpty()) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java1013 public void getDecoratedBoundsWithMargins(View view, Rect outBounds) { argument
1014 super.getDecoratedBoundsWithMargins(view, outBounds);
1016 outBounds.left += params.mLeftInset;
1017 outBounds.top += params.mTopInset;
1018 outBounds.right -= params.mRightInset;
1019 outBounds.bottom -= params.mBottomInset;
/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java976 * @param outBounds the rect to populate with bounds
978 private boolean getBoundsForDay(int id, Rect outBounds) { argument
1001 outBounds.set(left, top, left + colWidth, top + rowHeight);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java4304 * @param outBounds A rect that will receive the bounds of the element including its
4307 public void getDecoratedBoundsWithMargins(View view, Rect outBounds) { argument
4308 getDecoratedBoundsWithMarginsInt(view, outBounds);
4311 static void getDecoratedBoundsWithMarginsInt(View view, Rect outBounds) { argument
4314 outBounds.set(view.getLeft() - insets.left - lp.leftMargin,
8407 * @param outBounds A rect that will receive the bounds of the element including its
8410 public void getDecoratedBoundsWithMargins(View view, Rect outBounds) { argument
8411 RecyclerView.getDecoratedBoundsWithMarginsInt(view, outBounds);

Completed in 1526 milliseconds