Searched refs:fromChannel (Results 1 – 5 of 5) sorted by relevance
171 final float fromChannel = Color.red(fromColor); in animateGrayScale() local179 int channel = (int) (fromChannel + (toChannel - fromChannel) * fraction); in animateGrayScale()
338 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,395 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
3095 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel, in transferTouchFocus() argument3099 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()
221 InputChannel fromChannel, InputChannel toChannel); in nativeTransferTouchFocus() argument1531 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() argument1532 if (fromChannel == null) { in transferTouchFocus()1538 return nativeTransferTouchFocus(mPtr, fromChannel, toChannel); in transferTouchFocus()
1487 sp<InputChannel> fromChannel = in nativeTransferTouchFocus() local1492 if (fromChannel == NULL || toChannel == NULL) { in nativeTransferTouchFocus()1497 transferTouchFocus(fromChannel, toChannel)) { in nativeTransferTouchFocus()