Home
last modified time | relevance | path

Searched defs:toChannel (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java172 final float toChannel = Color.red(toColor); in animateGrayScale() local
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java221 InputChannel fromChannel, InputChannel toChannel); in nativeTransferTouchFocus()
1531 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1489 sp<InputChannel> toChannel = in nativeTransferTouchFocus() local
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp3096 const sp<InputChannel>& toChannel) { in transferTouchFocus()