/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/ |
D | HelloComputeNDK.java | 40 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/ |
D | SampleRSActivity.java | 95 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/ |
D | LockscreenWallpaper.java | 93 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/ |
D | BackgroundHelper.java | 81 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/ |
D | NotificationBuilderTest.java | 330 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
|
D | NotificationTestList.java | 1302 Bitmap loadBitmap(int resId) { in loadBitmap() method in NotificationTestList
|
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/ |
D | GenImage.java | 43 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/ |
D | PrintHelperKitkat.java | 619 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/ |
D | display-bitmap.jd | 158 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) {
|
D | process-bitmap.jd | 101 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
|
D | cache-bitmap.jd | 141 public void loadBitmap(int resId, ImageView imageView) {
|