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

  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 75 final WindowState mAttachedWindow;
275 mAttachedWindow = null;
296 mAttachedWindow = attachedWindow;
297 if (WindowManagerService.DEBUG_ADD_REMOVE) Slog.v(TAG, "Adding " + this + " to " + mAttachedWindow);
298 mAttachedWindow.mChildWindows.add(this);
312 mAttachedWindow = null;
320 mWinAnimator = new WindowStateAnimator(service, this, mAttachedWindow);
324 while (appWin.mAttachedWindow != null) {
325 appWin = appWin.mAttachedWindow;
804 && (mAttachedWindow == null || !mAttachedWindow.shouldAnimateMove())
    [all...]
WindowStateAnimator.java 53 final WindowState mAttachedWindow;
145 mAttachedWindow = attachedWindow;
180 final WindowState attached = mAttachedWindow;
802 (mAttachedWindow != null && mAttachedWindow.mWinAnimator.mHasLocalTransformation)
803 ? mAttachedWindow.mWinAnimator.mTransformation : null;
    [all...]

Completed in 129 milliseconds