OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yProperty
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Dialer/java/com/android/dialershared/bubble/
MoveHandler.java
103
private final FloatPropertyCompat<WindowManager.LayoutParams>
yProperty
=
104
new FloatPropertyCompat<LayoutParams>("
yProperty
") {
156
moveYAnimation.animateToFinalPosition(
yProperty
.getValue(bubble.getWindowParams()));
199
(int)
yProperty
.getValue(bubble.getWindowParams()));
225
moveYAnimation = new SpringAnimation(bubble.getWindowParams(),
yProperty
);
/frameworks/base/core/java/android/animation/
ObjectAnimator.java
300
* <code>
yProperty
</code>.
304
* @param
yProperty
The property for the y coordinate being animated.
309
Property<T, Integer>
yProperty
, Path path) {
313
PropertyValuesHolder y = PropertyValuesHolder.ofKeyframes(
yProperty
,
500
* <code>
yProperty
</code>.
504
* @param
yProperty
The property for the y coordinate being animated.
509
Property<T, Float>
yProperty
, Path path) {
513
PropertyValuesHolder y = PropertyValuesHolder.ofKeyframes(
yProperty
,
[
all
...]
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/22/
android.jar
/prebuilts/sdk/26/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 257 milliseconds