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