Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
H A DRecentTasksController.java89 private final boolean mIsDesktopMode; field in RecentTasksController
136 mIsDesktopMode = mContext.getPackageManager().hasSystemFeature(FEATURE_PC); in RecentTasksController()
269 if (mListener == null || !mIsDesktopMode || taskInfo.realActivity == null) { in notifyRunningTaskAppeared()
283 if (mListener == null || !mIsDesktopMode || taskInfo.realActivity == null) { in notifyRunningTaskVanished()