Searched refs:INPUT_CONSUMER_PIP (Results 1 – 3 of 3) sorted by relevance
20 import static android.view.WindowManager.INPUT_CONSUMER_PIP;106 INPUT_CONSUMER_PIP); in getPipInputConsumer()
22 import static android.view.WindowManager.INPUT_CONSUMER_PIP;246 case INPUT_CONSUMER_PIP: in createInputConsumer()443 mPipInputConsumer = getInputConsumer(INPUT_CONSUMER_PIP); in updateInputWindows()
125 String INPUT_CONSUMER_PIP = "pip_input_consumer"; field