Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java9407 int focusedChildNonPointerSource = InputDevice.SOURCE_CLASS_NONE; in onDescendantUnbufferedRequested() local
9409 focusedChildNonPointerSource = mFocused.mUnbufferedInputSource in onDescendantUnbufferedRequested()
9412 mUnbufferedInputSource = focusedChildNonPointerSource; in onDescendantUnbufferedRequested()