Home
last modified time | relevance | path

Searched defs:scene (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/transition/src/android/transition/cts/
DSceneTest.java48 Scene scene = new Scene(mSceneRoot); in testDynamicConstructor() local
95 Scene scene = loadScene(R.layout.scene1); in testFactory() local
101 Scene scene = Scene.getSceneForLayout(mSceneRoot, R.layout.scene1, mActivity); in testGetCurrentScene() local
109 private void constructorTest(Scene scene) throws Throwable { in constructorTest()
DBaseTransitionTest.java108 final Scene[] scene = new Scene[1]; in loadScene() local
115 final Scene scene[] = new Scene[1]; in loadScene() local
125 protected void startTransition(final Scene scene) throws Throwable { in startTransition()
138 protected void enterScene(final Scene scene) throws Throwable { in enterScene()
142 protected void exitScene(final Scene scene) throws Throwable { in exitScene()
DTransitionManagerTest.java196 Scene scene = Scene.getSceneForLayout(mSceneRoot, R.layout.scene1, mActivity); in testSetTransition1() local
215 Scene scene = Scene.getSceneForLayout(mSceneRoot, R.layout.scene2, mActivity); in testSetTransition1() local
274 Scene scene = Scene.getSceneForLayout(mSceneRoot, R.layout.scene1, mActivity); in testEndTransitionsBeforeStarted() local
286 Scene scene = loadScene(R.layout.scene1); in testGo_enterAction() local
318 Scene scene = loadScene(R.layout.scene1); in testGo_nullParameter_enterAction() local
DChangeBoundsTest.java212 final Scene scene = loadScene(layoutId); in startTransitionAndWatch() local
DTransitionTest.java96 Scene scene = Scene.getSceneForLayout(mSceneRoot, R.layout.scene2, mActivity); in testAddListener() local
/cts/apps/CameraITS/utils/
Dits_session_utils.py2291 def get_file_name_to_load(self, chart_distance, camera_fov, scene): argument
2668 def load_scene(cam, props, scene, tablet, chart_distance, lighting_check=True, argument
2720 def copy_scenes_to_tablet(scene, tablet_id): argument
2739 def validate_lighting(y_plane, scene, state='ON', log_path=None, argument
/cts/apps/CameraITS/tools/
Drun_all_tests.py320 def check_manual_scenes(device_id, camera_id, scene, out_path): argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java1007 protected String testTitle(String cam, String scene) { in testTitle()
1019 protected String testId(String cam, String scene) { in testId()