HomeSort by relevance Sort by last modified time
    Searched defs:Movie (Results 1 - 25 of 46) sorted by null

1 2

  /cts/tests/leanbackjank/app/src/android/leanbackjank/app/data/
VideoProvider.java 19 import android.leanbackjank.app.model.Movie;
26 * Provides synthesized movie data.
29 private static HashMap<String, List<Movie>> sMovieList;
30 private static HashMap<String, Movie> sMovieListById;
32 public static Movie getMovieById(String mediaId) {
36 public static HashMap<String, List<Movie>> getMovieList() {
40 public static HashMap<String, List<Movie>> buildMedia(int nCategories) {
51 List<Movie> categoryList = new ArrayList<Movie>();
53 String description = "This is description of a movie."
56 Movie movie = buildMovieInfo(category_name, title, description, studio); local
57 sMovieListById.put(movie.getId(), movie); local
69 Movie movie = new Movie(); local
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
Movie.java 24 public class Movie {
37 // perhaps the movie needs to get longer!
48 String s = "Movie{ ";
  /frameworks/base/core/jni/android/graphics/
Movie.h 18 class Movie : public SkRefCnt {
20 /** Try to create a movie from the stream. If the stream format is not
23 static Movie* DecodeStream(SkStreamRewindable*);
24 /** Try to create a movie from the specified file path. If the file is not
25 found, or the format is not supported, return NULL. If a movie is
26 returned, the stream may be retained by the movie (via ref()) until
27 the movie is finished with it (by calling unref()).
29 static Movie* DecodeFile(const char path[]);
30 /** Try to create a movie from the specified memory.
31 If the format is not supported, return NULL. If a movie is returned
    [all...]
MovieImpl.cpp 7 #include "Movie.h"
15 Movie::Movie()
22 void Movie::ensureInfo()
28 SkMSec Movie::duration()
34 int Movie::width()
40 int Movie::height()
46 int Movie::isOpaque()
52 bool Movie::setTime(SkMSec time)
68 const SkBitmap& Movie::bitmap(
    [all...]
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/models/
Movie.java 21 public class Movie implements Serializable {
  /external/pdfium/core/fpdfdoc/
cpdf_action.h 27 Movie,
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
VideoProvider.java 52 private static HashMap<String, List<Movie>> mMovieList;
94 public static HashMap<String, List<Movie>> getMovieList() {
98 public static HashMap<String, List<Movie>> buildMedia(Context ctx, String url)
103 mMovieList = new HashMap<String, List<Movie>>();
121 List<Movie> categoryList = new ArrayList<Movie>();
148 private static Movie buildMovieInfo(String category, String title,
151 Movie movie = new Movie(); local
    [all...]
Movie.java 24 * Movie class represents video entity with title, description, image thumbs and video url.
27 public class Movie implements Serializable {
39 public Movie() {
116 Log.d("BACK MOVIE: ", bgImageUrl);
134 return "Movie{" +
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/
VideoProvider.java 23 import com.example.android.tvleanback.model.Movie;
55 private static HashMap<String, List<Movie>> sMovieList;
64 public static HashMap<String, List<Movie>> getMovieList() {
68 public static HashMap<String, List<Movie>> buildMedia(Context ctx, String url)
73 sMovieList = new HashMap<String, List<Movie>>();
91 List<Movie> categoryList = new ArrayList<Movie>();
118 private static Movie buildMovieInfo(String category,
125 Movie movie = new Movie() local
    [all...]
  /cts/tests/leanbackjank/app/src/android/leanbackjank/app/model/
Movie.java 23 * Movie class represents video entity with title, description, image thumbs and video url.
25 public class Movie implements Parcelable {
34 public Movie() {
37 public Movie(Parcel in){
113 sb.append("Movie{");
121 public Movie createFromParcel(Parcel in) {
122 return new Movie(in);
125 public Movie[] newArray(int size) {
126 return new Movie[size];
  /frameworks/base/graphics/java/android/graphics/
Movie.java 23 public class Movie {
26 private Movie(long nativeMovie) {
28 throw new RuntimeException("native movie creation failed");
51 public static Movie decodeStream(InputStream is) {
63 private static native Movie nativeDecodeAsset(long asset);
64 private static native Movie nativeDecodeStream(InputStream is);
65 public static native Movie decodeByteArray(byte[] data, int offset,
70 public static Movie decodeFile(String pathName) {
91 private static Movie decodeTempStream(InputStream is) {
92 Movie moov = null
    [all...]
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/model/
Movie.java 27 * Movie class represents video entity with title, description, image thumbs and video url.
29 public class Movie implements Parcelable {
30 private static final String TAG = "Movie";
42 public Movie() {
46 public Movie(Parcel in){
159 sb.append("Movie{");
171 public Movie createFromParcel(Parcel in) {
172 return new Movie(in);
175 public Movie[] newArray(int size) {
176 return new Movie[size]
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal_test.go 69 type Movie struct {
70 XMLName struct{} `xml:"movie"`
644 {Value: &Movie{Length: 13440}, ExpectXML: `<movie>13440</movie>`},
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal_test.go 69 type Movie struct {
70 XMLName struct{} `xml:"movie"`
644 {Value: &Movie{Length: 13440}, ExpectXML: `<movie>13440</movie>`},
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 1012 milliseconds

1 2