OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scaleBitmap
(Results
1 - 17
of
17
) sorted by null
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/utils/
BitmapHelper.java
33
public static Bitmap
scaleBitmap
(Bitmap src, int maxWidth, int maxHeight) {
40
public static Bitmap
scaleBitmap
(int scaleFactor, InputStream is) {
76
return
scaleBitmap
(scaleFactor, is);
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/utils/
BitmapHelper.java
33
public static Bitmap
scaleBitmap
(Bitmap src, int maxWidth, int maxHeight) {
40
public static Bitmap
scaleBitmap
(int scaleFactor, InputStream is) {
76
return
scaleBitmap
(scaleFactor, is);
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
BitmapHelper.java
33
public static Bitmap
scaleBitmap
(Bitmap src, int maxWidth, int maxHeight) {
40
public static Bitmap
scaleBitmap
(int scaleFactor, InputStream is) {
76
return
scaleBitmap
(scaleFactor, is);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/
BitmapHelper.java
35
public static Bitmap
scaleBitmap
(Bitmap src, int maxWidth, int maxHeight) {
42
public static Bitmap
scaleBitmap
(int scaleFactor, InputStream is) {
78
return
scaleBitmap
(scaleFactor, is);
/development/ndk/platforms/android-17/samples/Teapot/src/com/sample/helper/
NDKHelper.java
57
private Bitmap
scaleBitmap
(Bitmap bitmapToScale, float newWidth, float newHeight)
133
bitmap =
scaleBitmap
(bitmap, width, height);
/development/ndk/platforms/android-18/samples/MoreTeapots/src/com/sample/helper/
NDKHelper.java
57
private Bitmap
scaleBitmap
(Bitmap bitmapToScale, float newWidth, float newHeight)
133
bitmap =
scaleBitmap
(bitmap, width, height);
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
AlbumArtCache.java
100
Bitmap icon = BitmapHelper.
scaleBitmap
(bitmap,
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
AlbumArtCache.java
100
Bitmap icon = BitmapHelper.
scaleBitmap
(bitmap,
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
AlbumArtCache.java
100
Bitmap icon = BitmapHelper.
scaleBitmap
(bitmap,
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
AlbumArtCache.java
100
Bitmap icon = BitmapHelper.
scaleBitmap
(bitmap,
/packages/apps/TV/src/com/android/tv/util/
BitmapUtils.java
53
public static Bitmap
scaleBitmap
(Bitmap bm, int maxWidth, int maxHeight) {
74
return new ScaledBitmapInfo(id,
scaleBitmap
(bm, maxWidth, maxHeight),
/frameworks/base/core/java/android/hardware/radio/
RadioMetadata.java
382
putBitmap(key,
scaleBitmap
(bmp, maxBitmapSize));
493
private Bitmap
scaleBitmap
(Bitmap bmp, int maxSize) {
/frameworks/base/media/java/android/media/
MediaMetadata.java
620
putBitmap(key,
scaleBitmap
(bmp, maxBitmapSize));
794
private Bitmap
scaleBitmap
(Bitmap bmp, int maxSize) {
/frameworks/support/media-compat/java/android/support/v4/media/
MediaMetadataCompat.java
665
putBitmap(key,
scaleBitmap
(bmp, maxBitmapSize));
843
private Bitmap
scaleBitmap
(Bitmap bmp, int maxSize) {
/packages/apps/TV/src/com/android/tv/recommendation/
NotificationService.java
465
Bitmap result = BitmapUtils.
scaleBitmap
(
467
Bitmap scaledLogo = BitmapUtils.
scaleBitmap
(
/prebuilts/sdk/current/support/v13/
android-support-v13.jar
/prebuilts/sdk/current/support/v4/
android-support-v4.jar
Completed in 814 milliseconds