Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java9455 int focusedChildNonPointerSource = InputDevice.SOURCE_CLASS_NONE; in onDescendantUnbufferedRequested() local
9457 focusedChildNonPointerSource = mFocused.mUnbufferedInputSource in onDescendantUnbufferedRequested()
9460 mUnbufferedInputSource = focusedChildNonPointerSource; in onDescendantUnbufferedRequested()