Searched refs:toChannel (Results 1 – 5 of 5) sorted by relevance
172 final float toChannel = Color.red(toColor); in animateGrayScale() local179 int channel = (int) (fromChannel + (toChannel - fromChannel) * fraction); in animateGrayScale()
339 const sp<InputChannel>& toChannel) = 0;396 const sp<InputChannel>& toChannel);
3096 const sp<InputChannel>& toChannel) { in transferTouchFocus() argument3099 fromChannel->getName().c_str(), toChannel->getName().c_str()); in transferTouchFocus()3105 sp<InputWindowHandle> toWindowHandle = getWindowHandleLocked(toChannel); in transferTouchFocus()3156 ssize_t toConnectionIndex = getConnectionIndexLocked(toChannel); in transferTouchFocus()
221 InputChannel fromChannel, InputChannel toChannel); in nativeTransferTouchFocus() argument1531 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() argument1535 if (toChannel == null) { in transferTouchFocus()1538 return nativeTransferTouchFocus(mPtr, fromChannel, toChannel); in transferTouchFocus()
1489 sp<InputChannel> toChannel = in nativeTransferTouchFocus() local1492 if (fromChannel == NULL || toChannel == NULL) { in nativeTransferTouchFocus()1497 transferTouchFocus(fromChannel, toChannel)) { in nativeTransferTouchFocus()