OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PathAnimatorMatrix
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/transition/
ChangeTransform.java
65
private static final Property<
PathAnimatorMatrix
, float[]> NON_TRANSLATIONS_PROPERTY =
66
new Property<
PathAnimatorMatrix
, float[]>(float[].class, "nonTranslations") {
68
public float[] get(
PathAnimatorMatrix
object) {
73
public void set(
PathAnimatorMatrix
object, float[] value) {
81
private static final Property<
PathAnimatorMatrix
, PointF> TRANSLATIONS_PROPERTY =
82
new Property<
PathAnimatorMatrix
, PointF>(PointF.class, "translations") {
84
public PointF get(
PathAnimatorMatrix
object) {
89
public void set(
PathAnimatorMatrix
object, PointF value) {
290
final
PathAnimatorMatrix
pathAnimatorMatrix
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 666 milliseconds