Home
last modified time | relevance | path

Searched refs:TRANSLUCENT_TOP_NON_RESIZABLE_ACTIVITY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DTransitionSelectionTests.java37 import static android.server.wm.app.Components.TRANSLUCENT_TOP_NON_RESIZABLE_ACTIVITY;
289 topActivity = TRANSLUCENT_TOP_NON_RESIZABLE_ACTIVITY; in testTransitionSelection()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java166 public static final ComponentName TRANSLUCENT_TOP_NON_RESIZABLE_ACTIVITY = field in Components