Searched refs:fromChannel (Results 1 – 5 of 5) sorted by relevance
143 final float fromChannel = Color.red(fromColor); in animateGrayScale() local152 int channel = (int) (fromChannel + (toChannel - fromChannel) * fraction); in animateGrayScale()
339 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,396 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
3035 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel, in transferTouchFocus() argument3039 fromChannel->getName().string(), toChannel->getName().string()); in transferTouchFocus()3044 sp<InputWindowHandle> fromWindowHandle = getWindowHandleLocked(fromChannel); in transferTouchFocus()3095 ssize_t fromConnectionIndex = getConnectionIndexLocked(fromChannel); in transferTouchFocus()
223 InputChannel fromChannel, InputChannel toChannel); in nativeTransferTouchFocus() argument1587 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() argument1588 if (fromChannel == null) { in transferTouchFocus()1594 return nativeTransferTouchFocus(mPtr, fromChannel, toChannel); in transferTouchFocus()
1426 sp<InputChannel> fromChannel = in nativeTransferTouchFocus() local1431 if (fromChannel == NULL || toChannel == NULL) { in nativeTransferTouchFocus()1436 transferTouchFocus(fromChannel, toChannel)) { in nativeTransferTouchFocus()