Searched refs:data (Results 1 - 25 of 1399) sorted by last modified time

1234567891011>>

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateBase.java611 final int height = TypedValue.complexToDimensionPixelSize(heightValue.data,
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintManager.java360 return mTypedValue.data;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1403 * @param data Intent data, or <code>null</code>.
1412 private Intent createIntent(String action, Uri data, String extraData, String query, argument
1420 if (data != null) {
1421 intent.setData(data);
1525 * to use the suggestion. This includes checking the cursor for suggestion-specific data,
1526 * and/or falling back to the XML for defaults; It also creates REST style Uri data when
1527 * the suggestion includes a data id.
1548 // use specific data if supplied, or default data i
[all...]
H A DSuggestionsAdapter.java407 * @param cursor The Cursor to read the suggestion data from. The Cursor should already
424 String data = getColumnString(cursor, SearchManager.SUGGEST_COLUMN_INTENT_DATA);
425 if (data != null) {
426 return data;
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouterThemeHelper.java48 && value.data != 0;
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java304 public void onResult(Bundle data) {
309 + ", data=" + data);
313 requestId, 0, data, null);
318 public void onError(String error, Bundle data) {
323 + ", error=" + error + ", data=" + data);
330 requestId, 0, data, bundle);
333 requestId, 0, data, null);
442 int requestId, int arg, Object obj, Bundle data) {
441 sendReply(Messenger messenger, int what, int requestId, int arg, Object obj, Bundle data) argument
609 processMessage(int what, Messenger messenger, int requestId, int arg, Object obj, Bundle data) argument
[all...]
H A DMediaRouter.java1558 * @param data Result data, or null if none.
1561 public void onResult(Bundle data) { argument
1569 * @param data Error data, or null if none.
1572 public void onError(String error, Bundle data) { argument
H A DRegisteredMediaRouteProvider.java484 public boolean onControlRequestSucceeded(int requestId, Bundle data) { argument
488 callback.onResult(data);
494 public boolean onControlRequestFailed(int requestId, String error, Bundle data) { argument
498 callback.onError(error, data);
516 Bundle data = new Bundle();
517 data.putString(CLIENT_DATA_ROUTE_ID, routeId);
519 mNextRequestId++, controllerId, null, data);
541 Bundle data = new Bundle();
542 data.putInt(CLIENT_DATA_VOLUME, volume);
544 mNextRequestId++, controllerId, null, data);
572 sendRequest(int what, int requestId, int arg, Object obj, Bundle data) argument
636 processMessage(Connection connection, int what, int requestId, int arg, Object obj, Bundle data) argument
[all...]
H A DRemotePlaybackClient.java598 public void onResult(Bundle data) {
599 if (data != null) {
601 data.getString(MediaControlIntent.EXTRA_SESSION_ID));
603 data.getBundle(MediaControlIntent.EXTRA_SESSION_STATUS));
605 data.getString(MediaControlIntent.EXTRA_ITEM_ID));
607 data.getBundle(MediaControlIntent.EXTRA_ITEM_STATUS));
612 + ": data=" + bundleToString(data)
618 callback.onResult(data, sessionIdResult, sessionStatus,
623 handleInvalidResult(intent, callback, data);
686 handleInvalidResult(Intent intent, ActionCallback callback, Bundle data) argument
693 handleError(Intent intent, ActionCallback callback, String error, Bundle data) argument
859 onItemStatusChanged(Bundle data, String sessionId, MediaSessionStatus sessionStatus, String itemId, MediaItemStatus itemStatus) argument
871 onSessionStatusChanged(Bundle data, String sessionId, MediaSessionStatus sessionStatus) argument
896 onError(String error, int code, Bundle data) argument
913 onResult(Bundle data, String sessionId, MediaSessionStatus sessionStatus, String itemId, MediaItemStatus itemStatus) argument
929 onResult(Bundle data, String sessionId, MediaSessionStatus sessionStatus) argument
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java63 * A flexible view for providing a limited window into a large data set.
69 * that represent items in a data set.</li>
70 * <li><em>Position:</em> The position of a data item within an <em>Adapter</em>.</li>
73 * <li><em>Binding:</em> The process of preparing a child view to display data corresponding
75 * <li><em>Recycle (view):</em> A view previously used to display data for a specific adapter
76 * position may be placed in a cache for later reuse to display the same type of data again
90 * {@link LayoutManager} to be able to detect data set changes in batches during a layout
230 * Set to true when an adapter data set changed notification is received.
237 * Some methods should not be called during these periods (e.g. adapter data change).
673 * or heavyweight data wit
8102 put(int resourceId, Object data) argument
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java31 * <p> This class provides the primary method through which data is passed to
150 * not contain mipmaps. On upload, the allocation data will contain a
457 * @param d the source data array
474 * @param d the source data array
491 * @param d the source data array
508 * @param d the source data array
526 * @param d the source data array
544 * @param d the source data array
562 * @param d the source data array
580 * @param d the source data arra
836 copy1DRangeFrom(int off, int count, Allocation data, int dataOff) argument
860 copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, byte[] data) argument
867 copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, short[] data) argument
874 copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, int[] data) argument
881 copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, float[] data) argument
899 copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) argument
914 copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) argument
929 copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) argument
944 copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) argument
961 copy2DRangeFrom(int xoff, int yoff, int w, int h, Allocation data, int dataXoff, int dataYoff) argument
980 copy2DRangeFrom(int xoff, int yoff, Bitmap data) argument
1015 copy3DRangeFromUnchecked(int xoff, int yoff, int zoff, int w, int h, int d, byte[] data) argument
1026 copy3DRangeFromUnchecked(int xoff, int yoff, int zoff, int w, int h, int d, short[] data) argument
1037 copy3DRangeFromUnchecked(int xoff, int yoff, int zoff, int w, int h, int d, int[] data) argument
1048 copy3DRangeFromUnchecked(int xoff, int yoff, int zoff, int w, int h, int d, float[] data) argument
1069 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, byte[] data) argument
1078 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, short[] data) argument
1087 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, int[] data) argument
1096 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, float[] data) argument
1117 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Allocation data, int dataXoff, int dataYoff, int dataZoff) argument
[all...]
H A DAllocationThunker.java200 byte[] data = fp.getData();
205 nfp.addI8(data[i]);
216 byte[] data = fp.getData();
221 nfp.addI8(data[i]);
295 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { argument
297 AllocationThunker at = (AllocationThunker)data;
304 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { argument
306 mN.copy2DRangeFrom(xoff, yoff, w, h, data);
311 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { argument
313 mN.copy2DRangeFrom(xoff, yoff, w, h, data);
318 copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) argument
325 copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) argument
333 copy2DRangeFrom(int xoff, int yoff, int w, int h, Allocation data, int dataXoff, int dataYoff) argument
342 copy2DRangeFrom(int xoff, int yoff, Bitmap data) argument
[all...]
H A DRenderScript.java70 native int nContextGetUserMessage(int con, int[] data); argument
256 native void rsnContextSendMessage(int con, int id, int[] data); argument
257 synchronized void nContextSendMessage(int id, int[] data) { argument
259 rsnContextSendMessage(mContext, id, data);
761 * rsSendToClient}, the data fields will be filled, and the run
803 * @param data
805 public void sendMessage(int id, int[] data) { argument
806 nContextSendMessage(id, data);
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp181 nContextGetUserMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray data) argument
183 jint len = _env->GetArrayLength(data);
185 jint *ptr = _env->GetIntArrayElements(data, NULL);
196 _env->ReleaseIntArrayElements(data, ptr, 0);
228 nContextSendMessage(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray data) argument
232 if (data) {
233 len = _env->GetArrayLength(data);
234 jint *ptr = _env->GetIntArrayElements(data, NULL);
238 if (data) {
239 _env->ReleaseIntArrayElements(data, pt
439 nAllocationData1D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jintArray data, int sizeBytes) argument
449 nAllocationData1D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jshortArray data, int sizeBytes) argument
459 nAllocationData1D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jbyteArray data, int sizeBytes) argument
469 nAllocationData1D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jfloatArray data, int sizeBytes) argument
480 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes) argument
490 nAllocationData2D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, jint w, jint h, jshortArray data, int sizeBytes) argument
501 nAllocationData2D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, jint w, jint h, jbyteArray data, int sizeBytes) argument
512 nAllocationData2D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, jint w, jint h, jintArray data, int sizeBytes) argument
523 nAllocationData2D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, jint w, jint h, jfloatArray data, int sizeBytes) argument
558 nAllocationData3D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jshortArray data, int sizeBytes) argument
569 nAllocationData3D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jbyteArray data, int sizeBytes) argument
580 nAllocationData3D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jintArray data, int sizeBytes) argument
591 nAllocationData3D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jfloatArray data, int sizeBytes) argument
624 nAllocationRead_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jintArray data) argument
635 nAllocationRead_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jshortArray data) argument
646 nAllocationRead_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jbyteArray data) argument
657 nAllocationRead_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jfloatArray data) argument
726 nScriptSetVarV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) argument
736 nScriptSetVarVE(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data, jint elem, jintArray dims) argument
774 nScriptInvokeV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) argument
[all...]
/frameworks/volley/src/com/android/volley/
H A DCache.java23 * An interface for a cache keyed by a String with a byte array as data.
68 /** The data returned from cache. */
69 public byte[] data; field in class:Cache.Entry
91 /** True if a refresh is needed from the original data source. */
H A DCacheDispatcher.java116 // We have a cache hit; parse its data for delivery back to the request.
119 new NetworkResponse(entry.data, entry.responseHeaders));
H A DNetworkResponse.java31 * @param data Response body
33 * @param notModified True if the server returned a 304 and the data was already in cache
35 public NetworkResponse(int statusCode, byte[] data, Map<String, String> headers, argument
38 this.data = data;
43 public NetworkResponse(byte[] data) { argument
44 this(HttpStatus.SC_OK, data, Collections.<String, String>emptyMap(), false);
47 public NetworkResponse(byte[] data, Map<String, String> headers) { argument
48 this(HttpStatus.SC_OK, data, headers, false);
54 /** Raw data fro
55 public final byte[] data; field in class:NetworkResponse
[all...]
/frameworks/volley/src/com/android/volley/toolbox/
H A DBasicNetwork.java101 request.getCacheEntry() == null ? null : request.getCacheEntry().data,
H A DDiskBasedCache.java117 byte[] data = streamToBytes(cis, (int) (file.length() - cis.bytesRead));
118 return entry.toCacheEntry(data);
195 pruneIfNeeded(entry.data.length);
206 fos.write(entry.data);
338 /** The size of the data identified by this CacheHeader. (This is not
369 this.size = entry.data.length;
402 * Creates a cache entry for the specified data.
404 public Entry toCacheEntry(byte[] data) { argument
406 e.data = data;
[all...]
H A DHttpHeaderParser.java94 entry.data = response.data;
H A DImageRequest.java128 VolleyLog.e("Caught OOM for %d byte image, url=%s", response.data.length, getUrl());
138 byte[] data = response.data;
143 bitmap = BitmapFactory.decodeByteArray(data, 0, data.length, decodeOptions);
147 BitmapFactory.decodeByteArray(data, 0, data.length, decodeOptions);
164 BitmapFactory.decodeByteArray(data, 0, data.length, decodeOptions);
H A DJsonArrayRequest.java49 new String(response.data, HttpHeaderParser.parseCharset(response.headers));
H A DJsonObjectRequest.java67 new String(response.data, HttpHeaderParser.parseCharset(response.headers));
H A DStringRequest.java67 parsed = new String(response.data, HttpHeaderParser.parseCharset(response.headers));
69 parsed = new String(response.data);
/frameworks/volley/tests/src/com/android/volley/
H A DNetworkDispatcherTest.java99 assertTrue(Arrays.equals(mCache.entryPut.data, CANNED_DATA));

Completed in 5276 milliseconds

1234567891011>>