Home
last modified time | relevance | path

Searched refs:movie (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/core/jni/android/graphics/
DMovie.cpp30 static SkMovie* J2Movie(JNIEnv* env, jobject movie) { in J2Movie() argument
32 SkASSERT(movie); in J2Movie()
33 SkASSERT(env->IsInstanceOf(movie, gMovie_class)); in J2Movie()
34 SkMovie* m = (SkMovie*)env->GetLongField(movie, gMovie_nativeInstanceID); in J2Movie()
41 static jint movie_width(JNIEnv* env, jobject movie) { in movie_width() argument
42 NPE_CHECK_RETURN_ZERO(env, movie); in movie_width()
43 return static_cast<jint>(J2Movie(env, movie)->width()); in movie_width()
46 static jint movie_height(JNIEnv* env, jobject movie) { in movie_height() argument
47 NPE_CHECK_RETURN_ZERO(env, movie); in movie_height()
48 return static_cast<jint>(J2Movie(env, movie)->height()); in movie_height()
[all …]
/frameworks/base/docs/html/training/tv/discovery/
Drecommendations.jd83 movie, has been played, <a href="{@docRoot}guide/topics/ui/notifiers/notifications.html#Removing">
150 for (Movie movie : entry.getValue()) {
151 Log.d(TAG, "Recommendation - " + movie.getTitle());
153 builder.setBackground(movie.getCardImageUrl())
156 .setTitle(movie.getTitle())
158 .setImage(movie.getCardImageUrl())
159 .setIntent(buildPendingIntent(movie))
175 private PendingIntent buildPendingIntent(Movie movie) {
177 detailsIntent.putExtra("Movie", movie);
184 detailsIntent.setAction(Long.toString(movie.getId()));
/frameworks/base/docs/html/distribute/monetize/
Decommerce.jd3 … 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/
DBootAnimation.h93 bool movie();
DBootAnimation.cpp308 r = movie(); in threadLoop()
639 bool BootAnimation::movie() in movie() function in android::BootAnimation
/frameworks/base/docs/html/design/tv/
Dprinciples.jd14 activities that put content at the center: from the casual posture of movie-watching, to
Dindex.jd39 connections between content. A favorite movie may lead to the discovery of a new music artist;
/frameworks/base/docs/html/training/scheduling/
Dindex.jd37 <li>Apps such as games or movie apps may need to keep the screen turned on.</p>
Dwakelock.jd40 <p>Certain apps need to keep the screen turned on, such as games or movie apps. The best
/frameworks/base/docs/html/training/swipe/
Dindex.jd71 <em>To replay the movie, click on the device screen</em>
/frameworks/base/docs/html/training/tv/playback/
Dcard.jd109 mDefaultCardImage = mContext.getResources().getDrawable(R.drawable.movie);
/frameworks/base/docs/html/about/versions/
Dandroid-2.0-highlights.jd34 <param name="movie" value="http://www.youtube.com/v/opZ69P-0Jbc&hl=en&fs=1&"></param>
Dandroid-1.6-highlights.jd29 <param name="movie" value="http://www.youtube.com/v/MBRFkLKRwFw&hl=en&fs=1&"></param>
Dandroid-2.2-highlights.jd45 <param name="movie" value="http://www.youtube.com/v/yAZYSVr2Bhc&hl=en&fs=1&"></param>
Dlollipop.jd68 <em>To replay the movie, click on the device screen</em>
/frameworks/base/core/java/android/content/res/
DResources.java867 final Movie movie = Movie.decodeStream(is); in getMovie() local
873 return movie; in getMovie()
/frameworks/support/recommendation/api/
Dcurrent.txt52 field public static final java.lang.String CONTENT_TYPE_MOVIE = "android.contentType.movie";
D23.0.0.txt52 field public static final java.lang.String CONTENT_TYPE_MOVIE = "android.contentType.movie";
D23.1.1.txt52 field public static final java.lang.String CONTENT_TYPE_MOVIE = "android.contentType.movie";
D23.1.0.txt52 field public static final java.lang.String CONTENT_TYPE_MOVIE = "android.contentType.movie";
/frameworks/base/docs/html/training/wearables/data-layer/
Dindex.jd66 class to transfer large data items, such as music and movie files, from a handheld to a wearable
/frameworks/base/docs/html/design/material/
Dindex.jd129 <em>To replay the movie, click on the device screen</em>
/frameworks/base/docs/html/design/patterns/
Dactionbar.jd238 <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/
Danimations.jd144 <em>To replay the movie, click on the device screen</em>
/frameworks/base/docs/html/distribute/tools/
Dlaunch-checklist.jd465 in your app, such as clothing, food delivery or movie tickets

12