Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java171 final float fromChannel = Color.red(fromColor); in animateGrayScale() local
179 int channel = (int) (fromChannel + (toChannel - fromChannel) * fraction); in animateGrayScale()
/frameworks/native/services/inputflinger/
DInputDispatcher.h338 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
395 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
DInputDispatcher.cpp3095 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel, in transferTouchFocus() argument
3099 fromChannel->getName().c_str(), toChannel->getName().c_str()); in transferTouchFocus()
3104 sp<InputWindowHandle> fromWindowHandle = getWindowHandleLocked(fromChannel); in transferTouchFocus()
3155 ssize_t fromConnectionIndex = getConnectionIndexLocked(fromChannel); in transferTouchFocus()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java221 InputChannel fromChannel, InputChannel toChannel); in nativeTransferTouchFocus() argument
1531 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() argument
1532 if (fromChannel == null) { in transferTouchFocus()
1538 return nativeTransferTouchFocus(mPtr, fromChannel, toChannel); in transferTouchFocus()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1487 sp<InputChannel> fromChannel = in nativeTransferTouchFocus() local
1492 if (fromChannel == NULL || toChannel == NULL) { in nativeTransferTouchFocus()
1497 transferTouchFocus(fromChannel, toChannel)) { in nativeTransferTouchFocus()