Searched refs:ActivityUtils (Results 1 – 16 of 16) sorted by relevance
18 import static com.android.wallpaper.util.ActivityUtils.isSUWMode;19 import static com.android.wallpaper.util.ActivityUtils.isWallpaperOnlyMode;20 import static com.android.wallpaper.util.ActivityUtils.startActivityForResultSafely;59 import com.android.wallpaper.util.ActivityUtils;112 if (!ActivityUtils.isLaunchedFromSettingsTrampoline(intent) in onCreate()113 && !ActivityUtils.isLaunchedFromSettingsRelated(intent)) { in onCreate()127 || !ActivityUtils.isLaunchedFromLauncher(getIntent()); in onCreate()
30 import com.android.wallpaper.util.ActivityUtils;81 return exploreIntent != null && !ActivityUtils.isSUWMode(context); in shouldShowExploreButton()
33 import com.android.wallpaper.util.ActivityUtils;100 return !ActivityUtils.isSUWMode(getBaseContext()); in isUpArrowSupported()
33 import com.android.wallpaper.util.ActivityUtils;95 return !ActivityUtils.isSUWMode(getBaseContext()); in isUpArrowSupported()
36 import com.android.wallpaper.util.ActivityUtils;92 return !ActivityUtils.isSUWMode(getBaseContext()); in isUpArrowSupported()
51 import com.android.wallpaper.util.ActivityUtils;99 if (ActivityUtils.isLaunchedFromSettingsRelated(getActivity().getIntent())) { in onCreateView()213 if (ActivityUtils.isLaunchedFromSettingsSearch(getActivity().getIntent())) { in onBackPressed()
18 import static com.android.wallpaper.util.ActivityUtils.startActivityForResultSafely;
49 import com.android.wallpaper.util.ActivityUtils in <lambda>()68 !ActivityUtils.isLaunchedFromSettingsTrampoline(intent) && in <lambda>()69 !ActivityUtils.isLaunchedFromSettingsRelated(intent) in <lambda>()76 ActivityUtils.startActivityForResultSafely( in <lambda>()85 WindowCompat.setDecorFitsSystemWindows(window, ActivityUtils.isSUWMode(this)) in <lambda>()
28 import com.android.wallpaper.util.ActivityUtils;105 ActivityUtils.startActivityForResultSafely( in show()
40 import com.android.wallpaper.util.ActivityUtils;436 ActivityUtils.startActivityForResultSafely(srcActivity, preview, requestCode); in showPreview()
46 import com.android.wallpaper.util.ActivityUtils in <lambda>()103 WindowCompat.setDecorFitsSystemWindows(window, ActivityUtils.isSUWMode(this)) in <lambda>()156 return !ActivityUtils.isSUWMode(baseContext) in <lambda>()
59 import com.android.wallpaper.util.ActivityUtils256 } else if (ActivityUtils.isLaunchedFromSettingsSearch(this)) { in getAppLaunchSource()
37 public final class ActivityUtils { class
72 import com.android.wallpaper.util.ActivityUtils;532 if (!ActivityUtils.isSUWMode(appContext)) { in startRotation()
70 import com.android.wallpaper.util.ActivityUtils in <lambda>()667 if (!ActivityUtils.isSUWMode(appContext)) { in <lambda>()