/frameworks/base/core/jni/android/graphics/ |
D | Movie.cpp | 34 static SkMovie* J2Movie(JNIEnv* env, jobject movie) { in J2Movie() argument 36 SkASSERT(movie); in J2Movie() 37 SkASSERT(env->IsInstanceOf(movie, gMovie_class)); in J2Movie() 38 SkMovie* m = (SkMovie*)env->GetLongField(movie, gMovie_nativeInstanceID); in J2Movie() 45 static jint movie_width(JNIEnv* env, jobject movie) { in movie_width() argument 46 NPE_CHECK_RETURN_ZERO(env, movie); in movie_width() 47 return static_cast<jint>(J2Movie(env, movie)->width()); in movie_width() 50 static jint movie_height(JNIEnv* env, jobject movie) { in movie_height() argument 51 NPE_CHECK_RETURN_ZERO(env, movie); in movie_height() 52 return static_cast<jint>(J2Movie(env, movie)->height()); in movie_height() [all …]
|
/frameworks/base/docs/html/training/tv/discovery/ |
D | recommendations.jd | 87 for (Movie movie : entry.getValue()) { 88 Log.d(TAG, "Recommendation - " + movie.getTitle()); 90 builder.setBackground(movie.getCardImageUrl()) 93 .setTitle(movie.getTitle()) 95 .setImage(movie.getCardImageUrl()) 96 .setIntent(buildPendingIntent(movie)) 112 private PendingIntent buildPendingIntent(Movie movie) { 114 detailsIntent.putExtra("Movie", movie); 121 detailsIntent.setAction(Long.toString(movie.getId())); 151 movie, has been played, <a href="{@docRoot}guide/topics/ui/notifiers/notifications.html#Removing">
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.h | 88 bool movie();
|
D | BootAnimation.cpp | 315 r = movie(); in threadLoop() 452 bool BootAnimation::movie() in movie() function in android::BootAnimation
|
/frameworks/base/docs/html/training/scheduling/ |
D | index.jd | 37 <li>Apps such as games or movie apps may need to keep the screen turned on.</p>
|
D | wakelock.jd | 40 <p>Certain apps need to keep the screen turned on, such as games or movie apps. The best
|
/frameworks/base/docs/html/design/tv/ |
D | principles.jd | 14 activities that put content at the center: from the casual posture of movie-watching, to
|
D | index.jd | 33 connections between content. A favorite movie may lead to the discovery of a new music artist;
|
/frameworks/base/docs/html/distribute/monetize/ |
D | ecommerce.jd | 16 physical goods and services, such as clothing or movie tickets, through your
|
/frameworks/base/docs/html/google/gcm/ |
D | index.jd | 32 server (for instance, a movie uploaded by a friend), or it could be a message containing
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.0-highlights.jd | 34 <param name="movie" value="http://www.youtube.com/v/opZ69P-0Jbc&hl=en&fs=1&"></param>
|
D | android-1.6-highlights.jd | 29 <param name="movie" value="http://www.youtube.com/v/MBRFkLKRwFw&hl=en&fs=1&"></param>
|
D | android-2.2-highlights.jd | 45 <param name="movie" value="http://www.youtube.com/v/yAZYSVr2Bhc&hl=en&fs=1&"></param>
|
D | lollipop.jd | 82 <em>To replay the movie, click on the device screen</em>
|
/frameworks/base/docs/html/training/tv/playback/ |
D | card.jd | 108 mDefaultCardImage = mContext.getResources().getDrawable(R.drawable.movie);
|
/frameworks/base/docs/html/design/material/ |
D | index.jd | 129 <em>To replay the movie, click on the device screen</em>
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 889 Movie movie = Movie.decodeStream(is); in getMovie() local 896 return movie; in getMovie()
|
/frameworks/base/docs/html/design/patterns/ |
D | actionbar.jd | 231 <p>Whenever your app permits sharing of data, such as images or movie clips, use a <em>share action
|
/frameworks/base/docs/html/training/material/ |
D | animations.jd | 143 <em>To replay the movie, click on the device screen</em>
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | activity_task_design.jd | 255 the camcorder, viewing the list of movies, and viewing a movie
|
/frameworks/base/docs/html/tools/help/ |
D | adb.jd | 1221 You can increase the bit rate to improve video quality or lower it for smaller movie
|