File
Doc
Category
Size
Date
Package
PatternPathMotion.java
API Doc
Android 5.1 API
730
Sat Mar 14 14:09:42 GMT 2015
android.transition
PatternPathMotion
java.lang.Object
android.transition.PathMotion
public class PatternPathMotion extends android.transition.PathMotion
Fields Summary
Constructors Summary
public PatternPathMotion
()
throw new RuntimeException("Stub!");
public PatternPathMotion
(
android.content.Context
context,
android.util.AttributeSet
attrs)
throw new RuntimeException("Stub!");
public PatternPathMotion
(
android.graphics.Path
patternPath)
throw new RuntimeException("Stub!");
Methods Summary
public
android.graphics.Path
getPath
(
float
startX,
float
startY,
float
endX,
float
endY)
throw new RuntimeException("Stub!");
public
android.graphics.Path
getPatternPath
()
throw new RuntimeException("Stub!");
public void
setPatternPath
(
android.graphics.Path
patternPath)
throw new RuntimeException("Stub!");
Java Code Source