OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NinePatchDrawable
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
NinePatchDrawable.java
26
public class
NinePatchDrawable
extends Drawable {
30
NinePatchDrawable
(NinePatch ninePatch) {
ResourceHelper.java
135
return new
NinePatchDrawable
(ninePatch);
/frameworks/base/graphics/java/android/graphics/drawable/
NinePatchDrawable.java
39
public class
NinePatchDrawable
extends Drawable {
54
NinePatchDrawable
() {
59
* @deprecated Use {@link #
NinePatchDrawable
(Resources, Bitmap, byte[], Rect, String)}
63
public
NinePatchDrawable
(Bitmap bitmap, byte[] chunk, Rect padding, String srcName) {
71
public
NinePatchDrawable
(Resources res, Bitmap bitmap, byte[] chunk,
79
* @deprecated Use {@link #
NinePatchDrawable
(Resources, NinePatch)}
83
public
NinePatchDrawable
(NinePatch patch) {
91
public
NinePatchDrawable
(Resources res, NinePatch patch) {
232
TypedArray a = r.obtainAttributes(attrs, com.android.internal.R.styleable.
NinePatchDrawable
);
372
return new
NinePatchDrawable
(this, null)
[
all
...]
Drawable.java
778
drawable = new
NinePatchDrawable
();
780
((
NinePatchDrawable
) drawable).setTargetDensity(r.getDisplayMetrics());
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java
44
import android.graphics.drawable.
NinePatchDrawable
;
52
@TestTargetClass(
NinePatchDrawable
.class)
56
private
NinePatchDrawable
mNinePatchDrawable;
70
method = "
NinePatchDrawable
",
75
method = "
NinePatchDrawable
",
89
new
NinePatchDrawable
(bmp, chunk, r, name);
91
new
NinePatchDrawable
(new NinePatch(bmp, chunk, name));
96
new
NinePatchDrawable
(bmp, chunk, r, name);
109
+ "
NinePatchDrawable
#draw(Canvas) when param canvas is null")
177
+ "
NinePatchDrawable
#getPadding(Rect) when param padding is null or
[
all
...]
/packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java
24
import android.graphics.drawable.
NinePatchDrawable
;
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 692 milliseconds