Home
last modified time | relevance | path

Searched refs:shade (Results 1 – 21 of 21) sorted by relevance

/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DVignette.java32 private float shade = 0.5f; field in Vignette
77 shade = progress / 100.0f; in onBar2Changed()
104 center_y, scale, shade, slope); in do_init() local
109 center_y, scale, shade, slope); in do_init() local
114 scale, shade, slope); in do_init() local
119 scale, shade, slope); in do_init() local
Dvignette_approx.rsh18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
53 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
Dvignette.rsh18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
53 const float lumen = opp_shade + shade / ( 1.0f + sloped_neg_range * exp(sloped_dist_ratio) );
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DVignette.java36 private float shade = 0.5f; field in Vignette
80 shade = progress / 100.0f; in onBar2Changed()
102 center_y, scale, shade, slope); in do_init() local
107 center_y, scale, shade, slope); in do_init() local
112 scale, shade, slope); in do_init() local
117 scale, shade, slope); in do_init() local
Dvignette_approx.rsh18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
53 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
Dvignette.rsh18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
53 const float lumen = opp_shade + shade / ( 1.0f + sloped_neg_range * exp(sloped_dist_ratio) );
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DVignette.java32 private float shade = 0.5f; field in Vignette
77 shade = progress / 100.0f; in onBar2Changed()
104 center_y, scale, shade, slope); in do_init() local
109 center_y, scale, shade, slope); in do_init() local
114 scale, shade, slope); in do_init() local
119 scale, shade, slope); in do_init() local
Dvignette_approx.rsh18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
53 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
Dvignette.rsh18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
53 const float lumen = opp_shade + shade / ( 1.0f + sloped_neg_range * exp(sloped_dist_ratio) );
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
Dvignette_f.rsh18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
52 const float lumen = opp_shade + shade / ( 1.0f + sloped_neg_range * exp(sloped_dist_ratio) );
Dvignette_approx_f.rsh18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
52 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
DFilters.java253 private final float shade = 0.5f; field in Filters.VignetteFilter
261 center_y, scale, shade, slope); in init() local
270 scale, shade, slope); in prepInit()
/frameworks/base/core/proto/android/app/
Dnotification_channel_group.proto40 // Allows the notifications to appear outside of the shade in floating windows
Dnotification_channel.proto61 // Allows the notifications to appear outside of the shade in floating windows
Dnotificationmanager.proto90 // in notification list views like the notification shade or lockscreen
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags31 ## 2: SWIPE_DOWN_FULL_SHADE Swiped down to enter full shade.
/frameworks/base/packages/SystemUI/
DREADME.md115 This shows the UI for the status bar and the notification shade it contains.
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto247 LOCATION_MAIN_AREA = 3; // visible in the shade
1022 // ACTION: Notification shade > Dismiss all button
1230 // ACTION: Lockscreen > Pull shade open
1270 // ACTION: Notification shade > Tap to open quick settings
2300 // Application disambig shade opened or closed with a featured app.
2307 // Application disambig shade opened or closed without a featured app.
2314 // User opens in an app by pressing “Always” in the application disambig shade.
2318 // User opens in an app by pressing “Just Once” in the application disambig shade.
2322 // User opens in an app by tapping on its name in the application disambig shade.
2499 // OPEN: User expands full print job options shade in print preview.
[all …]
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java2165 final int shade = mWindow.getDecorCaptionShade(); in setDecorCaptionShade() local
2166 switch (shade) { in setDecorCaptionShade()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12320 field public static final java.lang.String WHITE_BALANCE_SHADE = "shade";
/frameworks/base/api/
Dcurrent.txt16234 field @Deprecated public static final String WHITE_BALANCE_SHADE = "shade";