HomeSort by relevance Sort by last modified time
    Searched defs:appendDescription (Results 1 - 22 of 22) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBitmapFactory.java 153 shadowBitmap.appendDescription(name == null ? "Bitmap" : "Bitmap for " + name);
165 shadowBitmap.appendDescription(" with options ");
166 shadowBitmap.appendDescription(optionsString);
ShadowBitmap.java 224 shadowBitmap.appendDescription(" created from Bitmap object");
237 shadowBitmap.appendDescription(shadowOf(src).getDescription());
238 shadowBitmap.appendDescription(" scaled to " + dstWidth + " x " + dstHeight);
240 shadowBitmap.appendDescription(" with filter " + filter);
260 shadowBitmap.appendDescription(shadowOf(src).getDescription());
261 shadowBitmap.appendDescription(" at (" + x + "," + y);
262 shadowBitmap.appendDescription(" with width " + width + " and height " + height);
296 shadowBitmap.appendDescription(shadowOf(src).getDescription());
297 shadowBitmap.appendDescription(" at (" + x + "," + y + ")");
298 shadowBitmap.appendDescription(" with width " + width + " and height " + height)
    [all...]
ShadowCanvas.java 58 public void appendDescription(String s) {
59 shadowOf(targetBitmap).appendDescription(s);
101 appendDescription("draw color " + color);
111 appendDescription(" at (" + x + "," + y + ")");
115 appendDescription(" scaled by (" + scaleX + "," + scaleY + ")");
132 appendDescription(descriptionBuilder.toString());
148 appendDescription(descriptionBuilder.toString());
155 appendDescription(" transformed by " + shadowOf(matrix).getDescription());
163 appendDescription("Path " + shadowOf(path).getPoints().toString());
194 appendDescription(shadowOf(bitmap).getDescription())
    [all...]
  /external/robolectric/v1/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/native/services/inputflinger/
InputDispatcher.cpp     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 292 milliseconds