Searched refs:newBounds (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | MultiProducerActivity.java | 159 Rect newBounds = new Rect(); in run() local 198 newBounds.set(surfaceOrigin[0], surfaceOrigin[1], in run() 201 if (!currentFrameBounds.equals(newBounds)) { in run() 202 currentFrameBounds.set(newBounds); in run() 220 newBounds.set(surfaceOrigin[0], surfaceOrigin[1], in run() 223 if (!currentBackBounds.equals(newBounds)) { in run() 224 currentBackBounds.set(newBounds); in run()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | BackdropFrameRenderer.java | 310 private void redrawLocked(Rect newBounds, boolean fullscreen, Rect systemInsets, in redrawLocked() argument 334 final int left = mLastXOffset + newBounds.left; in redrawLocked() 335 final int top = mLastYOffset + newBounds.top; in redrawLocked() 336 final int width = newBounds.width(); in redrawLocked() 337 final int height = newBounds.height(); in redrawLocked()
|
D | PipSnapAlgorithm.java | 134 final Rect newBounds = new Rect(stackBounds); in findClosestSnapBounds() local 149 newBounds.offsetTo(snapTarget.x, snapTarget.y); in findClosestSnapBounds() 151 snapRectToClosestEdge(stackBounds, movementBounds, newBounds); in findClosestSnapBounds() 155 snapRectToClosestEdge(stackBounds, movementBounds, newBounds); in findClosestSnapBounds() 166 newBounds.offsetTo(snapTarget.x, snapTarget.y); in findClosestSnapBounds() 168 return newBounds; in findClosestSnapBounds()
|
D | DecorView.java | 2106 public void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, 2109 mBackdropFrameRenderer.setTargetRect(newBounds, fullscreen, systemInsets, stableInsets);
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | ViewGroup_Delegate.java | 81 Rect newBounds = new Rect(clipBounds); in drawShadow() local 82 newBounds.inset((int)-elevation, (int)-elevation); in drawShadow() 83 canvas.clipRect(newBounds, Op.REPLACE); in drawShadow()
|
/frameworks/base/core/java/android/view/ |
D | WindowCallbacks.java | 47 void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging() argument
|
D | ViewRootImpl.java | 7193 final Rect newBounds = mAccessibilityFocusedVirtualView.getBoundsInScreen(); in handleWindowContentChangedEvent() local 7194 if (!oldBounds.equals(newBounds)) { in handleWindowContentChangedEvent() 7195 oldBounds.union(newBounds); in handleWindowContentChangedEvent()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | StaggeredGridLayoutManagerBaseConfigSetTest.java | 583 Rect newBounds = mLayoutManager.getViewBounds(view); in scrollToPositionTest() local 585 bounds + " equals " + newBounds); in scrollToPositionTest()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityStarter.java | 2265 Rect newBounds = null; in getOverrideBounds() local 2269 newBounds = TaskRecord.validateBounds(options.getLaunchBounds()); in getOverrideBounds() 2272 return newBounds; in getOverrideBounds()
|