/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/SettingsNoInput/ |
D | device_for_input_source.pfw | 10 ambient = 0 33 ambient = 0 56 ambient = 0 79 ambient = 0 102 ambient = 0 125 ambient = 0 148 ambient = 0 171 ambient = 0 194 ambient = 0 217 ambient = 0 [all …]
|
/frameworks/base/graphics/java/android/graphics/ |
D | EmbossMaskFilter.java | 32 public EmbossMaskFilter(float[] direction, float ambient, float specular, float blurRadius) { in EmbossMaskFilter() argument 36 native_instance = nativeConstructor(direction, ambient, specular, blurRadius); in EmbossMaskFilter() 39 …private static native long nativeConstructor(float[] direction, float ambient, float specular, flo… in nativeConstructor() argument
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | Material.java | 85 float ambient = .3f; in simpleSetup() local 95 mColor[p + AMB] = (byte) (255 * ambient); in simpleSetup() 120 float ambient = .3f; in setup() local 123 mMaterialProp[i].mAmbient = ambient; in setup() 153 float ambient = (material[i].length > 2) ? material[i][2] / 100.f : .2f; in setup() local 158 mMaterialProp[i].mAmbient = ambient; in setup() 185 float ambient = .3f; in setup() local 188 mMaterialProp[i].mAmbient = ambient; in setup() 272 float ambient = m[k].mAmbient * t1 + m[k + 1].mAmbient * t2; in buildMaterialProp() local 281 mColor[p + AMB] = (byte) (255 * ambient); in buildMaterialProp()
|
D | vr.rscript | 168 float ambient = mat.x * (1/255.f); 171 float lop = (ambient + diffuse * dot_prod) * light * opf; 271 float ambient = mat.x * (1/255.f); // ambient 274 … float lop = (ambient + diffuse * dot_prod + specular * pow(spec, 10)) * light * opf;
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/ |
D | device_for_input_source.pfw | 6 ambient = 0 23 ambient = 0 40 ambient = 0 61 ambient = 0 82 ambient = 0 103 ambient = 0 123 ambient = 0 141 ambient = 0 158 ambient = 0 179 ambient = 0 [all …]
|
/frameworks/base/libs/hwui/jni/ |
D | MaskFilter.cpp | 27 …static jlong createEmboss(JNIEnv* env, jobject, jfloatArray dirArray, jfloat ambient, jfloat specu… in createEmboss() argument 38 direction, ambient, specular).release(); in createEmboss()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | EmbossMaskFilter_Delegate.java | 58 /*package*/ static long nativeConstructor(float[] direction, float ambient, in nativeConstructor() argument
|
/frameworks/base/core/proto/android/app/ |
D | notificationmanager.proto | 87 // on ambient displays on devices that support ambient display.
|
/frameworks/base/core/proto/android/service/ |
D | notification.proto | 250 optional State ambient = 14; field 325 optional State ambient = 15; field
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenPolicyTest.java | 610 assertEquals(policy.getVisualEffectAmbient(), proto.ambient); in assertProtoMatches()
|
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 811 final int ambient = safeInt(parser, SHOW_ATT_AMBIENT, ZenPolicy.STATE_UNSET); in readZenPolicyXml() local 835 if (ambient != ZenPolicy.STATE_UNSET) { in readZenPolicyXml() 836 builder.showInAmbientDisplay(ambient == ZenPolicy.STATE_ALLOW); in readZenPolicyXml()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 1865 public void setIsAmbientMode(boolean ambient) { in setIsAmbientMode() argument 1866 mIsAmbientMode = ambient; in setIsAmbientMode()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 1423 // OPEN: Display has entered ambient notification mode 2290 // User performs gesture that activates the ambient display
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 4865 // The ambient light lux when authenticated. 4933 // The ambient light lux when the user enrolled. 7357 optional State ambient = 15; field
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 7818 Landroid/app/Notification$StandardTemplateParams;->ambient(Z)Landroid/app/Notification$StandardTemp… 7819 Landroid/app/Notification$StandardTemplateParams;->ambient:Z
|