Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java308 if (mTextView.showUIForTouchScreen()) { in startActionMode()
H A DEditor.java1828 if (mTextActionMode != null && mTextView.showUIForTouchScreen()) { in showFloatingToolbar()
1909 && mTextView.showUIForTouchScreen()) { in finishBatchEdit()
2578 if (!mTextView.showUIForTouchScreen()) { in startActionModeInternal()
2734 if (shouldInsertCursor && mTextView.showUIForTouchScreen()) { in onTouchUpEvent()
5553 && mTextView.showUIForTouchScreen(); in updateMagnifier()
H A DTextView.java12821 public final boolean showUIForTouchScreen() { in showUIForTouchScreen() method