Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java184 final float fromChannel = Color.red(fromColor); in animateGrayScale() local
192 int channel = (int) (fromChannel + (toChannel - fromChannel) * fraction); in animateGrayScale()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp3558 sp<InputChannel> fromChannel = getInputChannelLocked(fromToken); in transferTouchFocus() local
3560 ssize_t fromConnectionIndex = getConnectionIndexLocked(fromChannel); in transferTouchFocus()