Home
last modified time | relevance | path

Searched refs:loadBitmap (Results 1 – 11 of 11) sorted by relevance

/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
DHelloComputeNDK.java40 mBitmapIn = loadBitmap(R.drawable.data); in onCreate()
56 private Bitmap loadBitmap(int resource) { in loadBitmap() method in HelloComputeNDK
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
DSampleRSActivity.java95 mBitmapTwoByTwo = loadBitmap(R.drawable.twobytwo); in onCreate()
96 mBitmapCity = loadBitmap(R.drawable.city); in onCreate()
144 private Bitmap loadBitmap(int resource) { in loadBitmap() method in SampleRSActivity
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockscreenWallpaper.java93 LoaderResult result = loadBitmap(mCurrentUserId, mSelectedUser); in getBitmap()
102 public LoaderResult loadBitmap(int currentUserId, UserHandle selectedUser) { in loadBitmap() method in LockscreenWallpaper
177 return loadBitmap(currentUser, selectedUser); in run()
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DBackgroundHelper.java81 request.mResult = loadBitmap(request.mActivity, request.mImageToken); in doInBackground()
100 private Bitmap loadBitmap(Activity activity, Object imageToken) { in loadBitmap() method in BackgroundHelper.LoadBitmapTask
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationBuilderTest.java330 b.setLargeIcon(loadBitmap(R.drawable.pineapple)); in buildNotification()
333 b.setLargeIcon(loadBitmap(R.drawable.pineapple2)); in buildNotification()
336 b.setLargeIcon(loadBitmap(R.drawable.icon2)); in buildNotification()
490 private Bitmap loadBitmap(int id) { in loadBitmap() method in NotificationBuilderTest
DNotificationTestList.java1302 Bitmap loadBitmap(int resId) { in loadBitmap() method in NotificationTestList
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
DGenImage.java43 private Bitmap loadBitmap(Context context, int resource) { in loadBitmap() method in GenImage
51 mTestImage = loadBitmap(context, R.drawable.test_pattern); in GenImage()
/frameworks/support/core-utils/kitkat/android/support/v4/print/
DPrintHelperKitkat.java619 loadBitmap(uri, opt); in loadConstrainedBitmap()
650 return loadBitmap(uri, decodeOptions); in loadConstrainedBitmap()
662 private Bitmap loadBitmap(Uri uri, BitmapFactory.Options o) throws FileNotFoundException { in loadBitmap() method in PrintHelperKitkat
/frameworks/base/docs/html/training/displaying-bitmaps/
Ddisplay-bitmap.jd158 public void loadBitmap(int resId, ImageView imageView) {
176 ((ImageDetailActivity) getActivity()).loadBitmap(resId, mImageView);
200 public void loadBitmap(int resId, ImageView imageView) {
332 <strong>loadBitmap(imageResIds[position], imageView)</strong>
337 public void loadBitmap(int resId, ImageView imageView) {
Dprocess-bitmap.jd101 public void loadBitmap(int resId, ImageView imageView) {
152 public void loadBitmap(int resId, ImageView imageView) {
234 views. Simply call {@code loadBitmap} where you normally set an image to your {@link
Dcache-bitmap.jd141 public void loadBitmap(int resId, ImageView imageView) {