Searched defs:outBounds (Results 1 - 22 of 22) sorted by last modified time

/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/support/v4/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/v4/ics/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatIcs.java60 public static void getBoundsInParent(Object info, Rect outBounds) { argument
61 ((AccessibilityNodeInfo) info).getBoundsInParent(outBounds);
64 public static void getBoundsInScreen(Object info, Rect outBounds) { argument
65 ((AccessibilityNodeInfo) info).getBoundsInScreen(outBounds);
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java519 public void getBoundsInParent(Object info, Rect outBounds); argument
521 public void getBoundsInScreen(Object info, Rect outBounds); argument
705 public void getBoundsInParent(Object info, Rect outBounds) { argument
710 public void getBoundsInScreen(Object info, Rect outBounds) { argument
1291 public void getBoundsInParent(Object info, Rect outBounds) { argument
1292 AccessibilityNodeInfoCompatIcs.getBoundsInParent(info, outBounds);
1296 public void getBoundsInScreen(Object info, Rect outBounds) { argument
1297 AccessibilityNodeInfoCompatIcs.getBoundsInScreen(info, outBounds);
2740 * @param outBounds The output node bounds.
2742 public void getBoundsInParent(Rect outBounds) { argument
2766 getBoundsInScreen(Rect outBounds) argument
[all...]
H A DAccessibilityWindowInfoCompat.java36 public void getBoundsInScreen(Object info, Rect outBounds); argument
85 public void getBoundsInScreen(Object info, Rect outBounds) { argument
165 public void getBoundsInScreen(Object info, Rect outBounds) { argument
166 AccessibilityWindowInfoCompatApi21.getBoundsInScreen(info, outBounds);
329 * @param outBounds The out window bounds.
331 public void getBoundsInScreen(Rect outBounds) { argument
332 IMPL.getBoundsInScreen(mInfo, outBounds);
/frameworks/support/v4/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/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java8062 * @param outBounds A rect that will receive the bounds of the element including its
8065 public void getDecoratedBoundsWithMargins(View view, Rect outBounds) { argument
8068 outBounds.set(view.getLeft() - insets.left - lp.leftMargin,
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java1177 private void computeWindowBoundsInScreen(WindowState windowState, Rect outBounds) { argument
1195 outBounds.set((int) windowFrame.left, (int) windowFrame.top,
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 DDockedStackDividerController.java809 public void getDimBounds(Rect outBounds) { argument
H A DTaskStack.java424 void getBoundsForNewConfiguration(Rect outBounds) { argument
425 outBounds.set(mBoundsAfterRotation);
469 private void snapDockedStackAfterRotation(Rect outBounds) { argument
475 final int dockSide = getDockSide(outBounds);
476 final int dividerPosition = DockedDividerUtils.calculatePositionForBounds(outBounds,
484 mService.mPolicy.getStableInsetsLw(rotation, displayWidth, displayHeight, outBounds);
487 dividerSize, orientation == Configuration.ORIENTATION_PORTRAIT, outBounds);
492 outBounds, displayInfo.logicalWidth, displayInfo.logicalHeight,
677 void getStackDockedModeBoundsLocked(Rect outBounds, boolean ignoreVisibility) { argument
680 outBounds
724 getStackDockedModeBounds( Rect displayRect, Rect outBounds, int stackId, Rect dockedBounds, int dockDividerWidth, boolean dockOnTopOrLeft) argument
[all...]
H A DWindowManagerService.java3773 final Rect outBounds = new Rect();
3774 stack.getBoundsForNewConfiguration(outBounds);
3775 return outBounds;
11266 public void getWindowFrame(IBinder token, Rect outBounds) { argument
11270 outBounds.set(windowState.mFrame);
11272 outBounds.setEmpty();
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java821 * @param outBounds The output to which to write the bounds.
823 boolean getWindowBounds(int windowId, Rect outBounds) { argument
831 mWindowManagerService.getWindowFrame(token, outBounds);
832 if (!outBounds.isEmpty()) {
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);
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp391 Rect outBounds; local
433 mCanvas->drawRenderNode(node.get(), outBounds);
446 mCanvas->drawRenderNode(node.get(), outBounds);
459 mCanvas->drawRenderNode(node.get(), outBounds);
471 mCanvas->drawRenderNode(node.get(), outBounds);
489 mCanvas->drawRenderNode(node.get(), outBounds);
493 mCanvas->drawRenderNode(node.get(), outBounds);
/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
/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.java498 * Retrieves the {@param outBounds} from the stack with id {@param stackId}.
500 void getStackBounds(int stackId, Rect outBounds); argument
/frameworks/base/core/java/android/view/accessibility/
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,
H A DAccessibilityWindowInfo.java270 * @param outBounds The out window bounds.
272 public void getBoundsInScreen(Rect outBounds) { argument
273 outBounds.set(mBoundsInScreen);
/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);

Completed in 414 milliseconds