Home
last modified time | relevance | path

Searched refs:ATLEAST_Q (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/pm/
H A DInstallSessionHelper.java121 if (Utilities.ATLEAST_Q && !user.equals(getUserHandle(info))) { in getActiveSessionInfo()
159 List<SessionInfo> list = new ArrayList<>(Utilities.ATLEAST_Q in getAllVerifiedSessions()
246 return Utilities.ATLEAST_Q ? info.getUser() : Process.myUserHandle(); in getUserHandle()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DRecyclerViewFastScroller.java351 if (Utilities.ATLEAST_Q) { in onDraw()
356 if (Utilities.ATLEAST_Q && mSystemGestureInsets != null) { in onDraw()
368 if (Utilities.ATLEAST_Q) { in onApplyWindowInsets()
H A DBaseDragLayer.java546 if (Utilities.ATLEAST_Q) { in dispatchApplyWindowInsets()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragController.java19 import static com.android.launcher3.Utilities.ATLEAST_Q;
408 if (ATLEAST_Q) { in onControllerInterceptTouchEvent()
452 if (ATLEAST_Q && mLastTouchClassification == MotionEvent.CLASSIFICATION_DEEP_PRESS) { in handleMoveEvent()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DIOUtils.java54 if (Utilities.ATLEAST_Q) { in copy()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/compat/
H A DAccessibilityManagerCompat.java139 if (Utilities.ATLEAST_Q) { in getRecommendedTimeoutMillis()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherRootView.java187 if (!Utilities.ATLEAST_Q || SEPARATE_RECENTS_ACTIVITY.get()) { in setDisallowBackGesture()
H A DUtilities.java125 public static final boolean ATLEAST_Q = Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q; field in Utilities
H A DAppWidgetResizeFrame.java187 if (Utilities.ATLEAST_Q) { in onLayout()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DSysUiScrim.java200 if (Utilities.ATLEAST_Q && mActivity.getRootView() != null in hasBottomNavButtons()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DLauncherAppWidgetHostView.java98 if (Utilities.ATLEAST_Q && Themes.getAttrBoolean(mLauncher, R.attr.isWorkspaceDarkText)) { in LauncherAppWidgetHostView()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DItemClickHandler.java180 if (Utilities.ATLEAST_Q) { in startMarketIntentForPackage()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/provider/
H A DRestoreDbTask.java314 if (!Utilities.ATLEAST_Q) { in getUserForAncestralSerialNumber()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java407 if (Utilities.ATLEAST_Q) { in dispatchApplyWindowInsets()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskView.java1012 if (Utilities.ATLEAST_Q) { in onLayout()