Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskView.java141 private boolean mIsDisabledInSafeMode; field in TaskView
609 mIsDisabledInSafeMode = !mTask.isSystemApp && ssp.isInSafeMode(); in onTaskBound()
610 mThumbnailView.bindToTask(mTask, mIsDisabledInSafeMode, displayOrientation, displayRect); in onTaskBound()
611 mHeaderView.bindToTask(mTask, mTouchExplorationEnabled, mIsDisabledInSafeMode); in onTaskBound()
647 mHeaderView.bindToTask(mTask, mTouchExplorationEnabled, mIsDisabledInSafeMode); in onTaskWindowingModeChanged()
655 if (mIsDisabledInSafeMode) { in onClick()