Searched defs:art (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/
H A DStagefrightMediaScanner.cpp164 MediaAlbumArt *art = static_cast<MediaAlbumArt *>(mem->pointer()); local
165 return art->clone();
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerController.java94 public void setArt(Bitmap art) { argument
95 mArt = art;
98 mBinder.setIcon(art);
/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp289 std::string art = GetSecondaryDexArtifact(path, "art"); local
292 ASSERT_EQ(-1, access(art.c_str(), R_OK)); // empty profiles do not generate an image.
322 std::string art = GetSecondaryDexArtifact(path, "art"); local
325 ASSERT_EQ(-1, access(art.c_str(), R_OK)); // empty profiles do not generate an image.
433 std::string art = GetPrimaryDexArtifact(oat_dir, apk_path_, "art"); local
441 CheckFileAccess(art, kSystemUid, uid, mode);
648 // Validation errors will not clean the odex/vdex/art file
[all...]
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
H A DMediaRouteControllerDialog.java378 // Start the session activity when a content item (album art, title or subtitle) is clicked.
477 // Fetch art icons again for layout changes to resize it accordingly
627 Bitmap art = ((BitmapDrawable) mArtView.getDrawable()).getBitmap();
628 if (art != null) {
629 artViewHeight = getDesiredArtHeight(art.getWidth(), art.getHeight());
630 mArtView.setScaleType(art.getWidth() >= art.getHeight()
1088 * Returns desired art height to fit into controller dialog.
1092 // For landscape art, fi
1454 onPostExecute(Bitmap art) argument
[all...]
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
H A DMediaRouteControllerDialog.java371 // Start the session activity when a content item (album art, title or subtitle) is clicked.
470 // Fetch art icons again for layout changes to resize it accordingly
620 Bitmap art = ((BitmapDrawable) mArtView.getDrawable()).getBitmap();
621 if (art != null) {
622 artViewHeight = getDesiredArtHeight(art.getWidth(), art.getHeight());
623 mArtView.setScaleType(art.getWidth() >= art.getHeight()
1082 * Returns desired art height to fit into controller dialog.
1086 // For landscape art, fi
1447 onPostExecute(Bitmap art) argument
[all...]

Completed in 2514 milliseconds