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

  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowAnimator.java 27 import static com.android.server.wm.WindowManagerService.TYPE_LAYER_OFFSET;
50 final WindowManagerService mService;
118 public AppWindowAnimator(final AppWindowToken atoken, WindowManagerService service) {
127 if (WindowManagerService.localLOGV) Slog.v(TAG, "Setting animation in " + mAppToken
135 anim.restrictDuration(WindowManagerService.MAX_ANIMATION_DURATION);
170 if (WindowManagerService.localLOGV) Slog.v(TAG, "Setting dummy animation in " + mAppToken
277 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail,
281 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail,
294 thumbnail.setLayer(thumbnailLayer + WindowManagerService.WINDOW_LAYER_MULTIPLIER
295 - WindowManagerService.LAYER_OFFSET_THUMBNAIL)
    [all...]
WindowManagerService.java 260 public class WindowManagerService extends IWindowManager.Stub
262 private static final String TAG = TAG_WITH_CLASS_NAME ? "WindowManagerService" : TAG_WM;
    [all...]
WindowStateAnimator.java 44 import static com.android.server.wm.WindowManagerService.TYPE_LAYER_MULTIPLIER;
45 import static com.android.server.wm.WindowManagerService.localLOGV;
46 import static com.android.server.wm.WindowManagerService.logWithStack;
102 final WindowManagerService mService;
242 final WindowManagerService service = win.mService;
272 mAnimation.restrictDuration(WindowManagerService.MAX_ANIMATION_DURATION);
368 // Save the animation state as it was before this step so WindowManagerService can tell if
411 //WindowManagerService.this.dump();
558 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(mWin, "SET FREEZE LAYER", false);
719 if (WindowManagerService.localLOGV) Slog.v(TAG, "Got surface: " + mSurfaceControlle
    [all...]

Completed in 143 milliseconds