Searched refs:fromChannel (Results 1 – 4 of 4) sorted by relevance
184 final float fromChannel = Color.red(fromColor); in animateGrayScale() local192 int channel = (int) (fromChannel + (toChannel - fromChannel) * fraction); in animateGrayScale()
229 InputChannel fromChannel, InputChannel toChannel); in nativeTransferTouchFocus() argument1569 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() argument1570 if (fromChannel == null) { in transferTouchFocus()1576 return nativeTransferTouchFocus(mPtr, fromChannel, toChannel); in transferTouchFocus()
1559 sp<InputChannel> fromChannel = in nativeTransferTouchFocus() local1564 if (fromChannel == nullptr || toChannel == nullptr) { in nativeTransferTouchFocus()1569 transferTouchFocus(fromChannel->getToken(), toChannel->getToken())) { in nativeTransferTouchFocus()
3522 sp<InputChannel> fromChannel = getInputChannelLocked(fromToken); in transferTouchFocus() local3524 ssize_t fromConnectionIndex = getConnectionIndexLocked(fromChannel); in transferTouchFocus()