Searched defs:normalize (Results 1 - 3 of 3) 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/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java201 info.name = normalize(info.name);
383 private static String normalize(String s) { method in class:CallerInfo
/frameworks/base/core/java/android/text/format/
H A DTime.java186 * current value of this calendar is March 32, normalize() will convert it
200 native public long normalize(boolean ignoreDst); method in class:Time
205 * normalize() in some cases
398 * fields, call {@link #normalize(boolean)} after parsing.
407 * long millis = time.normalize(false);
485 * to normalize the fields in this Time object and also get the milliseconds
486 * then use {@link #normalize(boolean)}.
510 * time.normalize(); // this sets isDst = 1
567 * Call {@link #normalize(boolean)} if you need those.
586 * Call {@link #normalize(boolea
[all...]

Completed in 80 milliseconds