/frameworks/base/core/java/com/android/internal/util/ |
D | TypedProperties.java | 419 TypeException(String property, Object value, String requestedType) { in TypeException() 434 public boolean getBoolean(String property, boolean def) { in getBoolean() 454 public byte getByte(String property, byte def) { in getByte() 474 public short getShort(String property, short def) { in getShort() 494 public int getInt(String property, int def) { in getInt() 514 public long getLong(String property, long def) { in getLong() 534 public float getFloat(String property, float def) { in getFloat() 554 public double getDouble(String property, double def) { in getDouble() 574 public String getString(String property, String def) { in getString() 599 public boolean getBoolean(String property) { in getBoolean() [all …]
|
/frameworks/base/tools/processors/view_inspector/test/java/android/processor/view/inspector/ |
D | InspectionCompanionGeneratorTest.java | 85 final Property property = addProperty( in testNoAttributeId() local 97 final Property property = addProperty( in testSuppliedAttributeId() local 108 final Property property = addProperty( in testIntEnum() local 125 final Property property = addProperty( in testIntFlag() local 151 final Property property = new Property(name, Accessor.ofGetter(getter), type); in addProperty() local
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/ |
D | SmallAreaDetectionControllerTest.java | 89 final String property = PKG_A + ":" + THRESHOLD_A + "," + PKG_B + ":" + THRESHOLD_B; in testUpdateAllowlist_validProperty() local 100 final String property = PKG_A + "," + PKG_B + ":" + THRESHOLD_B; in testUpdateAllowlist_includeInvalidRow() local 111 final String property = in testUpdateAllowlist_includeNotInstalledPkg() local 123 final String property = PKG_A; in testUpdateAllowlist_invalidProperty() local
|
/frameworks/av/media/mtp/tests/MtpFuzzer/ |
D | MtpMockDatabase.cpp | 117 MtpObjectProperty property, in getObjectPropertyValue() 125 MtpObjectProperty property, in setObjectPropertyValue() 132 MtpResponseCode MtpMockDatabase::getDevicePropertyValue(MtpDeviceProperty property, in getDevicePropertyValue() 138 MtpResponseCode MtpMockDatabase::setDevicePropertyValue(MtpDeviceProperty property, in setDevicePropertyValue() 144 MtpResponseCode MtpMockDatabase::resetDeviceProperty(MtpDeviceProperty property) { in resetDeviceProperty() 150 uint32_t property, int groupCode, int depth, in getObjectPropertyList() 281 MtpProperty* MtpMockDatabase::getObjectPropertyDesc(MtpObjectProperty property, in getObjectPropertyDesc() 289 MtpProperty* MtpMockDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc()
|
/frameworks/base/core/java/android/view/ |
D | RenderNodeAnimator.java | 31 public RenderNodeAnimator(int property, float finalValue) { in RenderNodeAnimator() 35 public RenderNodeAnimator(CanvasProperty<Float> property, float finalValue) { in RenderNodeAnimator() 39 public RenderNodeAnimator(CanvasProperty<Paint> property, int paintField, float finalValue) { in RenderNodeAnimator()
|
D | ViewDebug.java | 350 public final T property; field in ViewDebug.PropertyInfo 357 PropertyInfo(Class<T> property, R member, Class<?> returnType) { in PropertyInfo() 367 Class<T> property) { in forMethod() 388 static <T extends Annotation> PropertyInfo<T, ?> forField(Field field, Class<T> property) { in forField() 399 MethodPI(Method method, Class<T> property) { in MethodPI() 411 FieldPI(Field field, Class<T> property) { in FieldPI()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | PropertyAnimator.java | 62 Property<T, Float> property = animatableProperty.getProperty(); in startAnimation() local 142 public static <T extends View> void applyImmediately(T view, AnimatableProperty property, in applyImmediately() 148 public static void cancelAnimation(View view, AnimatableProperty property) { in cancelAnimation() 155 public static boolean isAnimating(View view, AnimatableProperty property) { in isAnimating()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | TouchAnimator.java | 143 public Builder addFloat(Object target, String property, float... values) { in addFloat() 148 public Builder addInt(Object target, String property, int... values) { in addInt() 158 private static Property getProperty(Object target, String property, Class<?> cls) { in getProperty() 232 public static KeyframeSet ofInt(Property property, int... values) { in ofInt() 236 public static KeyframeSet ofFloat(Property property, float... values) { in ofFloat() 245 public FloatKeyframeSet(Property<T, Float> property, float[] values) { in FloatKeyframeSet() 263 public IntKeyframeSet(Property<T, Integer> property, int[] values) { in IntKeyframeSet()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardParserImpl_V30.java | 168 protected void handleParamWithoutName(VCardProperty property, final String paramValue) { in handleParamWithoutName() 185 protected void handleType(VCardProperty property, final String paramValue) { in handleType() 201 private void splitAndPutParam(VCardProperty property, String paramName, String paramValue) { in splitAndPutParam() 277 protected void handleAgent(VCardProperty property) { in handleAgent()
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardEntryTests.java | 113 VCardProperty property = new VCardProperty(); in testNestHandling() local 206 VCardProperty property = new VCardProperty(); in testEntryElementIterator() local 317 VCardProperty property = new VCardProperty(); in testToString() local 340 VCardProperty property = new VCardProperty(); in testConstructInsertOperationsInsertName() local
|
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/ |
D | InspectionCompanionGenerator.java | 268 private CodeBlock generateSimplePropertyMapperInvocation( in generateSimplePropertyMapperInvocation() 299 private CodeBlock generateIntEnumPropertyMapperInvocation( in generateIntEnumPropertyMapperInvocation() 349 private CodeBlock generateIntFlagPropertyMapperInvocation( in generateIntFlagPropertyMapperInvocation() 391 private CodeBlock generateAttributeId(@NonNull Property property) { in generateAttributeId()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | StackAnimationController.java | 620 DynamicAnimation.ViewProperty property, SpringForce spring, in springFirstBubbleWithStackFollowing() 676 int getNextAnimationInChain(DynamicAnimation.ViewProperty property, int index) { in getNextAnimationInChain() 687 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property, int index) { in getOffsetForChainedPropertyAnimation() 704 SpringForce getSpringForce(DynamicAnimation.ViewProperty property, View view) { in getSpringForce() 899 DynamicAnimation.ViewProperty property, float value) { in moveFirstBubbleWithStackFollowing() 1001 private void cancelStackPositionAnimation(DynamicAnimation.ViewProperty property) { in cancelStackPositionAnimation() 1062 private StackPositionProperty(DynamicAnimation.ViewProperty property) { in StackPositionProperty()
|
D | PhysicsAnimationLayout.java | 111 abstract int getNextAnimationInChain(DynamicAnimation.ViewProperty property, int index); in getNextAnimationInChain() 121 DynamicAnimation.ViewProperty property, int index); in getOffsetForChainedPropertyAnimation() 129 abstract SpringForce getSpringForce(DynamicAnimation.ViewProperty property, View view); in getSpringForce()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
D | PhysicsAnimationLayoutTestCase.java | 202 Runnable action, DynamicAnimation.ViewProperty property) { in setTestEndActionForProperty() 220 protected void animateValueForChild(DynamicAnimation.ViewProperty property, View view, in animateValueForChild() 265 int getNextAnimationInChain(DynamicAnimation.ViewProperty property, int index) { in getNextAnimationInChain() 270 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property, in getOffsetForChainedPropertyAnimation() 276 SpringForce getSpringForce(DynamicAnimation.ViewProperty property, View view) { in getSpringForce()
|
D | StackAnimationControllerTest.java | 322 DynamicAnimation.ViewProperty property, float vel, float friction, in flingThenSpringFirstBubbleWithStackFollowing() 330 protected void springFirstBubbleWithStackFollowing(DynamicAnimation.ViewProperty property, in springFirstBubbleWithStackFollowing()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | HighRefreshRateDenylist.java | 53 final String property = deviceConfig.getProperty(DeviceConfig.NAMESPACE_DISPLAY_MANAGER, in HighRefreshRateDenylist() local 58 private void updateDenylist(@Nullable String property) { in updateDenylist()
|
/frameworks/base/media/java/android/mtp/ |
D | MtpPropertyList.java | 55 public void append(int handle, int property, int type, long value) { in append() 64 public void append(int handle, int property, String value) { in append()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageProperty.java | 162 final Property property = iter.next(); in addProperties() local 207 final Property property = iter.next(); in removeProperties() local 249 final Property property = propertyList.get(i); in getProperty() local 259 Property property = null; in getComponentProperty() local
|
/frameworks/base/core/java/android/animation/ |
D | ObjectAnimator.java | 130 public void setProperty(@NonNull Property property) { in setProperty() 217 private <T> ObjectAnimator(T target, Property<T, ?> property) { in ObjectAnimator() 283 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt() 414 public static <T> ObjectAnimator ofArgb(T target, Property<T, Integer> property, in ofArgb() 482 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> property, in ofFloat() 660 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property, in ofObject() 695 public static <T, V, P> ObjectAnimator ofObject(T target, Property<T, P> property, in ofObject() 722 public static <T, V> ObjectAnimator ofObject(T target, @NonNull Property<T, V> property, in ofObject()
|
D | PropertyValuesHolder.java | 142 private PropertyValuesHolder(Property property) { in PropertyValuesHolder() 167 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt() 286 public static PropertyValuesHolder ofFloat(Property<?, Float> property, float... values) { in ofFloat() 454 public static <V> PropertyValuesHolder ofObject(Property property, in ofObject() 487 public static <T, V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject() 512 public static <V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject() 561 public static PropertyValuesHolder ofKeyframe(Property property, Keyframe... values) { in ofKeyframe() 580 static PropertyValuesHolder ofKeyframes(Property property, Keyframes keyframes) { in ofKeyframes() 1048 public void setProperty(Property property) { in setProperty() 1167 public IntPropertyValuesHolder(Property property, Keyframes.IntKeyframes keyframes) { in IntPropertyValuesHolder() [all …]
|
/frameworks/base/tests/BootImageProfileTest/src/com/android/bootimageprofile/ |
D | BootImageProfileTest.java | 47 private String getProperty(String property) throws Exception { in getProperty() 56 private String setProperty(String property, String value) throws Exception { in setProperty()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | AnimationFilter.java | 137 public AnimationFilter animate(Property property) { in animate() 142 public boolean shouldAnimateProperty(Property property) { in shouldAnimateProperty()
|
/frameworks/av/media/mtp/ |
D | MtpServer.cpp | 284 void MtpServer::sendDevicePropertyChanged(MtpDeviceProperty property) { in sendDevicePropertyChanged() 669 MtpObjectProperty property = mRequest.getParameter(2); in doGetObjectPropValue() local 682 MtpObjectProperty property = mRequest.getParameter(2); in doSetObjectPropValue() local 692 MtpDeviceProperty property = mRequest.getParameter(1); in doGetDevicePropValue() local 702 MtpDeviceProperty property = mRequest.getParameter(1); in doSetDevicePropValue() local 712 MtpDeviceProperty property = mRequest.getParameter(1); in doResetDevicePropValue() local 728 uint32_t property = mRequest.getParameter(3); in doGetObjectPropList() local 1350 MtpProperty* property = mDatabase->getObjectPropertyDesc(propCode, format); in doGetObjectPropDesc() local 1363 MtpProperty* property = mDatabase->getDevicePropertyDesc(propCode); in doGetDevicePropDesc() local
|
/frameworks/base/services/core/java/com/android/server/infra/ |
D | SecureSettingsServiceNameResolver.java | 48 public SecureSettingsServiceNameResolver(@NonNull Context context, @NonNull String property) { in SecureSettingsServiceNameResolver() 59 public SecureSettingsServiceNameResolver(@NonNull Context context, @NonNull String property, in SecureSettingsServiceNameResolver()
|
/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/ |
D | SpringAnimation.java | 111 public <K> SpringAnimation(K object, FloatProperty<K> property) { in SpringAnimation() 125 public <K> SpringAnimation(K object, FloatProperty<K> property, in SpringAnimation()
|