Home
last modified time | relevance | path

Searched defs:property (Results 1 – 25 of 31) sorted by relevance

12

/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarHvacManagerTest.java63 private void assertTypeAndZone(CarPropertyConfig property) { in assertTypeAndZone()
106 …private void checkTypeAndGlobal(Class clazz, boolean global, CarPropertyConfig<Integer> property) { in checkTypeAndGlobal()
114 private void checkIntMinMax(CarPropertyConfig<Integer> property) { in checkIntMinMax()
139 private void checkFloatMinMax(CarPropertyConfig<Float> property) { in checkFloatMinMax()
DCarCabinManagerTest.java56 private void assertTypeAndZone(CarPropertyConfig property) { in assertTypeAndZone()
115 private void checkIntMinMax(CarPropertyConfig<Integer> property) { in checkIntMinMax()
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DCustomVCardEntry.java40 public void addProperty(VCardProperty property) { in addProperty()
42 mAllProperties.put(property.getName(), property); in addProperty() local
DCustomVCardEntryConstructor.java130 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()
/packages/apps/TV/src/com/android/tv/features/
DPartnerFeatures.java41 private final String property; field in PartnerFeatures.PartnerFeature
43 public PartnerFeature(String property) { in PartnerFeature()
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DPropertySetter.java39 public <T> void setFloat(T target, Property<T, Float> property, float value, in setFloat()
44 public <T> void setInt(T target, Property<T, Integer> property, int value, in setInt()
71 public <T> void setFloat(T target, Property<T, Float> property, float value, in setFloat()
82 public <T> void setInt(T target, Property<T, Integer> property, int value, in setInt()
DFlingSpringAnim.java39 public <K> FlingSpringAnim(K object, FloatPropertyCompat<K> property, float startPosition, in FlingSpringAnim()
DSpringObjectAnimator.java58 public SpringObjectAnimator(T object, FloatProperty<T> property, float minimumVisibleChange, in SpringObjectAnimator()
281 public SpringProperty(FloatProperty<T> property, SpringAnimation spring) { in SpringProperty()
DSpringAnimationBuilder.java70 public SpringAnimationBuilder(T target, FloatProperty<T> property) { in SpringAnimationBuilder()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyTimeoutException.java26 PropertyTimeoutException(int property) { in PropertyTimeoutException()
DVehicleHal.java210 private void assertServiceOwnerLocked(HalServiceBase service, int property) { in assertServiceOwnerLocked()
222 public void subscribeProperty(HalServiceBase service, int property) in subscribeProperty()
232 public void subscribeProperty(HalServiceBase service, int property, float sampleRateHz) in subscribeProperty()
246 public void subscribeProperty(HalServiceBase service, int property, in subscribeProperty()
279 public void unsubscribeProperty(HalServiceBase service, int property) { in unsubscribeProperty()
596 public void injectVhalEvent(String property, String zone, String value) in injectVhalEvent()
639 public void injectOnPropertySetError(String property, String zone, String errorCode) { in injectOnPropertySetError()
DHalServiceBase.java67 public void handlePropertySetError(int property, int area) {} in handlePropertySetError()
DPropertyHalService.java104 void onPropertySetError(int property, int area); in onPropertySetError()
335 public void handlePropertySetError(int property, int area) { in handlePropertySetError()
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
DMockedVehicleHal.java52 default void onPropertySubscribe(int property, float sampleRate) {} in onPropertySubscribe()
53 default void onPropertyUnsubscribe(int property) {} in onPropertyUnsubscribe()
242 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe()
247 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
290 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe()
296 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarProjectionManagerTest.java177 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe()
182 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
DCarCabinManagerTest.java194 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe()
208 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
DCarHvacManagerTest.java232 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe()
247 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
DCarPowerManagementTest.java365 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe()
370 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
DCarDiagnosticManagerTest.java142 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe()
148 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
/packages/apps/Camera2/src/com/android/camera/debug/
DDebugPropertyHelper.java42 private static boolean isPropertyOn(String property) { in isPropertyOn()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderAnimationManager.java407 private Animator getAnimator(View view, Property property, float v1, float v2) { in getAnimator()
413 private Animator getAnimator(GradientDrawable drawable, String property, int v1, int v2) { in getAnimator()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DICalendarTest.java98 ICalendar.Property property = component.getFirstProperty("DTSTART"); in testParseQuotedParam() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
DTouchEventGenerator.java249 PointerProperties property = new PointerProperties(); in getFingerState() local
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java399 public void onPropertySetError(int property, int area) { in onPropertySetError()
/packages/apps/TV/src/com/android/tv/menu/
DMenuLayoutManager.java951 public final Property<View, Float> property; field in MenuLayoutManager.ViewPropertyValueHolder
955 public ViewPropertyValueHolder(Property<View, Float> property, View view, float value) { in ViewPropertyValueHolder()

12