Home
last modified time | relevance | path

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

/frameworks/native/cmds/evemu-record/
Devdev.rs48 ABS = 0x03, enumerator
65 EventType::ABS => ABS_CNT, in code_count()
81 EventType::ABS,
Dmain.rs154 for axis in device.supported_axes_of_type(evdev::EventType::ABS)? { in print_device_description()
/frameworks/base/libs/androidfw/
DPng.cpp232 #ifdef ABS
233 #undef ABS
237 #define ABS(a) ((a) < 0 ? -(a) : (a)) macro
273 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation); in analyze_image()
274 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation); in analyze_image()
275 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation); in analyze_image()
/frameworks/base/tools/aapt/
DImages.cpp874 #define ABS(a) ((a)<0?-(a):(a)) macro
941 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation); in analyze_image()
942 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation); in analyze_image()
943 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation); in analyze_image()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/
DAnimatedFloatExpression.java33 public static final float ABS = asNan(OFFSET + 10); field in AnimatedFloatExpression