Home
last modified time | relevance | path

Searched refs:horz (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java271 double horz = Math.max(getWidth() - x, x); in animateOpen() local
273 float r = (float) Math.hypot(horz, vert); in animateOpen()
308 double horz = Math.max(getWidth() - x, x); in animateClose() local
310 float r = (float) Math.hypot(horz, vert); in animateClose()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dthreshold_half.rscript99 half4 RS_KERNEL horz(uint32_t x, uint32_t y) {
Dthreshold.rscript99 float4 RS_KERNEL horz(uint32_t x, uint32_t y) {
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dthreshold.rscript99 float4 RS_KERNEL horz(uint32_t x, uint32_t y) {
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dthreshold.rscript99 float4 RS_KERNEL horz(uint32_t x, uint32_t y) {