/frameworks/base/graphics/java/android/graphics/ |
D | Interpolator.java | 105 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/ |
D | licensingandoss.jd | 6 <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/ |
D | Interpolator.cpp | 49 …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/ |
D | AndroidCharacter.java | 82 public native static boolean mirror(char[] text, int start, int count); in mirror() method in AndroidCharacter
|
D | TextUtils.java | 538 AndroidCharacter.mirror(dest, 0, end - start); in getChars()
|
/frameworks/base/core/jni/ |
D | android_text_AndroidCharacter.cpp | 147 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/ |
D | CameraClient.h | 120 int getOrientation(int orientation, bool mirror);
|
D | CameraClient.cpp | 945 int CameraClient::getOrientation(int degrees, bool mirror) { in getOrientation() argument 946 if (!mirror) { in getOrientation()
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | Parameters.h | 300 static int degToTransform(int degrees, bool mirror);
|
D | Parameters.cpp | 2433 int Parameters::degToTransform(int degrees, bool mirror) { in degToTransform() argument 2434 if (!mirror) { in degToTransform()
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
D | new-implementation.jd | 44 …mplementation. Since the abstract classes defined in the previous lesson mirror the new APIs (clas…
|
D | abstracting.jd | 47 …of the newer classes. In defining the abstraction interfaces, you should mirror the newer API as m…
|
/frameworks/base/docs/html/training/managing-audio/ |
D | audio-focus.jd | 123 the possible focus loss events mirror the focus request types from the previous
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | drawable-resource.jd | 178 android:tileMode=["disabled" | "clamp" | "repeat" | "mirror"] /> 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/ |
D | OpenMAXAL.h | 1075 XAuint32 mirror
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.4.jd | 516 …bles-ldrtl/</code> resource directory. Now, the system can automatically mirror images for you by …
|
D | jelly-bean.jd | 883 <p class="image-caption" style="padding-top:1em">Developers can now <strong>mirror their layouts</s…
|
/frameworks/base/api/ |
D | current.txt | 24191 method public static boolean mirror(char[], int, int);
|