Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java9384 int focusedChildNonPointerSource = InputDevice.SOURCE_CLASS_NONE; in onDescendantUnbufferedRequested() local
9386 focusedChildNonPointerSource = mFocused.mUnbufferedInputSource in onDescendantUnbufferedRequested()
9389 mUnbufferedInputSource = focusedChildNonPointerSource; in onDescendantUnbufferedRequested()