Searched refs:getDimBounds (Results 1 – 13 of 13) sorted by relevance
95 abstract Rect getDimBounds(); in getDimBounds() method in Dimmer
218 Rect getDimBounds() { in getDimBounds() method in SmoothDimmer
143 mTask.getDimBounds(mTmpRect); in onInputEvent()176 mTask.getDimBounds(mTmpRect); in onInputEvent()
210 Rect getDimBounds() { in getDimBounds() method in LegacyDimmer
3134 void getDimBounds(@NonNull Rect out) { in getDimBounds() method in TaskFragment3135 if (mIsEmbedded && isDimmingOnParentTask() && getDimmer().getDimBounds() != null) { in getDimBounds()3171 final Rect dimBounds = mDimmer.getDimBounds(); in prepareSurfaces()
835 final Rect dimBounds = mDimmer.getDimBounds(); in prepareSurfaces()
1725 rootTask.getDimBounds(mTmpRect); in getVisibleBounds()2773 taskFragment.getDimBounds(mTmpRect); in updateRegionForModalActivityWindow()2775 getRootTask().getDimBounds(mTmpRect); in updateRegionForModalActivityWindow()3552 rootTask.getDimBounds(mTmpRect); in cropRegionToRootTaskBoundsIfNeeded()
2899 void getDimBounds(@NonNull Rect out) { in getDimBounds() method in Task3297 final Rect dimBounds = mDimmer.getDimBounds();3299 getDimBounds(dimBounds);
5259 task.getDimBounds(mTmpRect); in test()
172 mDimmer.getDimBounds().set(0, 0, width, height); in testUpdateDimsAppliesCrop()279 final Rect bounds = mDimmer.getDimBounds(); in testDimUpdateWhileDimming()
879 doReturn(taskBounds).when(dimmer).getDimBounds(); in testGetDimBounds()880 mTaskFragment.getDimBounds(dimBounds); in testGetDimBounds()885 mTaskFragment.getDimBounds(dimBounds); in testGetDimBounds()
3655 HSPLcom/android/server/wm/SmoothDimmer;->getDimBounds()Landroid/graphics/Rect;
28026 HPLcom/android/server/wm/SmoothDimmer;->getDimBounds()Landroid/graphics/Rect;28371 HPLcom/android/server/wm/Task;->getDimBounds(Landroid/graphics/Rect;)V