Home
last modified time | relevance | path

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

/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/rs/java/tests/ImageProcessing_jb/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/
DBaseStatusBar.java997 final double horz = Math.max(guts.getWidth() - x, x); in getNotificationLongClicker() local
999 final float r = (float) Math.hypot(horz, vert); in getNotificationLongClicker()