HomeSort by relevance Sort by last modified time
    Searched defs:dimAbove (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DimmerTests.java 128 mDimmer.dimAbove(mTransaction, alpha);
141 mDimmer.dimAbove(mTransaction, alpha);
145 mDimmer.dimAbove(mTransaction, alpha);
153 mDimmer.dimAbove(mTransaction, 0.8f);
166 mDimmer.dimAbove(mTransaction, 0.8f);
181 mDimmer.dimAbove(mTransaction, child, alpha);
211 mDimmer.dimAbove(mTransaction, child, alpha);
227 mDimmer.dimAbove(mTransaction, child, alpha);
230 mDimmer.dimAbove(mTransaction, child, alpha);
244 mDimmer.dimAbove(mTransaction, child, alpha)
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
Dimmer.java 121 * Used for Dims not associated with a WindowContainer. See {@link Dimmer#dimAbove} for
180 * See documentation on {@link #dimAbove} to understand lifecycle management of
217 * Finish a dim started by dimAbove in the case there was no call to dimAbove.
232 * consider using the other variant of dimAbove which ties the Dim lifetime to the child
238 void dimAbove(SurfaceControl.Transaction t, float alpha) {
245 * and the child should call dimAbove again to request the Dim to continue.
251 void dimAbove(SurfaceControl.Transaction t, WindowContainer container, float alpha) {
256 * Like {@link #dimAbove} but places the dim below the given container.
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 59 milliseconds