Searched defs:normalize (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/gesture/
H A DInstance.java50 private void normalize() { method in class:Instance
78 instance.normalize();
/frameworks/base/libs/hwui/
H A DVector.h89 void normalize() { function in struct:android::uirenderer::Vector2
97 v.normalize();
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java217 info.name = normalize(info.name);
401 private static String normalize(String s) { method in class:CallerInfo
/frameworks/compile/libbcc/lib/ScriptCRT/
H A Drs_cl.c877 extern float __attribute__((overloadable)) normalize(float v) { function
880 extern float2 __attribute__((overloadable)) normalize(float2 v) { function
883 extern float3 __attribute__((overloadable)) normalize(float3 v) { function
886 extern float4 __attribute__((overloadable)) normalize(float4 v) { function
/frameworks/base/services/sensorservice/
H A Dvec.h224 V<TYPE, SIZE> PURE normalize(const V<TYPE, SIZE>& v) { function in namespace:android
/frameworks/base/core/java/android/text/format/
H A DTime.java192 * current value of this calendar is March 32, normalize() will convert it
206 native public long normalize(boolean ignoreDst); method in class:Time
211 * normalize() in some cases
423 * fields, call {@link #normalize(boolean)} after parsing.
432 * long millis = time.normalize(false);
510 * to normalize the fields in this Time object and also get the milliseconds
511 * then use {@link #normalize(boolean)}.
535 * time.normalize(); // this sets isDst = 1
592 * Call {@link #normalize(boolean)} if you need those.
611 * Call {@link #normalize(boolea
[all...]
/frameworks/base/icu4j/java/android/icu/text/
H A DArabicShaping.java1591 private int normalize(char[] dest, int start, int length) { method in class:ArabicShaping
1654 int lamalef_count = normalize(dest, start, length);

Completed in 192 milliseconds