Searched refs:setPropertyValue (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/services/Car/service/src/com/android/car/hal/ |
H A D | VmsHalService.java | 114 setPropertyValue(createSubscriptionStateMessage(VmsMessageType.SUBSCRIPTIONS_CHANGE, 121 setPropertyValue(createAvailableLayersMessage(VmsMessageType.AVAILABILITY_CHANGE, 128 setPropertyValue(createDataMessage(layer, providerId, packet)); 205 setPropertyValue(createStartSessionMessage(mCoreId, UNKNOWN_CLIENT_ID))); in init() 392 setPropertyValue(createStartSessionMessage(mCoreId, clientId)); in handleStartSessionEvent() 514 setPropertyValue(vehicleProp); in handlePublisherIdRequest() 542 setPropertyValue(vehicleProp); in handlePublisherInfoRequest() 607 setPropertyValue(createAvailableLayersMessage(VmsMessageType.AVAILABILITY_RESPONSE, in handleAvailabilityRequestEvent() 618 setPropertyValue(createSubscriptionStateMessage(VmsMessageType.SUBSCRIPTIONS_RESPONSE, in handleSubscriptionsRequestEvent() 622 private void setPropertyValue(VehiclePropValue vehicleProp) { in setPropertyValue() method in VmsHalService
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/ |
H A D | RampAnimator.java | 73 setPropertyValue(target); in animateTo() 132 private void setPropertyValue(float val) { in setPropertyValue() method in RampAnimator 172 setPropertyValue(mCurrentValue);
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | PropertyValuesHolder.cpp | 89 mGroup->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction() 99 mFullPath->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()
|
H A D | VectorDrawable.cpp | 243 void FullPath::FullPathProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue() function in android::uirenderer::VectorDrawable::FullPath::FullPathProperties 373 void Group::GroupProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue() function in android::uirenderer::VectorDrawable::Group::GroupProperties
|
H A D | VectorDrawable.h | 303 void setPropertyValue(int propertyId, float value); 428 void setPropertyValue(int propertyId, float value);
|