/developers/build/prebuilts/gradle/BasicTransition/.google/ |
packaging.yaml | 18 - android:android.transition.Scene
|
/developers/build/prebuilts/gradle/CustomTransition/.google/ |
packaging.yaml | 18 - android:android.transition.Scene
|
/external/annotation-tools/scene-lib/src/annotations/el/ |
DefException.java | 8 * Thrown by {@link DefCollector} if the scene contains two different
|
package-info.java | 4 * of the scene that can carry annotations. There is a multi-level class 8 * A “scene” ({@link annotations.el.AScene}) contains many elements
|
/external/annotation-tools/scene-lib/src/annotations/io/ |
IOUtils.java | 8 * <code>IOUtils</code> has some static methods useful to scene I/O code.
|
ParseException.java | 7 // Not package-private because it is used from the Scene Library.
|
JavapParser.java | 28 * the annotations to an {@link AScene}, using the scene's 30 * If the scene's {@link AnnotationFactory} announces that it does not want an 32 * from the javap output are merged into the scene; it is an error if both the 33 * scene and the javap output contain annotations of the same type on the same 48 private final AScene scene; field in class:JavapParser 382 parseClass(scene.packages.vivify(pp)); 384 parseClass(scene.classes.vivify(className)); 392 private JavapParser(Reader in, AScene scene) { 395 this.scene = scene; [all...] |
/external/annotation-tools/ |
user.build.properties | 14 junit : ${scene-lib}/junit.jar
|
global.build.properties | 18 scene-lib : ${annotation-tools}/scene-lib
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast_debug.c | 330 lp_scene_bin_size( const struct lp_scene *scene, unsigned x, unsigned y ) 332 struct cmd_bin *bin = lp_scene_get_bin((struct lp_scene *) scene, x, y); 345 lp_debug_draw_bins_by_coverage( struct lp_scene *scene ) 353 for (x = 0; x < scene->tiles_x; x++) 357 for (y = 0; y < scene->tiles_y; y++) { 358 for (x = 0; x < scene->tiles_x; x++) { 359 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); 387 for (x = 0; x < scene->tiles_x; x++) 409 lp_debug_draw_bins_by_cmd_length( struct lp_scene *scene ) 413 for (y = 0; y < scene->tiles_y; y++) [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyLoader.java | 17 package com.android.hierarchyviewer.scene; 39 ViewHierarchyScene scene = new ViewHierarchyScene(); local 95 scene.addNode(lastNode); 98 scene.setRoot(lastNode); 105 scene.addEdge(edge); 106 scene.setEdgeSource(edge, parent); 107 scene.setEdgeTarget(edge, lastNode); 113 updateIndices(scene.getRoot()); 133 return scene;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
ItsTestActivity.java | 59 * Test for Camera features that require that the camera be aimed at a specific test scene. 97 // (camera, scene) -> (pass, fail) 198 } else { // See if scene lists changed 199 for (String scene : scenes) { 200 if (!mAllScenes.contains(new ResultKey(cameraId, scene))) { 201 // Scene list changed. Cleanup previous test results 216 for (String scene : scenes) { 218 mAllScenes.add(new ResultKey(c, scene)); 224 for (String scene : scenes) { 225 JSONObject sceneResult = jsonResults.getJSONObject(scene); [all...] |
/cts/tests/openglperf2/jni/reference/scene/flocking/ |
FlockingScene.h | 19 #include "../Scene.h" 22 class FlockingScene : public Scene {
|
/cts/tests/openglperf2/jni/reference/scene/glowing/ |
GlowingScene.h | 19 #include "../Scene.h" 21 class GlowingScene: public Scene {
|
/external/skia/experimental/skottie/ |
Skottie.h | 26 namespace sksg { class Scene; } 67 std::unique_ptr<sksg::Scene> fScene;
|
/external/skia/tools/viewer/ |
SlideDir.h | 20 class Scene; 54 std::unique_ptr<sksg::Scene> fScene;
|
/external/skqp/experimental/skottie/ |
Skottie.h | 26 namespace sksg { class Scene; } 68 std::unique_ptr<sksg::Scene> fScene;
|
/external/skqp/tools/viewer/ |
SkottieSlide.h | 14 namespace sksg { class Scene; } 69 std::unique_ptr<sksg::Scene> fScene;
|
/external/walt/ios/WALT/Base.lproj/ |
LaunchScreen.storyboard | 10 <scene sceneID="NNW-W4-Efl"> 26 </scene>
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
PlayAnimationThread.java | 30 public PlayAnimationThread(Animator animator, RenderSessionImpl scene, String animName, 32 super(scene, animName, listener);
|
/external/ImageMagick/Magick++/tests/ |
readWriteImages.cpp | 61 if (firstIter->scene() != secondIter->scene()) 65 << " Image scene: " << secondIter->scene() 67 << firstIter->scene()
|
/frameworks/base/core/java/android/transition/ |
TransitionPropagation.java | 25 * epicenter will move out of the scene later and into the scene sooner than Views farther 38 * @param startValues The values for a specific target in the start scene. 39 * @param endValues The values for the target in the end scene. 49 * Captures the values in the start or end scene for the properties that this
|
/frameworks/support/transition/src/main/java/androidx/transition/ |
TransitionPropagation.java | 25 * closer to the epicenter will move out of the scene later and into the scene sooner than Views 40 * @param startValues The values for a specific target in the start scene. 41 * @param endValues The values for the target in the end scene. 51 * Captures the values in the start or end scene for the properties that this
|
/external/ImageMagick/MagickCore/ |
animate.c | 732 return((int) ((*image_1)->scene-(*image_2)->scene)); 752 scene; 905 Sort images by increasing scene number. 913 if (image_list[i]->scene == 0) 922 for (scene=0; scene < (int) number_scenes; scene++) 927 (void) SetImageType(image_list[scene],image_list[scene]->alpha_trait = 743 scene; local 1342 scene; local [all...] |
/external/deqp/framework/common/ |
tcuRasterizationVerifier.cpp | 561 const TriangleSceneSpec& scene; 564 : scene(scene_) 583 calcTriangleInterpolationWeights(scene.triangles[primitiveNdx].positions[0], scene.triangles[primitiveNdx].positions[1], scene.triangles[primitiveNdx].positions[2], corners[0]), 584 calcTriangleInterpolationWeights(scene.triangles[primitiveNdx].positions[0], scene.triangles[primitiveNdx].positions[1], scene.triangles[primitiveNdx].positions[2], corners[1]), 585 calcTriangleInterpolationWeights(scene.triangles[primitiveNdx].positions[0], scene.triangles[primitiveNdx].positions[1], scene.triangles[primitiveNdx].positions[2], corners[2]) [all...] |