Searched refs:mParams (Results 1 – 3 of 3) sorted by relevance
/external/volley/src/test/java/com/android/volley/mock/ |
D | TestRequest.java | 90 private final Map<String, String> mParams; field in TestRequest.PostWithBody 93 mParams = new HashMap<String, String>(); in PostWithBody() 94 mParams.put("testKey", "testValue"); in PostWithBody() 99 return mParams; in getParams() 115 private Map<String, String> mParams = new HashMap<String, String>(); field in TestRequest.PutWithBody 118 mParams = new HashMap<String, String>(); in PutWithBody() 119 mParams.put("testKey", "testValue"); in PutWithBody() 124 return mParams; in getParams() 165 private Map<String, String> mParams = new HashMap<String, String>(); field in TestRequest.PatchWithBody 168 mParams = new HashMap<String, String>(); in PatchWithBody() [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPathParser.java | 158 private float[] mParams; field in ShadowPathParser.PathDataNode 162 mParams = params; in PathDataNode() 167 mParams = Arrays.copyOf(n.mParams, n.mParams.length); in PathDataNode() 180 addCommand(path, current, previousCommand, node[i].mType, node[i].mParams); in nodesToPath() 195 for (int i = 0; i < nodeFrom.mParams.length; i++) { in interpolatePathDataNode() 196 mParams[i] = nodeFrom.mParams[i] * (1 - fraction) + nodeTo.mParams[i] * fraction; in interpolatePathDataNode()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResTable.java | 86 ResTable_config mParams; field in ResTable 389 ResTable_config desiredConfig = mParams; 1061 mParams = params; 1094 if (config.match(mParams)) { 1117 return mParams; 2793 int err = getEntry(grp, t, e, mParams, entry); in getBagLocked()
|