Home
last modified time | relevance | path

Searched defs:scene (Results 1 – 9 of 9) 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/tools/
Drun_all_tests.py188 def load_scenes_on_tablet(scene, tablet_id): argument
208 def check_manual_scenes(device_id, camera_id, scene, out_path): argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java368 protected String testTitle(String cam, String scene) { in testTitle()
372 protected String testId(String cam, String scene) { in testId()
/cts/apps/CameraITS/tests/
Dits_base_test.py194 def determine_not_yet_mandated_tests(self, device_id, scene): argument
/cts/apps/CameraITS/utils/
Dits_session_utils.py997 def get_file_name_to_load(self, chart_distance, camera_fov, scene): argument
1198 def load_scene(cam, props, scene, tablet, chart_distance): argument
1239 def validate_lighting(y_plane, scene): argument