Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewConfiguration.java368 private final int mSmartSelectionInitializedTimeout; field in ViewConfiguration
418 mSmartSelectionInitializedTimeout = SMART_SELECTION_INITIALIZED_TIMEOUT_IN_MILLISECOND; in ViewConfiguration()
549 mSmartSelectionInitializedTimeout = res.getInteger( in ViewConfiguration()
1240 return mSmartSelectionInitializedTimeout; in getSmartSelectionInitializedTimeout()