Searched refs:mNavBarAttachedApp (Results 1 – 1 of 1) sorted by relevance
153 private ActivityRecord mNavBarAttachedApp; field in RecentsAnimationController604 mNavBarAttachedApp = task.getTopVisibleActivity(); in attachNavigationBarToApp()609 if (mNavBarAttachedApp == null || navWindow == null || navWindow.mToken == null) { in attachNavigationBarToApp()616 navWindow.setSurfaceTranslationY(-mNavBarAttachedApp.getBounds().top); in attachNavigationBarToApp()617 t.reparent(navSurfaceControl, mNavBarAttachedApp.getSurfaceControl()); in attachNavigationBarToApp()672 || mNavBarAttachedApp == null) { in animateNavigationBarForAppLaunch()679 mNavBarAttachedApp.getSurfaceControl()); in animateNavigationBarForAppLaunch()685 mNavBarAttachedApp = task == null ? null : task.getTopVisibleActivity(); in addTaskToTargets()