Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DManifestLayoutTests.java25 import static android.server.wm.app.Components.TOP_LEFT_LAYOUT_ACTIVITY;
136 activityName = (hGravity == GRAVITY_HOR_LEFT) ? TOP_LEFT_LAYOUT_ACTIVITY in testLayout()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java156 public static final ComponentName TOP_LEFT_LAYOUT_ACTIVITY = component("TopLeftLayoutActivity"); field in Components