/frameworks/base/libs/hwui/ |
D | RenderNode.cpp | 110 (properties().hasShadow() ? ", casting shadow" : ""), in output() 116 properties().debugOutputProperties(level); in output() 152 if (properties().getClipDamageToBounds()) { in damageSelf() 153 info.damageAccumulator->dirty(0, 0, properties().getWidth(), properties().getHeight()); in damageSelf() 163 LayerType layerType = properties().layerProperties().type(); in prepareLayer() 178 LayerType layerType = properties().layerProperties().type(); in pushLayerUpdate() 288 const LayerProperties& props = properties().layerProperties(); in applyLayerPropertiesToLayer() 397 properties().debugOutputProperties(handler.level() + 1); in setViewProperties() 399 if (properties().getLeft() != 0 || properties().getTop() != 0) { in setViewProperties() 400 renderer.translate(properties().getLeft(), properties().getTop()); in setViewProperties() [all …]
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | AppearAnimationUtils.java | 66 AppearAnimationProperties properties = getDelays(objects); in startAnimation() local 67 startAnimations(properties, objects, finishListener, creator); in startAnimation() 72 AppearAnimationProperties properties = getDelays(objects); in startAnimation() local 73 startAnimations(properties, objects, finishListener, creator); in startAnimation() 76 private <T> void startAnimations(AppearAnimationProperties properties, T[] objects, in startAnimations() argument 78 if (properties.maxDelayRowIndex == -1 || properties.maxDelayColIndex == -1) { in startAnimations() 82 for (int row = 0; row < properties.delays.length; row++) { in startAnimations() 83 long[] columns = properties.delays[row]; in startAnimations() 86 if (properties.maxDelayRowIndex == row && properties.maxDelayColIndex == 0) { in startAnimations() 94 private <T> void startAnimations(AppearAnimationProperties properties, T[][] objects, in startAnimations() argument [all …]
|
/frameworks/base/location/java/android/location/ |
D | LocationProvider.java | 59 public LocationProvider(String name, ProviderProperties properties) { in LocationProvider() argument 64 mProperties = properties; in LocationProvider() 85 public static boolean propertiesMeetCriteria(String name, ProviderProperties properties, in propertiesMeetCriteria() argument 91 if (properties == null) { in propertiesMeetCriteria() 98 criteria.getAccuracy() < properties.mAccuracy) { in propertiesMeetCriteria() 102 criteria.getPowerRequirement() < properties.mPowerRequirement) { in propertiesMeetCriteria() 105 if (criteria.isAltitudeRequired() && !properties.mSupportsAltitude) { in propertiesMeetCriteria() 108 if (criteria.isSpeedRequired() && !properties.mSupportsSpeed) { in propertiesMeetCriteria() 111 if (criteria.isBearingRequired() && !properties.mSupportsBearing) { in propertiesMeetCriteria() 114 if (!criteria.isCostAllowed() && properties.mHasMonetaryCost) { in propertiesMeetCriteria()
|
/frameworks/base/tools/layoutlib/bridge/src/android/os/ |
D | SystemProperties_Delegate.java | 43 Map<String, String> properties = Bridge.getPlatformProperties(); in native_get() local 44 String value = properties.get(key); in native_get() 53 Map<String, String> properties = Bridge.getPlatformProperties(); in native_get_int() local 54 String value = properties.get(key); in native_get_int() 64 Map<String, String> properties = Bridge.getPlatformProperties(); in native_get_long() local 65 String value = properties.get(key); in native_get_long() 79 Map<String, String> properties = Bridge.getPlatformProperties(); in native_get_boolean() local 80 String value = properties.get(key); in native_get_boolean() 97 Map<String, String> properties = Bridge.getPlatformProperties(); in native_set() local 98 properties.put(key, def); in native_set()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | FlingAnimationUtils.java | 107 AnimatorProperties properties = getProperties(currValue, endValue, velocity, in apply() local 109 animator.setDuration(properties.duration); in apply() 110 animator.setInterpolator(properties.interpolator); in apply() 126 AnimatorProperties properties = getProperties(currValue, endValue, velocity, in apply() local 128 animator.setDuration(properties.duration); in apply() 129 animator.setInterpolator(properties.interpolator); in apply() 174 AnimatorProperties properties = getDismissingProperties(currValue, endValue, velocity, in applyDismissing() local 176 animator.setDuration(properties.duration); in applyDismissing() 177 animator.setInterpolator(properties.interpolator); in applyDismissing() 194 AnimatorProperties properties = getDismissingProperties(currValue, endValue, velocity, in applyDismissing() local [all …]
|
/frameworks/wilhelm/src/itf/ |
D | IEnvironmentalReverb.c | 650 SLEnvironmentalReverbSettings properties = *pProperties; in IEnvironmentalReverb_SetEnvironmentalReverbProperties() local 651 if (!(properties.roomLevel <= 0)) in IEnvironmentalReverb_SetEnvironmentalReverbProperties() 653 if (!(properties.roomHFLevel <= 0)) in IEnvironmentalReverb_SetEnvironmentalReverbProperties() 655 if (!(100 <= properties.decayTime && properties.decayTime <= 20000)) in IEnvironmentalReverb_SetEnvironmentalReverbProperties() 657 if (!(100 <= properties.decayHFRatio && properties.decayHFRatio <= 2000)) in IEnvironmentalReverb_SetEnvironmentalReverbProperties() 659 if (!(properties.reflectionsLevel <= 1000)) in IEnvironmentalReverb_SetEnvironmentalReverbProperties() 661 if (!(/* 0 <= properties.reflectionsDelay && */ properties.reflectionsDelay <= 300)) in IEnvironmentalReverb_SetEnvironmentalReverbProperties() 663 if (!(properties.reverbLevel <= 2000)) in IEnvironmentalReverb_SetEnvironmentalReverbProperties() 665 if (!(/* 0 <= properties.reverbDelay && */ properties.reverbDelay <= 100)) in IEnvironmentalReverb_SetEnvironmentalReverbProperties() 667 if (!(0 <= properties.diffusion && properties.diffusion <= 1000)) in IEnvironmentalReverb_SetEnvironmentalReverbProperties() [all …]
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | AutoCancelTest.java | 42 ObjectAnimator setupAnimator(long startDelay, String... properties) { in setupAnimator() argument 44 if (properties.length == 1) { in setupAnimator() 45 returnVal = ObjectAnimator.ofFloat(this, properties[0], 0, 1); in setupAnimator() 47 PropertyValuesHolder[] pvhArray = new PropertyValuesHolder[properties.length]; in setupAnimator() 48 for (int i = 0; i < properties.length; i++) { in setupAnimator() 49 pvhArray[i] = PropertyValuesHolder.ofFloat(properties[i], 0, 1); in setupAnimator()
|
/frameworks/ex/framesequence/samples/RastermillSamples/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/frameworks/opt/timezonepicker/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/frameworks/support/v7/appcompat/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/frameworks/support/v7/palette/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/frameworks/multidex/library/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/frameworks/opt/photoviewer/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/frameworks/multidex/instrumentation/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/frameworks/opt/colorpicker/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/frameworks/support/v7/mediarouter/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/frameworks/support/v17/leanback/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/frameworks/opt/calendar/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/frameworks/support/v7/gridlayout/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/frameworks/opt/chips/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/frameworks/ex/framesequence/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/frameworks/opt/datetimepicker/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GpsXtraDownloader.java | 55 GpsXtraDownloader(Context context, Properties properties) { in GpsXtraDownloader() argument 60 String server1 = properties.getProperty("XTRA_SERVER_1"); in GpsXtraDownloader() 61 String server2 = properties.getProperty("XTRA_SERVER_2"); in GpsXtraDownloader() 62 String server3 = properties.getProperty("XTRA_SERVER_3"); in GpsXtraDownloader() 68 String agent = properties.getProperty("XTRA_USER_AGENT"); in GpsXtraDownloader()
|