/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/tests/ |
D | DynamicPropertiesTestCase.kt | 9 import com.airbnb.lottie.model.KeyPath in <lambda>() 24 KeyPath("Shape Layer 1", "Rectangle", "Fill 1"), in <lambda>() 31 KeyPath("Shape Layer 1", "Rectangle", "Fill 1"), in <lambda>() 38 KeyPath("Shape Layer 1", "Rectangle", "Fill 1"), in <lambda>() 45 KeyPath("Shape Layer 1", "Rectangle", "Stroke 1"), in <lambda>() 52 KeyPath("Shape Layer 1", "Rectangle", "Stroke 1"), in <lambda>() 59 KeyPath("Shape Layer 1", "Rectangle", "Stroke 1"), in <lambda>() 66 KeyPath("Shape Layer 1", "Rectangle"), in <lambda>() 73 KeyPath("Shape Layer 1", "Rectangle"), in <lambda>() 81 KeyPath("Shape Layer 1"), in <lambda>() [all …]
|
D | SoftwareRenderingDynamicPropertiesInvalidationTestCase.kt | 12 import com.airbnb.lottie.model.KeyPath 46 …animationView.addValueCallback(KeyPath("**", "Fill 1"), LottieProperty.COLOR, object : LottieValue… in run()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/ |
D | KeyPath.java | 46 public class KeyPath { class 51 public final static KeyPath COMPOSITION = new KeyPath("COMPOSITION"); 56 public KeyPath(String... keys) { in KeyPath() method in KeyPath 63 private KeyPath(KeyPath keyPath) { in KeyPath() method in KeyPath 77 public KeyPath addKey(String key) { in addKey() 78 KeyPath newKeyPath = new KeyPath(this); in addKey() 87 public KeyPath resolve(KeyPathElement element) { in resolve() 88 KeyPath keyPath = new KeyPath(this); in resolve() 226 KeyPath keyPath = (KeyPath) o; in equals()
|
D | KeyPathElement.java | 34 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath); in resolveKeyPath()
|
/external/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/ |
D | DynamicActivity.kt | 10 import com.airbnb.lottie.model.KeyPath in <lambda>() 48 binding.animationView.resolveKeyPath(KeyPath("**")).forEach { in <lambda>() 61 …binding.animationView.addValueCallback(KeyPath("LeftArmWave"), LottieProperty.TIME_REMAP) { frameI… in <lambda>() 65 val shirt = KeyPath("Shirt", "Group 5", "Fill 1") in <lambda>() 66 val leftArm = KeyPath("LeftArmWave", "LeftArm", "Group 6", "Fill 1") in <lambda>() 67 val rightArm = KeyPath("RightArm", "Group 6", "Fill 1") in <lambda>() 74 KeyPath("Body"), in <lambda>()
|
D | BullseyeActivity.kt | 9 import com.airbnb.lottie.model.KeyPath 21 …binding.animationView.addValueCallback(KeyPath("First"), LottieProperty.TRANSFORM_POSITION, largeV… in onCreate() 24 …binding.animationView.addValueCallback(KeyPath("Fourth"), LottieProperty.TRANSFORM_POSITION, mediu… in onCreate() 27 …binding.animationView.addValueCallback(KeyPath("Seventh"), LottieProperty.TRANSFORM_POSITION, smal… in onCreate()
|
/external/setupdesign/lottie_loading_layout/src/com/google/android/setupdesign/util/ |
D | LottieAnimationHelper.java | 28 import com.airbnb.lottie.model.KeyPath; 84 Map<KeyPath, Integer> colorMappings) { in applyColor() argument 85 for (KeyPath keyPath : colorMappings.keySet()) { in applyColor() 93 private Map<KeyPath, Integer> parseColorMapping( in parseColorMapping() 95 Map<KeyPath, Integer> customizationMap = new HashMap<>(); in parseColorMapping() 102 new KeyPath("**", splitItem[0], "**"), Color.parseColor(splitItem[1])); in parseColorMapping() 119 new KeyPath("**", splitItem[0], "**"), in parseColorMapping()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/ |
D | ShapeLayer.java | 14 import com.airbnb.lottie.model.KeyPath; 62 protected void resolveChildKeyPath(KeyPath keyPath, int depth, List<KeyPath> accumulator, in resolveChildKeyPath() 63 KeyPath currentPartialKeyPath) { in resolveChildKeyPath()
|
D | CompositionLayer.java | 19 import com.airbnb.lottie.model.KeyPath; 222 protected void resolveChildKeyPath(KeyPath keyPath, int depth, List<KeyPath> accumulator, in resolveChildKeyPath() 223 KeyPath currentPartialKeyPath) { in resolveChildKeyPath()
|
D | BaseLayer.java | 29 import com.airbnb.lottie.model.KeyPath; 742 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath() 744 KeyPath matteCurrentPartialKeyPath = currentPartialKeyPath.addKey(matteLayer.getName()); in resolveKeyPath() 774 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveChildKeyPath()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/ |
D | ShapeContent.java | 11 import com.airbnb.lottie.model.KeyPath; 103 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
|
D | EllipseContent.java | 11 import com.airbnb.lottie.model.KeyPath; 120 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
|
D | RepeaterContent.java | 14 import com.airbnb.lottie.model.KeyPath; 132 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
|
D | RectangleContent.java | 13 import com.airbnb.lottie.model.KeyPath; 165 public void resolveKeyPath(KeyPath keyPath, int depth, List<KeyPath> accumulator, in resolveKeyPath() 166 KeyPath currentPartialKeyPath) { in resolveKeyPath()
|
D | FillContent.java | 23 import com.airbnb.lottie.model.KeyPath; 155 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
|
D | ContentGroup.java | 16 import com.airbnb.lottie.model.KeyPath; 228 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
|
D | PolystarContent.java | 10 import com.airbnb.lottie.model.KeyPath; 330 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
|
D | GradientFillContent.java | 29 import com.airbnb.lottie.model.KeyPath; 264 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/ |
D | MiscUtils.java | 10 import com.airbnb.lottie.model.KeyPath; 105 public static void resolveKeyPath(KeyPath keyPath, int depth, List<KeyPath> accumulator, in resolveKeyPath() 106 KeyPath currentPartialKeyPath, KeyPathElementContent content) { in resolveKeyPath()
|
/external/lottie/lottie-compose/src/main/java/com/airbnb/lottie/compose/ |
D | LottieDynamicProperties.kt | 13 import com.airbnb.lottie.model.KeyPath in <lambda>() 48 val keyPathObj = remember(keyPath) { KeyPath(*keyPath) } in rememberLottieDynamicProperty() 71 val keyPathObj = remember(keyPath.contentHashCode()) { KeyPath(*keyPath) } in rememberLottieDynamicProperty() 86 internal val keyPath: KeyPath, 89 constructor(property: T, keyPath: KeyPath, value: T) : this(property, keyPath, { value }) in <lambda>()
|
/external/lottie/lottie/src/test/java/com/airbnb/lottie/ |
D | KeyPathTest.java | 3 import com.airbnb.lottie.model.KeyPath; 122 KeyPath keyPath = new KeyPath(keys); in assertSize() 123 List<KeyPath> resolvedKeyPaths = lottieDrawable.resolveKeyPath(keyPath); in assertSize()
|
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | h2_ssl_cred_reload_fixture.h | 44 static const char* KeyPath() { return "src/core/tsi/test_creds/server1.key"; } in KeyPath() function 105 std::string server_key = grpc_core::testing::GetFileContents(KeyPath()); in SslServerCertificateConfigCallback()
|
/external/intel-media-driver/media_driver/agnostic/common/os/ |
D | mos_utilities_usersetting.cpp | 60 char KeyPath[MOS_USER_CONTROL_MAX_DATA_SIZE]; in MosWriteOneUserFeatureKeyToXML() local 69 KeyPath, in MosWriteOneUserFeatureKeyToXML() 70 sizeof(KeyPath), in MosWriteOneUserFeatureKeyToXML() 71 sizeof(KeyPath), in MosWriteOneUserFeatureKeyToXML() 77 KeyPath, in MosWriteOneUserFeatureKeyToXML() 78 sizeof(KeyPath), in MosWriteOneUserFeatureKeyToXML() 79 sizeof(KeyPath), in MosWriteOneUserFeatureKeyToXML() 85 KeyPath, in MosWriteOneUserFeatureKeyToXML() 86 sizeof(KeyPath), in MosWriteOneUserFeatureKeyToXML() 87 sizeof(KeyPath), in MosWriteOneUserFeatureKeyToXML() [all …]
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/ |
D | LottieAnimationView.java | 28 import com.airbnb.lottie.model.KeyPath; 230 KeyPath keyPath = new KeyPath("**"); in init() 1067 public List<KeyPath> resolveKeyPath(KeyPath keyPath) { in resolveKeyPath() 1074 public <T> void clearValueCallback(KeyPath keyPath, T property) { in clearValueCallback() 1085 public <T> void addValueCallback(KeyPath keyPath, T property, LottieValueCallback<T> callback) { in addValueCallback() 1094 public <T> void addValueCallback(KeyPath keyPath, T property, in addValueCallback()
|
/external/pytorch/torch/utils/ |
D | _cxx_pytree.py | 89 KeyPath = Tuple[KeyEntry, ...] variable 922 ) -> Tuple[List[Tuple[KeyPath, Any]], TreeSpec]: 945 ) -> List[Tuple[KeyPath, Any]]: 995 def keystr(kp: KeyPath) -> str: argument 1000 def key_get(obj: Any, kp: KeyPath) -> Any: argument
|