OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ninepatch
(Results
26 - 50
of
75
) sorted by null
1
2
3
/frameworks/base/docs/html/sdk/api_diff/4/changes/
android.graphics.drawable.NinePatchDrawable.html
92
<A NAME="android.graphics.drawable.NinePatchDrawable.ctor_added(android.content.res.Resources, android.graphics.
NinePatch
)"></A>
93
<nobr><A HREF="../../../../reference/android/graphics/drawable/NinePatchDrawable.html#NinePatchDrawable(android.content.res.Resources, android.graphics.
NinePatch
)" target="_top"><code>NinePatchDrawable</code></A>(<code>Resources,</nobr>
NinePatch
<nobr><nobr></code>)</nobr>
117
<A NAME="android.graphics.drawable.NinePatchDrawable.ctor_changed(android.graphics.
NinePatch
)"></A>
118
<nobr><A HREF="../../../../reference/android/graphics/drawable/NinePatchDrawable.html#NinePatchDrawable(android.graphics.
NinePatch
)" target="_top"><code>NinePatchDrawable</code></A>(<code>
NinePatch
</code>) </nobr>
pkg_android.graphics.html
112
<A NAME="
NinePatch
"></A>
113
<nobr><A HREF="android.graphics.
NinePatch
.html">
NinePatch
</A></nobr>
constructors_index_all.html
92
<nobr><A HREF="android.graphics.drawable.NinePatchDrawable.html#android.graphics.drawable.NinePatchDrawable.ctor_added(android.content.res.Resources, android.graphics.
NinePatch
)" class="hiddenlink" target="rightframe"><b>NinePatchDrawable</b>
93
(<code>Resources,
NinePatch
</code>)</A></nobr> constructor<br>
96
<nobr><A HREF="android.graphics.drawable.NinePatchDrawable.html#android.graphics.drawable.NinePatchDrawable.ctor_changed(android.graphics.
NinePatch
)" class="hiddenlink" target="rightframe">NinePatchDrawable
97
(<code>
NinePatch
</code>)</A></nobr> constructor<br>
constructors_index_additions.html
81
<nobr><A HREF="android.graphics.drawable.NinePatchDrawable.html#android.graphics.drawable.NinePatchDrawable.ctor_added(android.content.res.Resources, android.graphics.
NinePatch
)" class="hiddenlink" target="rightframe"><b>NinePatchDrawable</b>
82
(<code>Resources,
NinePatch
</code>)</A></nobr> constructor<br>
constructors_index_changes.html
84
<nobr><A HREF="android.graphics.drawable.NinePatchDrawable.html#android.graphics.drawable.NinePatchDrawable.ctor_changed(android.graphics.
NinePatch
)" class="hiddenlink" target="rightframe">NinePatchDrawable
85
(<code>
NinePatch
</code>)</A></nobr> constructor<br>
/frameworks/base/docs/html/guide/developing/tools/
draw9patch.jd
7
{@link android.graphics.
NinePatch
} graphic using a WYSIWYG editor.</p>
17
You'll need the PNG image with which you'd like to create a
NinePatch
.</p>
index.jd
32
<dd>Allows you to easily create a {@link android.graphics.
NinePatch
} graphic using a
/external/webkit/Source/WebKit/android/
RenderSkinButton.h
50
NinePatch
m_buttons[4];
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
NinePatch_Delegate.java
23
import com.android.
ninepatch
.NinePatchChunk;
40
* Delegate implementing the native methods of android.graphics.
NinePatch
42
* Through the layoutlib_create tool, the original native methods of
NinePatch
have been replaced
55
* for {@link
NinePatch
} and {@link NinePatchDrawable} only reference to the byte[] data, and
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java
38
import android.graphics.
NinePatch
;
76
args = {android.graphics.
NinePatch
.class}
91
new NinePatchDrawable(new
NinePatch
(bmp, chunk, name));
439
// jump through hoops to avoid scaling the tiny
ninepatch
, which would skew the results
442
NinePatch
np = new
NinePatch
(bitmap, bitmap.getNinePatchChunk(), null);
/external/skia/samplecode/
SampleNinePatch.cpp
31
SampleCode::TitleR(evt, "
NinePatch
");
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
NinePatchChunk.java
25
//
NinePatch
chunk.
NinePatchTexture.java
33
// NinePatchTexture is a texture backed by a
NinePatch
resource.
35
// getPaddings() returns paddings specified in the
NinePatch
.
36
// getNinePatchChunk() returns the layout data specified in the
NinePatch
.
/sdk/eclipse/scripts/
create_adt_symlinks.sh
19
LIBS="sdkstats androidprefs common layoutlib_api ide_common rule_api
ninepatch
sdklib sdkuilib assetstudio"
/sdk/ninepatch/src/com/android/ninepatch/
GraphicsUtilities.java
17
package com.android.
ninepatch
;
/frameworks/base/core/jni/android/graphics/
GraphicsJNI.h
56
bool isMutable, jbyteArray
ninepatch
, int density = -1);
59
jbyteArray
ninepatch
, int density = -1);
Graphics.cpp
348
bool isMutable, jbyteArray
ninepatch
, int density)
355
buffer, isMutable,
ninepatch
, density);
361
jbyteArray
ninepatch
, int density)
363
return createBitmap(env, bitmap, NULL, isMutable,
ninepatch
, density);
NinePatch.cpp
188
"android/graphics/
NinePatch
",
/frameworks/base/docs/html/guide/topics/graphics/
2d-graphics.jd
438
An example use of a
NinePatch
is the backgrounds used by standard Android buttons —
439
buttons must stretch to accommodate strings of various lengths. A
NinePatch
drawable is a
455
If a View object sets the
NinePatch
as its background and then specifies the
466
Here is a sample
NinePatch
file used to define a button:
470
<p>This
NinePatch
defines one stretchable area with the left and top lines
481
an extremely handy way to create your
NinePatch
images, using a WYSIWYG graphics editor. It
488
<p>Here's some sample layout XML that demonstrates how to add a
NinePatch
image to a
489
couple of buttons. (The
NinePatch
image is saved as
514
<p>Below are the two buttons rendered from the XML and
NinePatch
image shown above.
/build/target/product/
sdk.mk
125
ninepatch
-tests \
/sdk/build/
tools.atree
147
framework/
ninepatch
-tests.jar tests/libtests/
ninepatch
-tests.jar
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java
32
import com.android.
ninepatch
.NinePatchChunk;
582
* @param
ninePatch
the 9 patch object
585
public static void setCached9Patch(String value, NinePatchChunk
ninePatch
, Object projectKey) {
594
map.put(value, new SoftReference<NinePatchChunk>(
ninePatch
));
596
sFramework9PatchCache.put(value, new SoftReference<NinePatchChunk>(
ninePatch
));
/build/core/
user_tags.mk
417
ninepatch
\
/frameworks/base/core/jni/
Android.mk
103
android/graphics/
NinePatch
.cpp \
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeResources.java
28
import com.android.
ninepatch
.
NinePatch
;
620
if (path.toLowerCase().endsWith(
NinePatch
.EXTENSION_9PATCH)) {
652
if (path.toLowerCase().endsWith(
NinePatch
.EXTENSION_9PATCH)) {
Completed in 1013 milliseconds
1
2
3