Home
last modified time | relevance | path

Searched refs:KeyPath (Results 1 – 25 of 43) sorted by relevance

12

/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/tests/
DDynamicPropertiesTestCase.kt9 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 …]
DSoftwareRenderingDynamicPropertiesInvalidationTestCase.kt12 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/
DKeyPath.java46 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()
DKeyPathElement.java34 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath); in resolveKeyPath()
/external/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/
DDynamicActivity.kt10 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>()
DBullseyeActivity.kt9 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/
DLottieAnimationHelper.java28 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/
DShapeLayer.java14 import com.airbnb.lottie.model.KeyPath;
62 protected void resolveChildKeyPath(KeyPath keyPath, int depth, List<KeyPath> accumulator, in resolveChildKeyPath()
63 KeyPath currentPartialKeyPath) { in resolveChildKeyPath()
DCompositionLayer.java19 import com.airbnb.lottie.model.KeyPath;
222 protected void resolveChildKeyPath(KeyPath keyPath, int depth, List<KeyPath> accumulator, in resolveChildKeyPath()
223 KeyPath currentPartialKeyPath) { in resolveChildKeyPath()
DBaseLayer.java29 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/
DShapeContent.java11 import com.airbnb.lottie.model.KeyPath;
103 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
DEllipseContent.java11 import com.airbnb.lottie.model.KeyPath;
120 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
DRepeaterContent.java14 import com.airbnb.lottie.model.KeyPath;
132 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
DRectangleContent.java13 import com.airbnb.lottie.model.KeyPath;
165 public void resolveKeyPath(KeyPath keyPath, int depth, List<KeyPath> accumulator, in resolveKeyPath()
166 KeyPath currentPartialKeyPath) { in resolveKeyPath()
DFillContent.java23 import com.airbnb.lottie.model.KeyPath;
155 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
DContentGroup.java16 import com.airbnb.lottie.model.KeyPath;
228 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
DPolystarContent.java10 import com.airbnb.lottie.model.KeyPath;
330 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
DGradientFillContent.java29 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/
DMiscUtils.java10 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/
DLottieDynamicProperties.kt13 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/
DKeyPathTest.java3 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/
Dh2_ssl_cred_reload_fixture.h44 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/
Dmos_utilities_usersetting.cpp60 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/
DLottieAnimationView.java28 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.py89 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

12