Home
last modified time | relevance | path

Searched refs:bottomActionBar (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DBottomActionBarFragment.java65 protected void onBottomActionBarReady(BottomActionBar bottomActionBar) { in onBottomActionBarReady() argument
67 mBottomActionBar = bottomActionBar; in onBottomActionBarReady()
68 bottomActionBar.bindBackButtonToSystemBackKey(getActivity()); in onBottomActionBarReady()
DAppbarFragment.java265 protected void onBottomActionBarReady(BottomActionBar bottomActionBar) { in onBottomActionBarReady() argument
266 bottomActionBar.setBackButtonVisibility( in onBottomActionBarReady()
268 super.onBottomActionBarReady(bottomActionBar); in onBottomActionBarReady()