/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | CarHvacManagerTest.java | 63 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()
|
D | CarCabinManagerTest.java | 56 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/ |
D | CustomVCardEntry.java | 40 public void addProperty(VCardProperty property) { in addProperty() 42 mAllProperties.put(property.getName(), property); in addProperty() local
|
D | CustomVCardEntryConstructor.java | 130 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()
|
/packages/apps/TV/src/com/android/tv/features/ |
D | PartnerFeatures.java | 41 private final String property; field in PartnerFeatures.PartnerFeature 43 public PartnerFeature(String property) { in PartnerFeature()
|
/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
D | PropertySetter.java | 39 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()
|
D | FlingSpringAnim.java | 39 public <K> FlingSpringAnim(K object, FloatPropertyCompat<K> property, float startPosition, in FlingSpringAnim()
|
D | SpringObjectAnimator.java | 58 public SpringObjectAnimator(T object, FloatProperty<T> property, float minimumVisibleChange, in SpringObjectAnimator() 278 public SpringProperty(FloatProperty<T> property, SpringAnimation spring) { in SpringProperty()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | PropertyTimeoutException.java | 26 PropertyTimeoutException(int property) { in PropertyTimeoutException()
|
D | VehicleHal.java | 209 private void assertServiceOwnerLocked(HalServiceBase service, int property) { in assertServiceOwnerLocked() 221 public void subscribeProperty(HalServiceBase service, int property) in subscribeProperty() 231 public void subscribeProperty(HalServiceBase service, int property, float sampleRateHz) in subscribeProperty() 245 public void subscribeProperty(HalServiceBase service, int property, in subscribeProperty() 278 public void unsubscribeProperty(HalServiceBase service, int property) { in unsubscribeProperty() 595 public void injectVhalEvent(String property, String zone, String value) in injectVhalEvent() 638 public void injectOnPropertySetError(String property, String zone, String errorCode) { in injectOnPropertySetError()
|
D | HalServiceBase.java | 67 public void handlePropertySetError(int property, int area) {} in handlePropertySetError()
|
D | PropertyHalService.java | 104 void onPropertySetError(int property, int area); in onPropertySetError() 327 public void handlePropertySetError(int property, int area) { in handlePropertySetError()
|
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/ |
D | MockedVehicleHal.java | 52 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/ |
D | CarProjectionManagerTest.java | 177 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() 182 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
|
D | CarCabinManagerTest.java | 194 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() 208 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
|
D | CarHvacManagerTest.java | 232 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() 247 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
|
D | CarPowerManagementTest.java | 345 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() 350 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
|
D | CarDiagnosticManagerTest.java | 142 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/ |
D | DebugPropertyHelper.java | 42 private static boolean isPropertyOn(String property) { in isPropertyOn()
|
/packages/apps/UnifiedEmail/assets/ |
D | script.js | 76 function getCachedValue(div, property, attrName) { argument 440 function saveStyleProperty(node, property, actionLog) { argument 446 function undoSetProperty(property, savedProperty) { argument
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderAnimationManager.java | 350 private Animator getAnimator(View view, Property property, float v1, float v2) { in getAnimator() 356 private Animator getAnimator(GradientDrawable drawable, String property, int v1, int v2) { in getAnimator()
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | ICalendarTest.java | 98 ICalendar.Property property = component.getFirstProperty("DTSTART"); in testParseQuotedParam() local
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/ |
D | TouchEventGenerator.java | 249 PointerProperties property = new PointerProperties(); in getFingerState() local
|
/packages/services/Car/service/src/com/android/car/ |
D | CarPropertyService.java | 394 public void onPropertySetError(int property, int area) { in onPropertySetError()
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | MenuLayoutManager.java | 951 public final Property<View, Float> property; field in MenuLayoutManager.ViewPropertyValueHolder 955 public ViewPropertyValueHolder(Property<View, Float> property, View view, float value) { in ViewPropertyValueHolder()
|