Searched refs:updateDims (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DimmerTests.java | 164 mDimmer.updateDims(mTransaction, bounds); in testUpdateDimsAppliesCrop() 176 mDimmer.updateDims(mTransaction, new Rect()); in testDimAboveNoChildNotReset() 221 mDimmer.updateDims(mTransaction, new Rect()); in testDimBelowWithChildSurfaceDestroyedWhenReset() 239 mDimmer.updateDims(mTransaction, new Rect()); in testDimBelowWithChildSurfaceNotDestroyedWhenPersisted() 255 mDimmer.updateDims(mTransaction, bounds); in testDimUpdateWhileDimming() 261 mDimmer.updateDims(mTransaction, bounds); in testDimUpdateWhileDimming() 273 mDimmer.updateDims(mTransaction, new Rect()); in testRemoveDimImmediately() 279 mDimmer.updateDims(mTransaction, new Rect()); in testRemoveDimImmediately()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Dimmer.java | 309 boolean updateDims(SurfaceControl.Transaction t, Rect bounds) { in updateDims() method in Dimmer
|
D | DisplayArea.java | 653 if (mDimmer.updateDims(getPendingTransaction(), mTmpDimBoundsRect)) { in prepareSurfaces()
|
D | Task.java | 3987 if (mDimmer.updateDims(getPendingTransaction(), mTmpDimBoundsRect)) {
|
/frameworks/base/services/ |
D | art-profile-boot | 649 Lcom/android/server/wm/Dimmer;->updateDims(Landroid/view/SurfaceControl$Transaction;Landroid/graphi…
|
D | art-profile | 45320 HSPLcom/android/server/wm/Dimmer;->updateDims(Landroid/view/SurfaceControl$Transaction;Landroid/gra…
|