Searched refs:ACTION_EXPAND_PIP (Results 1 – 3 of 3) sorted by relevance
20 import static android.server.wm.app.Components.PipActivity.ACTION_EXPAND_PIP;97 case ACTION_EXPAND_PIP:238 filter.addAction(ACTION_EXPAND_PIP); in onCreate()
479 public static final String ACTION_EXPAND_PIP = field in Components.PipActivity
88 import static android.server.wm.app.Components.PipActivity.ACTION_EXPAND_PIP;406 mContext.sendBroadcast(createIntentWithAction(ACTION_EXPAND_PIP)); in expandPip()410 mContext.sendBroadcast(createIntentWithAction(ACTION_EXPAND_PIP) in expandPipWithAspectRatio()