Searched refs:onTop (Results 1 – 2 of 2) sorted by relevance
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/activity/lifecycle/ |
D | TransitionVerifier.java | 133 Class<? extends Activity> activityClass, EventLog eventLog, boolean onTop) { in assertLaunchAndStopSequence() argument 147 if (includeCallbacks && onTop) { in assertLaunchAndStopSequence()
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | SurfaceControlViewHostTests.java | 308 private void addSurfaceView(int width, int height, boolean onTop) throws Throwable { in addSurfaceView() argument 309 addSurfaceView(width, height, onTop, 0 /* leftMargin */, 0 /* topMargin */); in addSurfaceView() 312 private void addSurfaceView(int width, int height, boolean onTop, int leftMargin, int topMargin) in addSurfaceView() argument 318 mSurfaceView.setZOrderOnTop(onTop); in addSurfaceView()
|