Home
last modified time | relevance | path

Searched refs:BottomActionBar (Results 1 – 6 of 6) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DBottomActionBarFragment.java28 import com.android.wallpaper.widget.BottomActionBar;
29 import com.android.wallpaper.widget.BottomActionBar.BottomActionBarHost;
43 @Nullable private BottomActionBar mBottomActionBar;
65 protected void onBottomActionBarReady(BottomActionBar bottomActionBar) { in onBottomActionBarReady()
72 private BottomActionBar findBottomActionBar() { in findBottomActionBar()
DCustomizationPickerActivity.java63 import com.android.wallpaper.widget.BottomActionBar;
64 import com.android.wallpaper.widget.BottomActionBar.BottomActionBarHost;
88 private BottomActionBar mBottomActionBar;
383 public BottomActionBar getBottomActionBar() { in getBottomActionBar()
DAppbarFragment.java42 import com.android.wallpaper.widget.BottomActionBar;
265 protected void onBottomActionBarReady(BottomActionBar bottomActionBar) { in onBottomActionBarReady()
/packages/apps/AvatarPicker/src/main/java/com/android/avatarpicker/ui/
DAvatarPickerActivity.kt42 import com.android.avatarpicker.ui.bottombar.BottomActionBar in <lambda>()
82 BottomActionBar(currentResult is UiState.Success<*>, { in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DBottomActionBar.java56 public class BottomActionBar extends FrameLayout { class
63 BottomActionBar getBottomActionBar(); in getBottomActionBar()
201 public BottomActionBar(@NonNull Context context, @Nullable AttributeSet attrs) { in BottomActionBar() method in BottomActionBar
/packages/apps/AvatarPicker/src/main/java/com/android/avatarpicker/ui/bottombar/
DBottomActionBar.kt38 fun BottomActionBar( in BottomActionBar() method