Home
last modified time | relevance | path

Searched refs:mProperty (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DPropertyAnimatorTest.java65 private AnimatableProperty mProperty field in PropertyAnimatorTest
112 mAnimationFilter.animate(mProperty.getProperty()); in testAnimationStarted()
127 mAnimationFilter.animate(mProperty.getProperty()); in testEndValueUpdated()
137 mAnimationFilter.animate(mProperty.getProperty()); in testStartTagUpdated()
153 mAnimationFilter.animate(mProperty.getProperty()); in testAnimationToRightValueUpdated()
165 mAnimationFilter.animate(mProperty.getProperty()); in testAnimationToRightValueUpdateAnimated()
168 mAnimationFilter.animate(mProperty.getProperty()); in testAnimationToRightValueUpdateAnimated()
179 mAnimationFilter.animate(mProperty.getProperty()); in testStartTagShiftedWhenChanging()
190 mAnimationFilter.animate(mProperty.getProperty()); in testUsingDuration()
201 mAnimationFilter.animate(mProperty.getProperty()); in testUsingDelay()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/infra/
H A DSecureSettingsServiceNameResolver.java46 private final String mProperty; field in SecureSettingsServiceNameResolver
62 mProperty = property; in SecureSettingsServiceNameResolver()
68 pw.print("SecureSettingsServiceNamer: prop="); pw.print(mProperty); in dumpShort()
79 return "SecureSettingsServiceNameResolver[" + mProperty + "]"; in toString()
86 mContext.getContentResolver(), mProperty, userId)); in readServiceNameList()
92 mContext.getContentResolver(), mProperty, userId); in readServiceName()
99 mContext.getContentResolver(), mProperty, null, userId); in setServiceNameList() local
108 mContext.getContentResolver(), mProperty, builder.toString(), userId); in setServiceNameList() local
/aosp14/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
H A DDynamicAnimation.java309 final FloatProperty mProperty; field in DynamicAnimation
345 mProperty = new FloatProperty("FloatValueHolder") { in DynamicAnimation()
368 mProperty = property; in DynamicAnimation()
369 if (mProperty == ROTATION || mProperty == ROTATION_X in DynamicAnimation()
370 || mProperty == ROTATION_Y) { in DynamicAnimation()
372 } else if (mProperty == ALPHA) { in DynamicAnimation()
374 } else if (mProperty == SCALE_X || mProperty == SCALE_Y) { in DynamicAnimation()
731 mProperty.setValue(mTarget, value); in setPropertyValue()
752 return (Float) mProperty.get(mTarget); in getPropertyValue()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DCanvasProperty.java30 private VirtualRefBasePtr mProperty; field in CanvasProperty
43 mProperty = new VirtualRefBasePtr(nativeContainer); in CanvasProperty()
48 return mProperty.get(); in getNativeContainer()
/aosp14/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java50 protected Property mProperty; field in PropertyValuesHolder
143 mProperty = property; in PropertyValuesHolder()
810 if (mProperty != null) { in setupSetterAndGetter()
830 mProperty = null; in setupSetterAndGetter()
834 if (mProperty == null) { in setupSetterAndGetter()
885 if (mProperty != null) { in setupValue()
943 newPVH.mProperty = mProperty; in clone()
961 if (mProperty != null) { in setAnimatedValue()
1049 mProperty = property; in setProperty()
1235 if (mProperty != null) { in setAnimatedValue()
[all …]
H A DObjectAnimator.java84 private Property mProperty; field in ObjectAnimator
146 if (mProperty != null) { in setProperty()
149 mProperty = property; in setProperty()
175 } else if (mProperty != null) { in getPropertyName()
176 propertyName = mProperty.getName(); in getPropertyName()
765 if (mProperty != null) { in setIntValues()
766 setValues(PropertyValuesHolder.ofInt(mProperty, values)); in setIntValues()
780 if (mProperty != null) { in setFloatValues()
781 setValues(PropertyValuesHolder.ofFloat(mProperty, values)); in setFloatValues()
795 if (mProperty != null) { in setObjectValues()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTouchAnimator.java243 private final Property<T, Float> mProperty; field in TouchAnimator.FloatKeyframeSet
247 mProperty = property; in FloatKeyframeSet()
255 mProperty.set((T) target, firstFloat + (secondFloat - firstFloat) * amount); in interpolate()
261 private final Property<T, Integer> mProperty; field in TouchAnimator.IntKeyframeSet
265 mProperty = property; in IntKeyframeSet()
273 mProperty.set((T) target, (int) (firstFloat + (secondFloat - firstFloat) * amount)); in interpolate()
/aosp14/frameworks/base/libs/hwui/
H A DAnimator.cpp388 : BaseRenderNodeAnimator(finalValue), mProperty(property) {} in CanvasPropertyPrimitiveAnimator()
391 return mProperty->value; in getValue()
395 mProperty->value = value; in setValue()
408 : BaseRenderNodeAnimator(finalValue), mProperty(property), mField(field) {} in CanvasPropertyPaintAnimator()
413 return mProperty->value.getStrokeWidth(); in getValue()
415 return mProperty->value.getAlpha(); in getValue()
429 mProperty->value.setStrokeWidth(value); in setValue()
432 mProperty->value.setAlpha(to_uint8(value)); in setValue()
H A DAnimator.h234 sp<CanvasPropertyPrimitive> mProperty;
254 sp<CanvasPropertyPaint> mProperty;
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DRampAnimator.java31 private final FloatProperty<T> mProperty; field in RampAnimator
53 mProperty = property; in RampAnimator()
150 mProperty.setValue(mObject, linearVal); in setPropertyValue()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuAnimationController.java449 private final DynamicAnimation.ViewProperty mProperty;
453 mProperty = property;
458 return mProperty.getValue(menuView);
463 mProperty.setValue(menuView, value);
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayout.java612 private DynamicAnimation.ViewProperty mProperty;
615 this.mProperty = property;
621 if (!arePropertiesAnimating(mProperty)) {
622 if (mEndActionForProperty.containsKey(mProperty)) {
623 final Runnable callback = mEndActionForProperty.get(mProperty);
H A DStackAnimationController.java1063 private final DynamicAnimation.ViewProperty mProperty; field in StackAnimationController.StackPositionProperty
1067 mProperty = property; in StackPositionProperty()
1072 return mLayout.getChildCount() > 0 ? mProperty.getValue(mLayout.getChildAt(0)) : 0; in getValue()
1077 moveFirstBubbleWithStackFollowing(mProperty, value); in setValue()
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java3265 final int mProperty;
3278 this.mProperty = property;
3293 this.mProperty = property;
3300 mProperty = parcel.readInt();
3307 dest.writeInt(mProperty);
3322 switch (mProperty) {
3368 throw new IllegalArgumentException("Unknown property " + mProperty);
3433 return super.getUniqueKey() + mProperty;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1015 Landroid/animation/ObjectAnimator;->mProperty:Landroid/util/Property;
1114 Landroid/animation/PropertyValuesHolder;->mProperty:Landroid/util/Property;
16292 Landroid/graphics/CanvasProperty;->mProperty:Lcom/android/internal/util/VirtualRefBasePtr;
68992 Landroid/widget/RemoteViews$LayoutParamAction;->mProperty:I