OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PatchView
(Results
1 - 4
of
4
) 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/skia/samplecode/
SamplePatch.cpp
224
class
PatchView
: public SampleView {
232
PatchView
() : fAngle(0) {
258
virtual ~
PatchView
() {
360
static SkView* MyFactory() { return new
PatchView
; }
Completed in 127 milliseconds