Searched refs:navigationBarView (Results 1 – 2 of 2) sorted by relevance
267 NavigationBarView navigationBarView = mStatusBarOptionalLazy.map( in inflateView() local269 final boolean recentsVisible = navigationBarView != null in inflateView()270 && navigationBarView.isRecentsButtonVisible(); in inflateView()291 if (navigationBarView != null) { in inflateView()293 .setImageDrawable(navigationBarView.getBackDrawable()); in inflateView()295 .setImageDrawable(navigationBarView.getHomeDrawable()); in inflateView()
1449 View navigationBarView = LayoutInflater.from(context).inflate( in create() local1452 if (DEBUG) Log.v(TAG, "addNavigationBar: about to add " + navigationBarView); in create()1453 if (navigationBarView == null) return null; in create()1455 final NavigationBarFragment fragment = FragmentHostManager.get(navigationBarView) in create()1457 navigationBarView.addOnAttachStateChangeListener(new View.OnAttachStateChangeListener() { in create()1470 navigationBarView.removeOnAttachStateChangeListener(this); in create()1473 context.getSystemService(WindowManager.class).addView(navigationBarView, lp); in create()1474 return navigationBarView; in create()