/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | TypedProperties.java | 454 public byte getByte(String property, byte def) { in getByte() 494 public int getInt(String property, int def) { in getInt() 599 public boolean getBoolean(String property) { in getBoolean() 611 public byte getByte(String property) { in getByte() 623 public short getShort(String property) { in getShort() 635 public int getInt(String property) { in getInt() 647 public long getLong(String property) { in getLong() 659 public float getFloat(String property) { in getFloat() 671 public double getDouble(String property) { in getDouble() 683 public String getString(String property) { in getString() [all …]
|
/aosp14/frameworks/base/tools/processors/view_inspector/test/java/android/processor/view/inspector/ |
H A 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
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/ |
H A D | SmallAreaDetectionControllerTest.java | 99 final String property = PKG_A + ":" + THRESHOLD_A + "," + PKG_B + ":" + THRESHOLD_B; in testUpdateAllowlist_validProperty() local 110 final String property = PKG_A + "," + PKG_B + ":" + THRESHOLD_B; in testUpdateAllowlist_includeInvalidRow() local 121 final String property = in testUpdateAllowlist_includeNotInstalledPkg() local 133 final String property = PKG_A; in testUpdateAllowlist_invalidProperty() local
|
/aosp14/frameworks/base/core/java/android/view/ |
H A 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()
|
H A D | ViewDebug.java | 341 public final T property; field in ViewDebug.PropertyInfo 348 PropertyInfo(Class<T> property, R member, Class<?> returnType) { in PropertyInfo() 358 Class<T> property) { in forMethod() 379 static <T extends Annotation> PropertyInfo<T, ?> forField(Field field, Class<T> property) { in forField() 390 MethodPI(Method method, Class<T> property) { in MethodPI() 402 FieldPI(Field field, Class<T> property) { in FieldPI()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | PropertyAnimator.java | 60 Property<T, Float> property = animatableProperty.getProperty(); in startAnimation() local 135 public static <T extends View> void applyImmediately(T view, AnimatableProperty property, in applyImmediately() 141 public static void cancelAnimation(View view, AnimatableProperty property) { in cancelAnimation() 148 public static boolean isAnimating(View view, AnimatableProperty property) { in isAnimating()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A 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()
|
/aosp14/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/ |
H A 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()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A 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()
|
H A D | StackAnimationController.java | 619 DynamicAnimation.ViewProperty property, SpringForce spring, in springFirstBubbleWithStackFollowing() 675 int getNextAnimationInChain(DynamicAnimation.ViewProperty property, int index) { in getNextAnimationInChain() 686 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property, int index) { in getOffsetForChainedPropertyAnimation() 703 SpringForce getSpringForce(DynamicAnimation.ViewProperty property, View view) { in getSpringForce() 887 DynamicAnimation.ViewProperty property, float value) { in moveFirstBubbleWithStackFollowing() 989 private void cancelStackPositionAnimation(DynamicAnimation.ViewProperty property) { in cancelStackPositionAnimation() 1065 private StackPositionProperty(DynamicAnimation.ViewProperty property) { in StackPositionProperty()
|
H A D | ExpandedAnimationController.java | 497 int getNextAnimationInChain(DynamicAnimation.ViewProperty property, int index) { in getNextAnimationInChain() 502 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property, int index) { in getOffsetForChainedPropertyAnimation() 507 SpringForce getSpringForce(DynamicAnimation.ViewProperty property, View view) { in getSpringForce()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A 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()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
H A D | PhysicsAnimationLayoutTestCase.java | 196 Runnable action, DynamicAnimation.ViewProperty property) { in setTestEndActionForProperty() 214 protected void animateValueForChild(DynamicAnimation.ViewProperty property, View view, in animateValueForChild() 256 int getNextAnimationInChain(DynamicAnimation.ViewProperty property, int index) { in getNextAnimationInChain() 261 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property, in getOffsetForChainedPropertyAnimation() 267 SpringForce getSpringForce(DynamicAnimation.ViewProperty property, View view) { in getSpringForce()
|
H A D | StackAnimationControllerTest.java | 321 DynamicAnimation.ViewProperty property, float vel, float friction, in flingThenSpringFirstBubbleWithStackFollowing() 329 protected void springFirstBubbleWithStackFollowing(DynamicAnimation.ViewProperty property, in springFirstBubbleWithStackFollowing()
|
/aosp14/frameworks/base/media/java/android/mtp/ |
H A 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()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A 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
|
/aosp14/frameworks/base/tests/BootImageProfileTest/src/com/android/bootimageprofile/ |
H A 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()
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | ObjectAnimator.java | 136 public void setProperty(@NonNull Property property) { in setProperty() 223 private <T> ObjectAnimator(T target, Property<T, ?> property) { in ObjectAnimator() 289 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt() 420 public static <T> ObjectAnimator ofArgb(T target, Property<T, Integer> property, in ofArgb() 488 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> property, in ofFloat() 666 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property, in ofObject() 701 public static <T, V, P> ObjectAnimator ofObject(T target, Property<T, P> property, in ofObject() 728 public static <T, V> ObjectAnimator ofObject(T target, @NonNull Property<T, V> property, in ofObject()
|
H A D | PropertyValuesHolder.java | 142 private PropertyValuesHolder(Property property) { in PropertyValuesHolder() 167 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt() 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() 580 static PropertyValuesHolder ofKeyframes(Property property, Keyframes keyframes) { in ofKeyframes() 1048 public void setProperty(Property property) { in setProperty() 1182 public IntPropertyValuesHolder(Property property, int... values) { in IntPropertyValuesHolder() 1191 public void setProperty(Property property) { in setProperty() 1329 public FloatPropertyValuesHolder(Property property, float... values) { in FloatPropertyValuesHolder() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/infra/ |
H A 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()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | AnimationFilter.java | 153 public AnimationFilter animate(Property property) { in animate() 158 public boolean shouldAnimateProperty(Property property) { in shouldAnimateProperty()
|
/aosp14/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/ |
H A 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()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/ |
H A D | ParsedComponentUtils.java | 106 final Property property = result.getResult(); in addMetaData() local 120 final Property property = result.getResult(); in addProperty() local
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | RtlProperties.h | 41 char property[PROPERTY_VALUE_MAX]; in readRtlDebugLevel() local
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_mtp_MtpDatabase.cpp | 436 MtpObjectProperty property, in getObjectPropertyValue() 594 MtpObjectProperty property, in setObjectPropertyValue() 624 MtpResponseCode MtpDatabase::getDevicePropertyValue(MtpDeviceProperty property, in getDevicePropertyValue() 690 MtpResponseCode MtpDatabase::setDevicePropertyValue(MtpDeviceProperty property, in setDevicePropertyValue() 725 uint32_t format, uint32_t property, in getObjectPropertyList() 1096 MtpObjectProperty property; member 1137 bool MtpDatabase::getObjectPropertyInfo(MtpObjectProperty property, int& type) { in getObjectPropertyInfo() 1149 bool MtpDatabase::getDevicePropertyInfo(MtpDeviceProperty property, int& type) { in getDevicePropertyInfo() 1200 MtpProperty* MtpDatabase::getObjectPropertyDesc(MtpObjectProperty property, in getObjectPropertyDesc() 1281 MtpProperty* MtpDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc()
|