Searched refs:mNavBarAttachedApp (Results 1 – 1 of 1) sorted by relevance
150 private ActivityRecord mNavBarAttachedApp; field in RecentsAnimationController587 mNavBarAttachedApp = task.getTopVisibleActivity(); in attachNavigationBarToApp()592 if (mNavBarAttachedApp == null || navWindow == null || navWindow.mToken == null) { in attachNavigationBarToApp()599 navWindow.setSurfaceTranslationY(-mNavBarAttachedApp.getBounds().top); in attachNavigationBarToApp()600 t.reparent(navSurfaceControl, mNavBarAttachedApp.getSurfaceControl()); in attachNavigationBarToApp()655 || mNavBarAttachedApp == null) { in animateNavigationBarForAppLaunch()662 mNavBarAttachedApp.getSurfaceControl()); in animateNavigationBarForAppLaunch()668 mNavBarAttachedApp = task == null ? null : task.getTopVisibleActivity(); in addTaskToTargets()