Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/pm/
DInstallSessionHelper.java123 if (Utilities.ATLEAST_Q && !user.equals(getUserHandle(info))) { in getActiveSessionInfo()
161 List<SessionInfo> list = new ArrayList<>(Utilities.ATLEAST_Q in getAllVerifiedSessions()
260 return Utilities.ATLEAST_Q ? info.getUser() : Process.myUserHandle(); in getUserHandle()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java356 if (Utilities.ATLEAST_Q) { in onDraw()
361 if (Utilities.ATLEAST_Q && mSystemGestureInsets != null) { in onDraw()
373 if (Utilities.ATLEAST_Q) { in onApplyWindowInsets()
DBaseDragLayer.java544 if (Utilities.ATLEAST_Q) { in dispatchApplyWindowInsets()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragController.java19 import static com.android.launcher3.Utilities.ATLEAST_Q;
400 if (ATLEAST_Q) { in onControllerInterceptTouchEvent()
436 if (ATLEAST_Q && mLastTouchClassification == MotionEvent.CLASSIFICATION_DEEP_PRESS) { in handleMoveEvent()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DIOUtils.java54 if (Utilities.ATLEAST_Q) { in copy()
/packages/apps/Launcher3/src/com/android/launcher3/compat/
DAccessibilityManagerCompat.java122 if (Utilities.ATLEAST_Q) { in getRecommendedTimeoutMillis()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherRootView.java127 if (!Utilities.ATLEAST_Q || SEPARATE_RECENTS_ACTIVITY.get()) { in setDisallowBackGesture()
DAppWidgetResizeFrame.java167 if (Utilities.ATLEAST_Q) { in onLayout()
DUtilities.java121 public static final boolean ATLEAST_Q = Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q; field in Utilities
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DSysUiScrim.java200 if (Utilities.ATLEAST_Q && mActivity.getRootView() != null in hasBottomNavButtons()
/packages/apps/Launcher3/src/com/android/launcher3/provider/
DRestoreDbTask.java260 if (!Utilities.ATLEAST_Q) { in getUserForAncestralSerialNumber()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java177 if (Utilities.ATLEAST_Q) { in startMarketIntentForPackage()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DLauncherAppWidgetHostView.java134 if (Utilities.ATLEAST_Q && Themes.getAttrBoolean(mLauncher, R.attr.isWorkspaceDarkText)) { in LauncherAppWidgetHostView()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java423 if (Utilities.ATLEAST_Q) { in dispatchApplyWindowInsets()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.java948 if (Utilities.ATLEAST_Q) { in onLayout()