Home
last modified time | relevance | path

Searched refs:mirror (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DInterpolator.java105 public void setRepeatMirror(float repeatCount, boolean mirror) { in setRepeatMirror() argument
107 nativeSetRepeatMirror(native_instance, repeatCount, mirror); in setRepeatMirror()
160 …e static native void nativeSetRepeatMirror(int native_instance, float repeatCount, boolean mirror); in nativeSetRepeatMirror() argument
/frameworks/base/docs/html/guide/faq/
Dlicensingandoss.jd6 <li><a href="#mirror">Where can I find the open source components of Android?</a></li>
11 <a name="mirror" id="mirror"></a><h2>Where can I find the open source components of Android?</h2>
/frameworks/base/core/jni/android/graphics/
DInterpolator.cpp49 …epeatMirror(JNIEnv* env, jobject clazz, SkInterpolator* interp, float repeatCount, jboolean mirror) in Interpolator_setRepeatMirror() argument
55 interp->setMirror(mirror != 0); in Interpolator_setRepeatMirror()
/frameworks/base/core/java/android/text/
DAndroidCharacter.java82 public native static boolean mirror(char[] text, int start, int count); in mirror() method in AndroidCharacter
DTextUtils.java538 AndroidCharacter.mirror(dest, 0, end - start); in getChars()
/frameworks/base/core/jni/
Dandroid_text_AndroidCharacter.cpp147 static jboolean mirror(JNIEnv* env, jobject obj, jcharArray charArray, int start, int count) in mirror() function
188 (void*) mirror },
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.h120 int getOrientation(int orientation, bool mirror);
DCameraClient.cpp945 int CameraClient::getOrientation(int degrees, bool mirror) { in getOrientation() argument
946 if (!mirror) { in getOrientation()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.h300 static int degToTransform(int degrees, bool mirror);
DParameters.cpp2433 int Parameters::degToTransform(int degrees, bool mirror) { in degToTransform() argument
2434 if (!mirror) { in degToTransform()
/frameworks/base/docs/html/training/backward-compatible-ui/
Dnew-implementation.jd44 …mplementation. Since the abstract classes defined in the previous lesson mirror the new APIs (clas…
Dabstracting.jd47 …of the newer classes. In defining the abstraction interfaces, you should mirror the newer API as m…
/frameworks/base/docs/html/training/managing-audio/
Daudio-focus.jd123 the possible focus loss events mirror the focus request types from the previous
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd178 android:tileMode=["disabled" | "clamp" | "repeat" | "mirror"] /&gt;
267 <tr><td><code>mirror</code></td>
268 <td>Repeats the shader's image horizontally and vertically, alternating mirror images so that
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h1075 XAuint32 mirror
/frameworks/base/docs/html/about/versions/
Dandroid-4.4.jd516 …bles-ldrtl/</code> resource directory. Now, the system can automatically mirror images for you by …
Djelly-bean.jd883 <p class="image-caption" style="padding-top:1em">Developers can now <strong>mirror their layouts</s…
/frameworks/base/api/
Dcurrent.txt24191 method public static boolean mirror(char[], int, int);