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

/frameworks/support/wear/src/androidTest/java/androidx/wear/ambient/
H A DAmbientModeResumeTest.java17 package androidx.wear.ambient;
H A DAmbientModeResumeTestActivity.java16 package androidx.wear.ambient;
H A DAmbientModeSupportResumeTest.java17 package androidx.wear.ambient;
H A DAmbientModeSupportResumeTestActivity.java16 package androidx.wear.ambient;
H A DAmbientDelegateTest.java16 package androidx.wear.ambient;
H A DAmbientModeSupportTest.java17 package androidx.wear.ambient;
H A DAmbientModeTest.java17 package androidx.wear.ambient;
H A DAmbientModeSupportTestActivity.java16 package androidx.wear.ambient;
H A DAmbientModeTestActivity.java16 package androidx.wear.ambient;
/frameworks/base/graphics/java/android/graphics/
H A DEmbossMaskFilter.java26 * @param ambient 0...1 amount of ambient light
32 public EmbossMaskFilter(float[] direction, float ambient, float specular, float blurRadius) { argument
36 native_instance = nativeConstructor(direction, ambient, specular, blurRadius);
39 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/support/wear/src/main/java/androidx/wear/ambient/
H A DWearableControllerProvider.java16 package androidx.wear.ambient;
28 * Provides a {@link WearableActivityController} for ambient mode control.
40 * Retrieves a {@link WearableActivityController} to use for ambient mode.
91 + "ambient support, likely due to proguard optimization. Please add "
H A DSharedLibraryVersion.java16 package androidx.wear.ambient;
H A DAmbientDelegate.java16 package androidx.wear.ambient;
31 * Provides compatibility for ambient mode.
50 * Called when an activity is entering ambient mode. This event is sent while an activity is
64 * Called when the system is updating the display for ambient mode. Activities may use this
70 * Called when an activity should exit ambient mode. This event is sent while an activity is
138 * Sets that this activity should remain displayed when the system enters ambient mode. The
139 * default is false. In this case, the activity is stopped when the system enters ambient mode.
148 * @return {@code true} if the activity is currently in ambient.
H A DAmbientMode.java16 package androidx.wear.ambient;
35 * Use this as a headless Fragment to add ambient support to an Activity on Wearable devices.
42 * be able to receive ambient lifecycle events through an {@link AmbientCallback}. The
44 * can be used to query the current status of the ambient mode.
61 * shifted around periodically in ambient mode. To ensure that content isn't shifted off
64 * only apply in ambient mode, and only when this property is set to true.
71 * whether the device has low-bit ambient mode. When this property is set to true, the screen
72 * supports fewer bits for each color in ambient mode. In this case, activities should disable
73 * anti-aliasing in ambient mode.
79 * Fragment tag used by default when adding {@link AmbientMode} to add ambient suppor
[all...]
H A DAmbientModeSupport.java16 package androidx.wear.ambient;
36 * Use this as a headless Fragment to add ambient support to an Activity on Wearable devices.
43 * {@link FragmentActivity} will then be able to receive ambient lifecycle events through
46 * status of the ambient mode. An example of how to attach {@link AmbientModeSupport} to your
60 * shifted around periodically in ambient mode. To ensure that content isn't shifted off
63 * only apply in ambient mode, and only when this property is set to true.
70 * whether the device has low-bit ambient mode. When this property is set to true, the screen
71 * supports fewer bits for each color in ambient mode. In this case, activities should disable
72 * anti-aliasing in ambient mode.
78 * Fragment tag used by default when adding {@link AmbientModeSupport} to add ambient suppor
[all...]
/frameworks/base/libs/hwui/tests/microbench/
H A DShadowBench.cpp64 VertexBuffer* ambient, VertexBuffer* spot) {
67 testData.lightRadius, *ambient, *spot);
77 VertexBuffer ambient; local
79 tessellateShadows(shadowData, true, path, &ambient, &spot);
80 benchmark::DoNotOptimize(&ambient);
94 std::unique_ptr<VertexBuffer> ambient(new VertexBuffer);
96 tessellateShadows(shadowData, false, path, ambient.get(), spot.get());
97 benchmark::DoNotOptimize(ambient.get());
63 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/support/wear/src/androidTest/java/com/google/android/wearable/compat/
H A DWearableActivityController.java83 public void setAmbient(boolean ambient) { argument
84 mAmbient = ambient;
/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.java3187 * Caches a ambient version of {@link #mCachedAmbientColorIsFor}.
4399 bindNotificationHeader(contentView, p.ambient, p.headerTextSecondary);
4405 if (!p.ambient) {
4416 if (!p.ambient) {
4598 boolean largeIconShown = bindLargeIcon(contentView, p.hideLargeIcon || p.ambient);
4599 boolean replyIconShown = bindReplyIcon(contentView, p.hideReplyIcon || p.ambient);
4702 private void bindNotificationHeader(RemoteViews contentView, boolean ambient, argument
4704 bindSmallIcon(contentView, ambient);
4705 bindHeaderAppName(contentView, ambient);
4706 if (!ambient) {
4718 bindActivePermissions(RemoteViews contentView, boolean ambient) argument
4823 bindHeaderAppName(RemoteViews contentView, boolean ambient) argument
4833 bindSmallIcon(RemoteViews contentView, boolean ambient) argument
5030 makeNotificationHeader(boolean ambient) argument
5132 makePublicView(boolean ambient) argument
5229 generateActionButton(Action action, boolean emphazisedMode, boolean ambient) argument
5380 processLegacyText(CharSequence charSequence, boolean ambient) argument
5393 processSmallIconColor(Icon smallIcon, RemoteViews contentView, boolean ambient) argument
9659 boolean ambient = false; field in class:Notification.StandardTemplateParams
9707 ambient(boolean ambient) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java292 // Set to true if the owner of this window is in ambient mode,
1319 public void setIsAmbientMode(boolean ambient) { argument
1320 mIsAmbientMode = ambient;

Completed in 282 milliseconds