Searched defs:normalize (Results 1 - 17 of 17) 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.h86 void normalize() { function in struct:android::uirenderer::Vector2
94 v.normalize();
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DPoint.java84 public Point normalize() { method in class:Point
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
H A DPageRangeUtils.java82 ourRanges = normalize(ourRanges);
83 otherRanges = normalize(otherRanges);
112 * @param pageRanges The page ranges to normalize.
115 public static PageRange[] normalize(PageRange[] pageRanges) { method in class:PageRangeUtils
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp68 if (!normalize(pModule, pBuilder))
77 /// normalize - to convert the command line language to the input tree.
78 bool Linker::normalize(Module& pModule, IRBuilder& pBuilder) function in class:Linker
102 // 4.b - normalize the input tree
106 m_pObjLinker->normalize();
/frameworks/base/core/java/android/net/
H A DNetworkTemplate.java414 * Examine the given template and normalize if it refers to a "merged"
423 public static NetworkTemplate normalize(NetworkTemplate template, String[] merged) { method in class:NetworkTemplate
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java270 info.name = normalize(info.name);
447 private static String normalize(String s) { method in class:CallerInfo
/frameworks/native/include/ui/
H A DTVecHelpers.h370 BASE<T> PURE normalize(const BASE<T>& lv) { function in class:android::TVecFunctions
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.cpp303 jboolean normalize) {
321 ToCppBool(normalize));
294 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/native/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.java212 * current value of this calendar is March 32, normalize() will convert it
226 public long normalize(boolean ignoreDst) { method in class:Time
236 * normalize() in some cases.
384 * fields, call {@link #normalize(boolean)} after parsing.
393 * long millis = time.normalize(false);
657 normalize(false);
692 * to normalize the fields in this Time object and also get the milliseconds
693 * then use {@link #normalize(boolean)}.
717 * time.normalize(false); // this sets isDst = 1
785 * Call {@link #normalize(boolea
[all...]
/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/compile/mclinker/lib/Object/
H A DObjectLinker.cpp147 void ObjectLinker::normalize() function in class:ObjectLinker
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp957 bool normalize) {
966 attrib.normalized = normalize;
983 bool normalize) {
992 attrib.normalized = normalize;
951 SetAttributeValues(ProgramVar var, const VertexFrame* vbo, GLenum type, int components, int stride, int offset, bool normalize) argument
977 SetAttributeValues(ProgramVar var, const uint8_t* data, GLenum type, int components, int stride, int offset, bool normalize) argument
/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/rs/driver/runtime/
H A Drs_cl.c982 extern float __attribute__((overloadable)) normalize(float v) { function
991 extern float2 __attribute__((overloadable)) normalize(float2 v) { function
995 extern float3 __attribute__((overloadable)) normalize(float3 v) { function
999 extern float4 __attribute__((overloadable)) normalize(float4 v) { function
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java7703 protected void normalize(PointF scrollVector) { method in class:RecyclerView.SmoothScroller

Completed in 1183 milliseconds