OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PatchView
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
SimplePatchActivity.java
32
setContentView(new
PatchView
(this));
35
private static class
PatchView
extends View {
38
public
PatchView
(Context context) {
MoreNinePatchesActivity.java
36
PatchView
b = new
PatchView
(this);
45
private class
PatchView
extends View {
50
private
PatchView
(Context context) {
ThinPatchesActivity.java
37
PatchView
b = new
PatchView
(this);
46
private class
PatchView
extends View {
50
public
PatchView
(Activity activity) {
/external/chromium_org/third_party/skia/samplecode/
SamplePatch.cpp
223
class
PatchView
: public SampleView {
230
PatchView
() {
256
virtual ~
PatchView
() {
357
static SkView* MyFactory() { return new
PatchView
; }
/external/skia/samplecode/
SamplePatch.cpp
221
class
PatchView
: public SampleView {
228
PatchView
() {
254
virtual ~
PatchView
() {
350
static SkView* MyFactory() { return new
PatchView
; }
Completed in 111 milliseconds