/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/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | RankingCoordinatorTest.java | 294 private void setRankingAmbient(boolean ambient) { in setRankingAmbient() argument 296 .setImportance(ambient in setRankingAmbient() 300 assertEquals(ambient, mEntry.getRanking().isAmbient()); in setRankingAmbient()
|
/frameworks/base/core/proto/android/app/ |
D | notificationmanager.proto | 89 // on ambient displays on devices that support ambient display.
|
/frameworks/proto_logging/stats/enums/server/display/ |
D | enums.proto | 39 // Hbm sunlight visibility is off due to ambient light drop below threshold.
|
/frameworks/base/core/proto/android/service/ |
D | notification.proto | 259 optional State ambient = 14; field 334 optional State ambient = 15; field
|
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 831 final int ambient = safeInt(parser, SHOW_ATT_AMBIENT, ZenPolicy.STATE_UNSET); in readZenPolicyXml() local 855 if (ambient != ZenPolicy.STATE_UNSET) { in readZenPolicyXml() 856 builder.showInAmbientDisplay(ambient == ZenPolicy.STATE_ALLOW); in readZenPolicyXml()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenPolicyTest.java | 675 assertEquals(policy.getVisualEffectAmbient(), proto.ambient); in assertProtoMatches()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 2095 public void setIsAmbientMode(boolean ambient) { in setIsAmbientMode() argument 2096 mIsAmbientMode = ambient; in setIsAmbientMode()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 1423 // OPEN: Display has entered ambient notification mode 2292 // User performs gesture that activates the ambient display
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 5999 // The ambient light lux when authenticated. 6079 // The ambient light lux when the user enrolled. 8722 optional State ambient = 15; field 21954 // Estimated ambient light, in lux. 22025 // Logs daily ambient brightness stats. 22037 * expressed as a curve where each point is a pair of ambient light (lux) and the corresponding 22044 // Array of ambient light values (in lux) to define the configuration.
|
/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
|