Searched refs:mTargetAppToken (Results 1 – 1 of 1) sorted by relevance
102 private AppWindowToken mTargetAppToken; field in RecentsAnimationController372 mTargetAppToken = recentsComponentAppToken; in initialize()446 final Rect minimizedHomeBounds = mTargetAppToken != null in startAnimation()447 && mTargetAppToken.inSplitScreenSecondaryWindowingMode() in startAnimation()451 if (mTargetAppToken != null && mTargetAppToken.findMainWindow() != null) { in startAnimation()452 contentInsets = mTargetAppToken.findMainWindow().getContentInsets(); in startAnimation()597 if (mTargetAppToken != null) { in cleanupAnimation()600 .mAppTransition.notifyAppTransitionFinishedLocked(mTargetAppToken.token); in cleanupAnimation()654 return w != null && w.mAppToken != null && mTargetAppToken == w.mAppToken in isWallpaperVisible()665 return mInputConsumerEnabled && mTargetAppToken != appToken && isAnimatingApp(appToken); in shouldApplyInputConsumer()[all …]