Searched refs:ACTION_EXPAND_PIP (Results 1 – 3 of 3) sorted by relevance
22 import static android.server.wm.app.Components.PipActivity.ACTION_EXPAND_PIP;125 case ACTION_EXPAND_PIP:306 filter.addAction(ACTION_EXPAND_PIP); in onCreate()
486 public static final String ACTION_EXPAND_PIP = field in Components.PipActivity
102 import static android.server.wm.app.Components.PipActivity.ACTION_EXPAND_PIP;498 mContext.sendBroadcast(createIntentWithAction(ACTION_EXPAND_PIP)); in expandPip()502 mContext.sendBroadcast(createIntentWithAction(ACTION_EXPAND_PIP) in expandPipWithAspectRatio()