Home
last modified time | relevance | path

Searched refs:TranslucentFloatingActivity (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/overlayappbase/src/android/server/wm/overlay/
DTranslucentFloatingActivity.java27 public class TranslucentFloatingActivity extends Activity { class
39 new IntentFilter(Components.TranslucentFloatingActivity.ACTION_FINISH), in onCreate()
46 if (Components.TranslucentFloatingActivity.ACTION_FINISH.equals(intent.getAction())) {
50 Components.TranslucentFloatingActivity.EXTRA_FADE_EXIT, false)) {
DComponents.java55 public interface TranslucentFloatingActivity { interface in Components
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DActivityRecordInputSinkTests.java21 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()