Searched refs:mNavBarAttachedApp (Results 1 – 1 of 1) sorted by relevance
163 private ActivityRecord mNavBarAttachedApp; field in RecentsAnimationController639 mNavBarAttachedApp = task.getTopVisibleActivity(); in attachNavigationBarToApp()644 if (mNavBarAttachedApp == null || navWindow == null || navWindow.mToken == null) { in attachNavigationBarToApp()652 navWindow.setSurfaceTranslationY(-mNavBarAttachedApp.getBounds().top); in attachNavigationBarToApp()654 t.reparent(navSurfaceControl, mNavBarAttachedApp.getSurfaceControl()); in attachNavigationBarToApp()709 || mNavBarAttachedApp == null) { in animateNavigationBarForAppLaunch()716 mNavBarAttachedApp.getSurfaceControl()); in animateNavigationBarForAppLaunch()722 mNavBarAttachedApp = task == null ? null : task.getTopVisibleActivity(); in addTaskToTargets()