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/
DNotificationGuts.java265 double horz = Math.max(getWidth() - x, x); in animateOpen() local
267 float r = (float) Math.hypot(horz, vert); in animateOpen()
300 double horz = Math.max(getWidth() - x, x); in animateClose() local
302 float r = (float) Math.hypot(horz, vert); in animateClose()
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dthreshold.rs99 float4 RS_KERNEL horz(uint32_t x, uint32_t y) {
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dthreshold.rs99 float4 RS_KERNEL horz(uint32_t x, uint32_t y) {
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dthreshold.rs99 float4 RS_KERNEL horz(uint32_t x, uint32_t y) {
Dthreshold_half.rs99 half4 RS_KERNEL horz(uint32_t x, uint32_t y) {