OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PatchView
(Results
1 - 3
of
3
) 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) {
Completed in 60 milliseconds