Home
last modified time | relevance | path

Searched refs:toChannel (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java185 final float toChannel = Color.red(toColor); in animateGrayScale() local
192 int channel = (int) (fromChannel + (toChannel - fromChannel) * fraction); in animateGrayScale()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp3559 sp<InputChannel> toChannel = getInputChannelLocked(toToken); in transferTouchFocus() local
3561 ssize_t toConnectionIndex = getConnectionIndexLocked(toChannel); in transferTouchFocus()