Searched refs:toChannel (Results 1 – 2 of 2) sorted by relevance
185 final float toChannel = Color.red(toColor); in animateGrayScale() local192 int channel = (int) (fromChannel + (toChannel - fromChannel) * fraction); in animateGrayScale()
1571 @NonNull InputChannel toChannel) { in transferTouchFocus() argument1572 return nativeTransferTouchFocus(mPtr, fromChannel.getToken(), toChannel.getToken()); in transferTouchFocus()