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()
3559 sp<InputChannel> toChannel = getInputChannelLocked(toToken); in transferTouchFocus() local3561 ssize_t toConnectionIndex = getConnectionIndexLocked(toChannel); in transferTouchFocus()