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

/frameworks/base/core/java/android/gesture/
H A DInstance.java50 private void normalize() { method in class:Instance
78 instance.normalize();
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DVectorUtil.java52 public static void normalize(double[] a) { method in class:VectorUtil
/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/geometry/
H A DPoint.java84 public Point normalize() { method in class:Point
/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/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/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/native/include/ui/
H A DTVecHelpers.h370 BASE<T> PURE normalize(const BASE<T>& lv) { function in class:android::TVecFunctions
/frameworks/base/core/java/android/net/
H A DNetworkTemplate.java443 * Examine the given template and normalize if it refers to a "merged"
452 public static NetworkTemplate normalize(NetworkTemplate template, String[] merged) { method in class:NetworkTemplate
/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.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/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.cpp146 void ObjectLinker::normalize() { function in class:mcld::ObjectLinker
/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/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/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java522 public static String normalize(String str) { method in class:ApplicationsState
523 String tmp = Normalizer.normalize(str, Form.NFD);
1142 normalizedLabel = normalize(label);
/frameworks/rs/driver/runtime/
H A Drs_cl.c1136 extern float __attribute__((overloadable)) normalize(float v) { function
1145 extern float2 __attribute__((overloadable)) normalize(float2 v) { function
1149 extern float3 __attribute__((overloadable)) normalize(float3 v) { function
1153 extern float4 __attribute__((overloadable)) normalize(float4 v) { function
2108 HN_FUNC_HN(normalize); variable
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java10134 protected void normalize(PointF scrollVector) { method in class:RecyclerView.SmoothScroller
/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/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. ...

Completed in 551 milliseconds