/frameworks/base/core/jni/android/graphics/ |
D | Movie.cpp | 31 static SkMovie* J2Movie(JNIEnv* env, jobject movie) { in J2Movie() argument 33 SkASSERT(movie); in J2Movie() 34 SkASSERT(env->IsInstanceOf(movie, gMovie_class)); in J2Movie() 35 SkMovie* m = (SkMovie*)env->GetLongField(movie, gMovie_nativeInstanceID); in J2Movie() 42 static jint movie_width(JNIEnv* env, jobject movie) { in movie_width() argument 43 NPE_CHECK_RETURN_ZERO(env, movie); in movie_width() 44 return static_cast<jint>(J2Movie(env, movie)->width()); in movie_width() 47 static jint movie_height(JNIEnv* env, jobject movie) { in movie_height() argument 48 NPE_CHECK_RETURN_ZERO(env, movie); in movie_height() 49 return static_cast<jint>(J2Movie(env, movie)->height()); in movie_height() [all …]
|
/frameworks/base/docs/html/training/tv/discovery/ |
D | recommendations.jd | 80 movie, has been played, <a href="{@docRoot}guide/topics/ui/notifiers/notifications.html#Removing"> 128 for (Movie movie : entry.getValue()) { 129 Log.d(TAG, "Recommendation - " + movie.getTitle()); 131 builder.setBackground(movie.getCardImageUrl()) 134 .setTitle(movie.getTitle()) 136 .setImage(movie.getCardImageUrl()) 137 .setIntent(buildPendingIntent(movie)) 153 private PendingIntent buildPendingIntent(Movie movie) { 155 detailsIntent.putExtra("Movie", movie); 162 detailsIntent.setAction(Long.toString(movie.getId()));
|
/frameworks/base/docs/html/distribute/monetize/ |
D | ecommerce.jd | 3 … and secure purchases of physical goods and services, such as clothing or movie tickets, using the… 15 physical goods and services, such as clothing or movie tickets, through your
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.h | 88 bool movie();
|
D | BootAnimation.cpp | 316 r = movie(); in threadLoop() 453 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 | 39 connections between content. A favorite movie may lead to the discovery of a new music artist;
|
/frameworks/base/docs/html/training/swipe/ |
D | index.jd | 71 <em>To replay the movie, click on the device screen</em>
|
/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 | 68 <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/support/recommendation/api/ |
D | 23.txt | 52 field public static final java.lang.String CONTENT_TYPE_MOVIE = "android.contentType.movie";
|
D | current.txt | 52 field public static final java.lang.String CONTENT_TYPE_MOVIE = "android.contentType.movie";
|
/frameworks/base/docs/html/design/material/ |
D | index.jd | 129 <em>To replay the movie, click on the device screen</em>
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | index.jd | 66 class to transfer large data items, such as music and movie files, from a handheld to a wearable
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 908 Movie movie = Movie.decodeStream(is); in getMovie() local 915 return movie; in getMovie()
|
/frameworks/base/docs/html/design/patterns/ |
D | actionbar.jd | 238 <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 | 144 <em>To replay the movie, click on the device screen</em>
|
/frameworks/base/docs/html/tools/help/ |
D | shell.jd | 820 You can increase the bit rate to improve video quality, but doing so results in larger movie
|
/frameworks/base/docs/html/distribute/tools/ |
D | launch-checklist.jd | 465 in your app, such as clothing, food delivery or movie tickets
|
/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
|