Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGuts.java247 final double horz = Math.max(getWidth() - x, x); in animateClose() local
249 final float r = (float) Math.hypot(horz, vert); in animateClose()
/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) {
/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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java6026 final double horz = Math.max(guts.getWidth() - x, x); in getNotificationLongClicker()
6028 final float r = (float) Math.hypot(horz, vert); in getNotificationLongClicker()