HomeSort by relevance Sort by last modified time
    Searched refs:DimAnimator (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
DimAnimator.java 29 * DimAnimator class that controls the dim animation. This holds the surface and
32 class DimAnimator {
42 DimAnimator (SurfaceSession session) {
47 "DimAnimator",
52 "DimAnimator",
WindowAnimator.java 81 DimAnimator mDimAnimator = null;
82 DimAnimator.Parameters mDimParams = null;
530 mDimAnimator = new DimAnimator(mService.mFxSession);
540 new DimAnimator.Parameters(winAnimator, width, height, target)));
573 pw.print(prefix); pw.print("no DimAnimator ");
WindowManagerService.java     [all...]

Completed in 2366 milliseconds