Searched refs:TranslucentFloatingActivity (Results 1 – 3 of 3) sorted by relevance
27 public class TranslucentFloatingActivity extends Activity { class39 new IntentFilter(Components.TranslucentFloatingActivity.ACTION_FINISH), in onCreate()46 if (Components.TranslucentFloatingActivity.ACTION_FINISH.equals(intent.getAction())) {50 Components.TranslucentFloatingActivity.EXTRA_FADE_EXIT, false)) {
55 public interface TranslucentFloatingActivity { interface in Components
21 import static android.server.wm.overlay.Components.TranslucentFloatingActivity.ACTION_FINISH;22 import static android.server.wm.overlay.Components.TranslucentFloatingActivity.EXTRA_FADE_EXIT;56 Components.TranslucentFloatingActivity.getComponent(APP_SELF);58 Components.TranslucentFloatingActivity.getComponent(APP_A);84 mContext.sendBroadcast(new Intent(Components.TranslucentFloatingActivity.ACTION_FINISH)); in testOverlappingActivityInNewTask_BlocksTouches()134 mContext.sendBroadcast(new Intent(Components.TranslucentFloatingActivity.ACTION_FINISH)); in testOverlappingActivitySandwich_BlocksTouches()