Searched defs:ambient (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DEmbossMaskFilter.java24 * @param ambient 0...1 amount of ambient light
29 public EmbossMaskFilter(float[] direction, float ambient, float specular, float blurRadius) { argument
33 native_instance = nativeConstructor(direction, ambient, specular, blurRadius);
36 private static native long nativeConstructor(float[] direction, float ambient, float specular, float blurRadius); argument
/frameworks/layoutlib/bridge/src/android/graphics/
H A DEmbossMaskFilter_Delegate.java58 /*package*/ static long nativeConstructor(float[] direction, float ambient, argument
/frameworks/base/libs/hwui/tests/microbench/
H A DShadowBench.cpp73 const SkPath& shape, VertexBuffer* ambient, VertexBuffer* spot) {
77 testData.lightRadius, *ambient, *spot);
87 VertexBuffer ambient; local
89 tessellateShadows(shadowData, true, path, &ambient, &spot);
90 benchmark::DoNotOptimize(&ambient);
104 std::unique_ptr<VertexBuffer> ambient(new VertexBuffer);
106 tessellateShadows(shadowData, false, path, ambient.get(), spot.get());
107 benchmark::DoNotOptimize(ambient.get());
72 tessellateShadows(ShadowTestData& testData, bool opaque, const SkPath& shape, VertexBuffer* ambient, VertexBuffer* spot) argument
/frameworks/base/core/jni/android/graphics/
H A DMaskFilter.cpp31 static jlong createEmboss(JNIEnv* env, jobject, jfloatArray dirArray, jfloat ambient, jfloat specular, jfloat radius) { argument
42 direction, ambient, specular).release();
/frameworks/native/opengl/libagl/
H A Dcontext.h288 vec4_t ambient; member in struct:android::gl::light_t
308 vec4_t ambient; member in struct:android::gl::material_t
316 vec4_t ambient; member in struct:android::gl::light_model_t
/frameworks/base/core/java/android/app/
H A DNotification.java2760 * Caches a ambient version of {@link #mCachedContrastColorIsFor}.
3895 bindNotificationHeader(contentView, p.ambient);
3901 if (!p.ambient) {
3912 if (!p.ambient) {
4167 private void bindNotificationHeader(RemoteViews contentView, boolean ambient) { argument
4168 bindSmallIcon(contentView, ambient);
4169 bindHeaderAppName(contentView, ambient);
4170 if (!ambient) {
4274 private void bindHeaderAppName(RemoteViews contentView, boolean ambient) { argument
4276 if (isColorized() && !ambient) {
4284 bindSmallIcon(RemoteViews contentView, boolean ambient) argument
4468 makeNotificationHeader(boolean ambient) argument
4563 makePublicView(boolean ambient) argument
4656 generateActionButton(Action action, boolean emphazisedMode, boolean oddAction, boolean ambient) argument
4796 processLegacyText(CharSequence charSequence, boolean ambient) argument
4809 processSmallIconColor(Icon smallIcon, RemoteViews contentView, boolean ambient) argument
8483 boolean ambient = false; field in class:Notification.StandardTemplateParams
8510 ambient(boolean ambient) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java281 // Set to true if the owner of this window is in ambient mode,
1255 public void setIsAmbientMode(boolean ambient) { argument
1256 mIsAmbientMode = ambient;

Completed in 250 milliseconds