/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Vignette.java | 32 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
|
D | vignette_approx.rsh | 18 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…
|
D | vignette.rsh | 18 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/ |
D | Vignette.java | 36 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
|
D | vignette_approx.rsh | 18 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…
|
D | vignette.rsh | 18 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/ |
D | Vignette.java | 32 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
|
D | vignette_approx.rsh | 18 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…
|
D | vignette.rsh | 18 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/ |
D | vignette_f.rsh | 18 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) );
|
D | vignette_approx_f.rsh | 18 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…
|
D | Filters.java | 253 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/ |
D | notification_channel_group.proto | 40 // Allows the notifications to appear outside of the shade in floating windows
|
D | notification_channel.proto | 61 // Allows the notifications to appear outside of the shade in floating windows
|
D | notificationmanager.proto | 90 // in notification list views like the notification shade or lockscreen
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | EventLogTags.logtags | 31 ## 2: SWIPE_DOWN_FULL_SHADE Swiped down to enter full shade.
|
/frameworks/base/packages/SystemUI/ |
D | README.md | 115 This shows the UI for the status bar and the notification shade it contains.
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 247 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/ |
D | DecorView.java | 2165 final int shade = mWindow.getDecorCaptionShade(); in setDecorCaptionShade() local 2166 switch (shade) { in setDecorCaptionShade()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 12320 field public static final java.lang.String WHITE_BALANCE_SHADE = "shade";
|
/frameworks/base/api/ |
D | current.txt | 16234 field @Deprecated public static final String WHITE_BALANCE_SHADE = "shade";
|