OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:appendDescription
(Results
1 - 3
of
3
) sorted by null
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmap.java
42
shadowBitmap.
appendDescription
("Bitmap (" + width + " x " + height + ")");
52
shadowBitmap.
appendDescription
(" created from Bitmap object");
60
shadowBitmap.
appendDescription
(shadowOf(src).getDescription());
61
shadowBitmap.
appendDescription
(" scaled to " + dstWidth + " x " + dstHeight);
63
shadowBitmap.
appendDescription
(" with filter " + filter);
106
public void
appendDescription
(String s) {
120
shadowOf(bitmap).
appendDescription
(name);
ShadowCanvas.java
36
public void
appendDescription
(String s) {
37
shadowOf(targetBitmap).
appendDescription
(s);
69
appendDescription
("draw color " + color);
79
appendDescription
(" at (" + x + "," + y + ")");
83
appendDescription
(" scaled by (" + scaleX + "," + scaleY + ")");
92
appendDescription
("Path " + shadowOf(path).getPoints().toString());
98
appendDescription
(shadowOf(bitmap).getDescription());
103
appendDescription
(" with " + colorFilter);
110
appendDescription
("\n");
118
appendDescription
(" transformed by matrix")
[
all
...]
/frameworks/base/services/input/
InputDispatcher.cpp
[
all
...]
Completed in 42 milliseconds