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()
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
DBaseTransitionTest.java121 final Scene[] scene = new Scene[1]; in loadScene() local
128 final Scene scene[] = new Scene[1]; in loadScene() local
138 protected void startTransition(final Scene scene) throws Throwable { in startTransition()
151 protected void enterScene(final Scene scene) throws Throwable { in enterScene()
155 protected void exitScene(final Scene scene) throws Throwable { in exitScene()
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/tools/
Drun_all_tests.py367 def check_manual_scenes(device_id, camera_id, scene, out_path): argument
/cts/apps/CameraITS/utils/
Dits_session_utils.py2521 def get_file_name_to_load(self, chart_distance, camera_fov, scene): argument
2968 def load_scene(cam, props, scene, tablet, chart_distance, lighting_check=True, argument
3023 def copy_scenes_to_tablet(scene, tablet_id): argument
3042 def validate_lighting(y_plane, scene, state='ON', log_path=None, argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java1114 protected String testTitle(String cam, String scene) { in testTitle()
1126 protected String testId(String cam, String scene) { in testId()