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.java143 final float fromChannel = Color.red(fromColor); in animateGrayScale() local
152 int channel = (int) (fromChannel + (toChannel - fromChannel) * fraction); in animateGrayScale()
/frameworks/native/services/inputflinger/
DInputDispatcher.h339 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
396 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
DInputDispatcher.cpp3035 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel, in transferTouchFocus() argument
3039 fromChannel->getName().string(), toChannel->getName().string()); in transferTouchFocus()
3044 sp<InputWindowHandle> fromWindowHandle = getWindowHandleLocked(fromChannel); in transferTouchFocus()
3095 ssize_t fromConnectionIndex = getConnectionIndexLocked(fromChannel); in transferTouchFocus()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java223 InputChannel fromChannel, InputChannel toChannel); in nativeTransferTouchFocus() argument
1587 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() argument
1588 if (fromChannel == null) { in transferTouchFocus()
1594 return nativeTransferTouchFocus(mPtr, fromChannel, toChannel); in transferTouchFocus()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1426 sp<InputChannel> fromChannel = in nativeTransferTouchFocus() local
1431 if (fromChannel == NULL || toChannel == NULL) { in nativeTransferTouchFocus()
1436 transferTouchFocus(fromChannel, toChannel)) { in nativeTransferTouchFocus()