Searched defs:content (Results 151 - 154 of 154) sorted by relevance

1234567

/frameworks/base/core/java/android/provider/
H A DContactsContract.java21 import android.content.ContentProviderClient;
22 import android.content.ContentProviderOperation;
23 import android.content.ContentResolver;
24 import android.content.ContentUris;
25 import android.content.ContentValues;
26 import android.content.Context;
27 import android.content.CursorEntityIterator;
28 import android.content.Entity;
29 import android.content.EntityIterator;
30 import android.content
8227 snippetize(String content, String displayName, String query, char snippetStartMatch, char snippetEndMatch, String snippetEllipsis, int snippetMaxTokens) argument
8336 split(String content, List<String> tokens, List<Integer> offsets) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java20 import android.content.Context;
21 import android.content.pm.PackageManager.NameNotFoundException;
344 // seems to work for all content URIs, not just images
520 * Update the layers' content
525 * Notify webkit that animations have begun (on the hardware accelerated content)
533 * WebView.nativeDraw() returns content to be split.
535 private native void nativeSplitContent(int content); argument
1964 void splitContent(int content) { argument
1967 sendMessage(EventHub.SPLIT_PICTURE_SET, content, 0);
2019 // Only update the layers' content, no
[all...]
H A DWebView.java22 import android.content.BroadcastReceiver;
23 import android.content.ClipboardManager;
24 import android.content.ComponentCallbacks2;
25 import android.content.Context;
26 import android.content.DialogInterface;
27 import android.content.DialogInterface.OnCancelListener;
28 import android.content.Intent;
29 import android.content.IntentFilter;
30 import android.content.pm.PackageInfo;
31 import android.content
9643 nativeReplaceBaseContent(int content) argument
9650 nativeSubtractLayers(Rect content) argument
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java31 import android.content.Context;
32 import android.content.DialogInterface;
33 import android.content.DialogInterface.OnCancelListener;
929 private static void startSelecting(View view, Spannable content) { argument
930 content.setSpan(SELECTING, 0, 0, PRESSED);
933 private static void stopSelecting(View view, Spannable content) { argument
934 content.removeSpan(SELECTING);
1929 if (src.startsWith("content://")) {
1959 Log.e(TAG, "--- set html: Failed to loaded content " + uri, e);
2654 Log.e(LOG_TAG, "Failed to loaded content "
[all...]

Completed in 301 milliseconds

1234567