Home
last modified time | relevance | path

Searched refs:ambient (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/SettingsNoInput/
Ddevice_for_input_source.pfw10 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/
DEmbossMaskFilter.java32 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/
DMaterial.java85 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()
Dvr.rscript168 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/
Ddevice_for_input_source.pfw6 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/
DMaskFilter.cpp27 …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/
DEmbossMaskFilter_Delegate.java58 /*package*/ static long nativeConstructor(float[] direction, float ambient, in nativeConstructor() argument
/frameworks/base/core/proto/android/app/
Dnotificationmanager.proto87 // on ambient displays on devices that support ambient display.
/frameworks/base/core/proto/android/service/
Dnotification.proto250 optional State ambient = 14; field
325 optional State ambient = 15; field
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenPolicyTest.java610 assertEquals(policy.getVisualEffectAmbient(), proto.ambient); in assertProtoMatches()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java811 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/
DViewRootImpl.java1865 public void setIsAmbientMode(boolean ambient) { in setIsAmbientMode() argument
1866 mIsAmbientMode = ambient; in setIsAmbientMode()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto1423 // OPEN: Display has entered ambient notification mode
2290 // User performs gesture that activates the ambient display
/frameworks/proto_logging/stats/
Datoms.proto4865 // 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/
Dhiddenapi-max-target-o.txt7818 Landroid/app/Notification$StandardTemplateParams;->ambient(Z)Landroid/app/Notification$StandardTemp…
7819 Landroid/app/Notification$StandardTemplateParams;->ambient:Z