Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dthreshold.rs99 float4 RS_KERNEL horz(uint32_t x, uint32_t y) {
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dthreshold.rs99 float4 RS_KERNEL horz(uint32_t x, uint32_t y) {
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dthreshold.rs99 float4 RS_KERNEL horz(uint32_t x, uint32_t y) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGuts.java405 final double horz = Math.max(getWidth() - x, x); in closeControls() local
407 final float r = (float) Math.hypot(horz, vert); in closeControls()
DBaseStatusBar.java1196 final double horz = Math.max(guts.getWidth() - x, x); in getNotificationLongClicker()
1198 final float r = (float) Math.hypot(horz, vert); in getNotificationLongClicker()