Searched defs:normalize (Results 1 - 22 of 22) sorted by path

/frameworks/base/core/java/android/gesture/
H A DInstance.java50 private void normalize() { method in class:Instance
78 instance.normalize();
/frameworks/base/core/java/android/net/
H A DNetworkTemplate.java475 * Examine the given template and normalize if it refers to a "merged"
484 public static NetworkTemplate normalize(NetworkTemplate template, String[] merged) { method in class:NetworkTemplate
/frameworks/base/core/java/android/text/format/
H A DTime.java213 * current value of this calendar is March 32, normalize() will convert it
229 public long normalize(boolean ignoreDst) { method in class:Time
239 * normalize() in some cases.
392 * fields, call {@link #normalize(boolean)} after parsing.
401 * long millis = time.normalize(false);
665 normalize(false);
700 * to normalize the fields in this Time object and also get the milliseconds
701 * then use {@link #normalize(boolean)}.
725 * time.normalize(false); // this sets isDst = 1
801 * Call {@link #normalize(boolea
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java10784 protected void normalize(PointF scrollVector) { method in class:RecyclerView.SmoothScroller
/frameworks/base/libs/hwui/
H A DVector.h89 void normalize() { function in struct:android::uirenderer::Vector2
97 v.normalize();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java157 boolean normalize) {
164 normalize)) {
299 boolean normalize);
151 setAttributeValues(String attributeName, VertexFrame vertexData, int type, int componentCount, int strideInBytes, int offsetInBytes, boolean normalize) argument
293 setShaderAttributeVertexFrame(String attributeName, VertexFrame vertexData, int type, int componentCount, int strideInBytes, int offsetInBytes, boolean normalize) argument
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DPoint.java84 public Point normalize() { method in class:Point
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.cpp296 jboolean normalize) {
314 ToCppBool(normalize));
287 Java_android_filterfw_core_ShaderProgram_setShaderAttributeVertexFrame( JNIEnv* env, jobject thiz, jstring attr_name, jobject vertex_frame, jint type, jint component_count, jint stride, jint offset, jboolean normalize) argument
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp950 bool normalize) {
959 attrib.normalized = normalize;
976 bool normalize) {
985 attrib.normalized = normalize;
944 SetAttributeValues(ProgramVar var, const VertexFrame* vbo, GLenum type, int components, int stride, int offset, bool normalize) argument
970 SetAttributeValues(ProgramVar var, const uint8_t* data, GLenum type, int components, int stride, int offset, bool normalize) argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
H A DPageRangeUtils.java84 ourRanges = normalize(ourRanges);
85 otherRanges = normalize(otherRanges);
114 * @param pageRanges The page ranges to normalize.
117 public static PageRange[] normalize(PageRange[] pageRanges) { method in class:PageRangeUtils
317 return PageRangeUtils.normalize(ranges.toArray(new PageRange[ranges.size()]));
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java583 public static String normalize(String str) { method in class:ApplicationsState
584 String tmp = Normalizer.normalize(str, Form.NFD);
1246 normalizedLabel = normalize(label);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java289 info.name = normalize(info.name);
473 private static String normalize(String s) { method in class:CallerInfo
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java96 public void set(boolean normalize, int stride, int components, int type, float[] values) { argument
98 mShouldNormalize = normalize;
110 public void set(boolean normalize, int offset, int stride, int components, int type, argument
113 mShouldNormalize = normalize;
406 int stride, int offset, boolean normalize) {
408 attr.set(normalize, offset, stride, components, type, vbo);
405 setAttributeValues(String attributeName, int vbo, int type, int components, int stride, int offset, boolean normalize) argument
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp67 if (!normalize(pModule, pBuilder))
76 /// normalize - to convert the command line language to the input tree.
77 bool Linker::normalize(Module& pModule, IRBuilder& pBuilder) { function in class:mcld::Linker
100 // 4.b - normalize the input tree
104 m_pObjLinker->normalize();
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp146 void ObjectLinker::normalize() { function in class:mcld::ObjectLinker
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/native/libs/math/include/math/
H A DTQuatHelpers.h190 constexpr QUATERNION<T> PURE normalize(const QUATERNION<T>& q) { function in class:android::details::TQuatFunctions
241 return std::pow(nq, a) * QUATERNION<T>(normalize(q.xyz) * std::sin(theta), std::cos(theta));
256 return normalize(s0 * p + ((d < 0) ? (-s1) : (s1)) * q);
266 return normalize(lerp(p, q, t));
/frameworks/native/services/sensorservice/
H A Dvec.h224 V<TYPE, SIZE> PURE normalize(const V<TYPE, SIZE>& v) { function in namespace:android
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/rs/driver/runtime/
H A Drs_cl.c1139 extern float __attribute__((overloadable)) normalize(float v) { function
1148 extern float2 __attribute__((overloadable)) normalize(float2 v) { function
1152 extern float3 __attribute__((overloadable)) normalize(float3 v) { function
1156 extern float4 __attribute__((overloadable)) normalize(float4 v) { function
2111 HN_FUNC_HN(normalize); variable
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DVectorUtil.java52 public static void normalize(double[] a) { method in class:VectorUtil
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java11309 protected void normalize(PointF scrollVector) { method in class:RecyclerView.SmoothScroller

Completed in 711 milliseconds