Searched refs:isUpArrowSupported (Results 1 – 8 of 8) sorted by relevance
79 boolean isUpArrowSupported(); in isUpArrowSupported() method151 if (upArrow && mHost.isUpArrowSupported()) { in setUpToolbar()267 mUpArrowEnabled && mHost.isUpArrowSupported() ? GONE : VISIBLE); in onBottomActionBarReady()
99 public boolean isUpArrowSupported() { in isUpArrowSupported() method in FullPreviewActivity
94 public boolean isUpArrowSupported() { in isUpArrowSupported() method in ViewOnlyPreviewActivity
133 public boolean isUpArrowSupported() { in isUpArrowSupported() method in StandalonePreviewActivity
91 public boolean isUpArrowSupported() { in isUpArrowSupported() method in PreviewActivity
399 public boolean isUpArrowSupported() { in isUpArrowSupported() method in CustomizationPickerActivity
342 if (host.isUpArrowSupported()) { in setUpToolbar()
155 override fun isUpArrowSupported(): Boolean { in <lambda>() method in com.android.wallpaper.picker.preview.ui.WallpaperPreviewActivity