Home
last modified time | relevance | path

Searched defs:shade (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DVignette.java36 private float shade = 0.5f; field in Vignette
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
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DVignette.java32 private float shade = 0.5f; field in Vignette
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
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DVignette.java32 private float shade = 0.5f; field in Vignette
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
/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DTonalPalette.java46 public int getAtTone(float shade) { in getAtTone()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/
DShadeInteractorImpl.kt82 combine(isUserInteractingWithShade, isUserInteractingWithQs) { shade, qs -> shade || qs } in <lambda>() method
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
DFilters.java253 private final float shade = 0.5f; field in Filters.VignetteFilter
261 center_y, scale, shade, slope); in init() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsPolicyTest.java231 final WindowState shade = addWindow(TYPE_NOTIFICATION_SHADE, "notificationShade"); in testControlsForDispatch_topAppHidesStatusBar() local
/frameworks/libs/systemui/monet/tests/com/android/systemui/monet/
DColorSchemeTest.kt152 palette.allShadesMapped.entries.forEachIndexed { index, (shade, colorValue) -> in generateDefaultValues() method