Searched defs:ROTATION_X (Results 1 – 6 of 6) sorted by relevance
191 ROTATION_X, enumerator
89 ROTATION_X = 1 << 8, enumerator
150 public static final ViewProperty ROTATION_X = new ViewProperty("rotationX") { field in DynamicAnimation
45 public static final int ROTATION_X = 6; field in RenderNodeAnimator
147 static final int ROTATION_X = 0x0040; field in ViewPropertyAnimator
29879 public static final Property<View, Float> ROTATION_X = new FloatProperty<View>("rotationX") { field in View