Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java184 final float fromChannel = Color.red(fromColor); in animateGrayScale() local
192 int channel = (int) (fromChannel + (toChannel - fromChannel) * fraction); in animateGrayScale()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java229 InputChannel fromChannel, InputChannel toChannel); in nativeTransferTouchFocus() argument
1569 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() argument
1570 if (fromChannel == null) { in transferTouchFocus()
1576 return nativeTransferTouchFocus(mPtr, fromChannel, toChannel); in transferTouchFocus()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1559 sp<InputChannel> fromChannel = in nativeTransferTouchFocus() local
1564 if (fromChannel == nullptr || toChannel == nullptr) { in nativeTransferTouchFocus()
1569 transferTouchFocus(fromChannel->getToken(), toChannel->getToken())) { in nativeTransferTouchFocus()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp3522 sp<InputChannel> fromChannel = getInputChannelLocked(fromToken); in transferTouchFocus() local
3524 ssize_t fromConnectionIndex = getConnectionIndexLocked(fromChannel); in transferTouchFocus()