OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decoderesourcestream
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/docs/html/sdk/api_diff/4/changes/
android.graphics.BitmapFactory.html
87
<nobr><code>Bitmap</code> <A HREF="../../../../reference/android/graphics/BitmapFactory.html#
decodeResourceStream
(android.content.res.Resources, android.util.TypedValue, java.io.InputStream, android.graphics.Rect, android.graphics.BitmapFactory.Options)" target="_top"><code>
decodeResourceStream
</code></A>(<code>Resources,</nobr> TypedValue<nobr>,</nobr> InputStream<nobr>,</nobr> Rect<nobr>,</nobr> Options<nobr><nobr></code>)</nobr>
methods_index_additions.html
135
<nobr><A HREF="android.graphics.BitmapFactory.html#android.graphics.BitmapFactory.decodeResourceStream_added(android.content.res.Resources, android.util.TypedValue, java.io.InputStream, android.graphics.Rect, android.graphics.BitmapFactory.Options)" class="hiddenlink" target="rightframe"><b>
decodeResourceStream
</b>
methods_index_all.html
144
<nobr><A HREF="android.graphics.BitmapFactory.html#android.graphics.BitmapFactory.decodeResourceStream_added(android.content.res.Resources, android.util.TypedValue, java.io.InputStream, android.graphics.Rect, android.graphics.BitmapFactory.Options)" class="hiddenlink" target="rightframe"><b>
decodeResourceStream
</b>
[
all
...]
alldiffs_index_additions.html
273
<!-- Method
decodeResourceStream
-->
274
<nobr><A HREF="android.graphics.BitmapFactory.html#android.graphics.BitmapFactory.decodeResourceStream_added(android.content.res.Resources, android.util.TypedValue, java.io.InputStream, android.graphics.Rect, android.graphics.BitmapFactory.Options)" class="hiddenlink" target="rightframe"><b>
decodeResourceStream
</b>
[
all
...]
alldiffs_index_all.html
398
<!-- Method
decodeResourceStream
-->
399
<nobr><A HREF="android.graphics.BitmapFactory.html#android.graphics.BitmapFactory.decodeResourceStream_added(android.content.res.Resources, android.util.TypedValue, java.io.InputStream, android.graphics.Rect, android.graphics.BitmapFactory.Options)" class="hiddenlink" target="rightframe"><b>
decodeResourceStream
</b>
[
all
...]
/frameworks/base/graphics/java/android/graphics/
BitmapFactory.java
182
* and {@link BitmapFactory#
decodeResourceStream
}
203
* and {@link BitmapFactory#
decodeResourceStream
}
409
public static Bitmap
decodeResourceStream
(Resources res, TypedValue value,
434
* {@link #
decodeResourceStream
}.
452
bm =
decodeResourceStream
(res, value, is, null, opts);
/frameworks/base/graphics/java/android/graphics/drawable/
NinePatchDrawable.java
352
bitmap = BitmapFactory.
decodeResourceStream
(r, value, is, padding, options);
Drawable.java
840
Bitmap bm = BitmapFactory.
decodeResourceStream
(res, value, is, pad, opts);
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java
134
Bitmap b = BitmapFactory.
decodeResourceStream
(mRes, value, is, r, mOpt1);
/frameworks/base/docs/html/sdk/api_diff/4/
missingSinces.txt
40
NO DOC BLOCK: android.graphics.BitmapFactory Method
decodeResourceStream
(android.content.res.Resources, android.util.TypedValue, java.io.InputStream, android.graphics.Rect, android.graphics.BitmapFactory.Options)
Completed in 264 milliseconds