Searched refs:normalize (Results 1 - 16 of 16) 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();
H A DOpenGLRenderer.cpp1815 abVector.normalize();
/frameworks/base/core/tests/coretests/src/android/text/format/
H A DTimeTest.java33 t.normalize(false /* use isDst */);
99 // Use normalize(true) with these tests to change the date by 1 day.
131 // Use normalize(false) with these tests.
186 // call normalize() to make sure that isDst is set
187 local.normalize(false /* use isDst */);
189 local.normalize(true /* ignore isDst */);
198 "day test index " + index + ", normalize(): expected local " + expectedTime
203 // call normalize() to make sure that isDst is set
204 local.normalize(false /* use isDst */);
226 // call normalize() t
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkPolicyManager.java149 lastMonth.normalize(true);
175 nextMonth.normalize(true);
199 time.normalize(true);
/frameworks/base/services/sensorservice/
H A Dquat.h88 return normalize(r);
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...]
H A DDateUtils.java1236 endDate.normalize(true /* ignore isDst */);
/frameworks/base/libs/rs/scriptc/
H A Drs_cl.rsh844 _RS_RUNTIME float __attribute__((overloadable)) normalize(float v);
845 _RS_RUNTIME float2 __attribute__((overloadable)) normalize(float2 v);
846 _RS_RUNTIME float3 __attribute__((overloadable)) normalize(float3 v);
847 _RS_RUNTIME float4 __attribute__((overloadable)) normalize(float4 v);
/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/base/core/java/android/widget/
H A DDateTimeView.java130 nowMillis = t.normalize(false);
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs472 float3 f = normalize(center - eye);
473 float3 s = normalize(cross(f, up));
1462 rsDebug("Camera.dir:", normalize(cam->at - cam->from));
1471 float3 dir = normalize(cam->at - cam->from);
1472 float3 du = tanfov2 * normalize(cross(dir, cam->up));
1473 float3 dv = tanfov2 * normalize(cross(du, dir));
1477 const float3 rayDir = normalize(lowerLeftRay + u*du + v*dv);
1514 const float3 rayDir = normalize(atPoint - rayPoint);
/frameworks/opt/calendar/tests/src/com/android/calendarcommon/
H A DRecurrenceProcessorTest.java2509 date.normalize(true);
2512 date.normalize(true);
2518 Log.i(TAG, "testPerformanceNormalize() normalize() elapsed millis: " + elapsed);
/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/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 304 milliseconds