Searched defs:onTop (Results 1 – 2 of 2) sorted by relevance
308 private void addSurfaceView(int width, int height, boolean onTop) throws Throwable { in addSurfaceView()312 private void addSurfaceView(int width, int height, boolean onTop, int leftMargin, int topMargin) in addSurfaceView()
133 Class<? extends Activity> activityClass, EventLog eventLog, boolean onTop) { in assertLaunchAndStopSequence()