HomeSort by relevance Sort by last modified time
    Searched defs:PatternPathMotion (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/transition/
PatternPathMotion.java 35 * <patternPathMotion android:patternPathData="M0 0 L0 100 L100 100"/>
39 public class PatternPathMotion extends PathMotion {
48 * Constructs a PatternPathMotion with a straight-line pattern.
50 public PatternPathMotion() {
55 public PatternPathMotion(Context context, AttributeSet attrs) {
56 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PatternPathMotion);
60 throw new RuntimeException("pathData must be supplied for patternPathMotion");
71 * Creates a PatternPathMotion with the Path defining a pattern of motion between two
78 public PatternPathMotion(Path patternPath) {
  /frameworks/support/transition/src/main/java/androidx/transition/
PatternPathMotion.java 38 * <patternPathMotion android:patternPathData="M0 0 L0 100 L100 100"/>
42 public class PatternPathMotion extends PathMotion {
51 * Constructs a PatternPathMotion with a straight-line pattern.
53 public PatternPathMotion() {
58 public PatternPathMotion(Context context, AttributeSet attrs) {
62 "patternPathData", Styleable.PatternPathMotion.PATTERN_PATH_DATA);
64 throw new RuntimeException("pathData must be supplied for patternPathMotion");
74 * Creates a PatternPathMotion with the Path defining a pattern of motion between two
81 public PatternPathMotion(Path patternPath) {
Styleable.java 173 interface PatternPathMotion {
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 161 milliseconds