Searched defs:options (Results 76 - 100 of 124) sorted by relevance

12345

/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp54 MediaBuffer **buffer, const ReadOptions *options = NULL);
171 MediaBuffer **out, const ReadOptions *options) {
176 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
170 read( MediaBuffer **out, const ReadOptions *options) argument
H A DAwesomePlayer.cpp1786 MediaSource::ReadOptions options; local
1790 options.setSeekTo(
1797 status_t err = mVideoSource->read(&mVideoBuffer, &options);
1798 options.clearSeekTo();
2019 MediaSource::ReadOptions options; local
2021 status_t err = mVideoSource->read(&mVideoBuffer, &options);
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp129 MediaBuffer **buffer, const ReadOptions *options);
558 MediaBuffer **out, const ReadOptions *options) {
565 if (options && options->getSeekTo(&seekTimeUs, &mode)
557 read( MediaBuffer **out, const ReadOptions *options) argument
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java118 * prompt for credentials, present options, or ask the user to add an account.
187 * Bundle key used to supply the password directly in options to
213 * The Android package of the caller will be set in the options bundle by the
1014 * @param options Authenticator-specific options for the request,
1045 final Account account, final String authTokenType, final Bundle options,
1050 if (options != null) {
1051 optionsIn.putAll(options);
1180 * @param options Authenticator-specific options fo
1044 getAuthToken( final Account account, final String authTokenType, final Bundle options, final Activity activity, AccountManagerCallback<Bundle> callback, Handler handler) argument
1212 getAuthToken( final Account account, final String authTokenType, final Bundle options, final boolean notifyAuthFailure, AccountManagerCallback<Bundle> callback, Handler handler) argument
1429 confirmCredentials(final Account account, final Bundle options, final Activity activity, final AccountManagerCallback<Bundle> callback, final Handler handler) argument
1443 confirmCredentialsAsUser(final Account account, final Bundle options, final Activity activity, final AccountManagerCallback<Bundle> callback, final Handler handler, UserHandle userHandle) argument
1505 updateCredentials(final Account account, final String authTokenType, final Bundle options, final Activity activity, final AccountManagerCallback<Bundle> callback, final Handler handler) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActionBar.java67 * the left, followed by the activity title. If your activity has an options menu, you can make
426 * Set display options. This changes all display option bits at once. To change
427 * a limited subset of display options, see {@link #setDisplayOptions(int, int)}.
429 * @param options A combination of the bits defined by the DISPLAY_ constants
432 public abstract void setDisplayOptions(@DisplayOptions int options); argument
435 * Set selected display options. Only the options specified by mask will be changed.
443 * @param options A combination of the bits defined by the DISPLAY_ constants
445 * @param mask A bit mask declaring which display options should be changed.
447 public abstract void setDisplayOptions(@DisplayOptions int options, argument
[all...]
H A DApplicationThreadNative.java610 ActivityOptions options = new ActivityOptions(data.readBundle());
611 scheduleOnNewActivityOptions(token, options);
1282 public void scheduleOnNewActivityOptions(IBinder token, ActivityOptions options) argument
1287 data.writeBundle(options == null ? null : options.toBundle());
H A DFragment.java971 * the options menu by receiving a call to {@link #onCreateOptionsMenu}
1062 * @param options Additional options for how the Activity should be started.
1066 public void startActivity(Intent intent, Bundle options) { argument
1070 if (options != null) {
1071 mActivity.startActivityFromFragment(this, intent, -1, options);
1091 public void startActivityForResult(Intent intent, int requestCode, Bundle options) { argument
1095 if (options != null) {
1096 mActivity.startActivityFromFragment(this, intent, requestCode, options);
1100 mActivity.startActivityFromFragment(this, intent, requestCode, options);
[all...]
H A DIApplicationThread.java141 void scheduleOnNewActivityOptions(IBinder token, ActivityOptions options) argument
H A DInstrumentation.java1444 * @param options Addition options.
1460 Intent intent, int requestCode, Bundle options) {
1484 requestCode, 0, null, options);
1500 IBinder token, Activity target, Intent[] intents, Bundle options) {
1501 execStartActivitiesAsUser(who, contextThread, token, target, intents, options,
1514 IBinder token, Activity target, Intent[] intents, Bundle options,
1541 token, options, userId);
1577 Intent intent, int requestCode, Bundle options) {
1601 requestCode, 0, null, options);
1458 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options) argument
1499 execStartActivities(Context who, IBinder contextThread, IBinder token, Activity target, Intent[] intents, Bundle options) argument
1513 execStartActivitiesAsUser(Context who, IBinder contextThread, IBinder token, Activity target, Intent[] intents, Bundle options, int userId) argument
1575 execStartActivity( Context who, IBinder contextThread, IBinder token, Fragment target, Intent intent, int requestCode, Bundle options) argument
1635 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, UserHandle user) argument
1672 execStartActivityAsCaller( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, int userId) argument
1709 execStartActivityFromAppTask( Context who, IBinder contextThread, IAppTask appTask, Intent intent, Bundle options) argument
[all...]
/frameworks/base/core/java/android/content/
H A DContextWrapper.java332 public void startActivity(Intent intent, Bundle options) { argument
333 mBase.startActivity(intent, options);
338 public void startActivityAsUser(Intent intent, Bundle options, UserHandle user) { argument
339 mBase.startActivityAsUser(intent, options, user);
348 public void startActivities(Intent[] intents, Bundle options) { argument
349 mBase.startActivities(intents, options);
354 public void startActivitiesAsUser(Intent[] intents, Bundle options, UserHandle userHandle) { argument
355 mBase.startActivitiesAsUser(intents, options, userHandle);
369 Bundle options) throws IntentSender.SendIntentException {
371 flagsValues, extraFlags, options);
367 startIntentSender(IntentSender intent, Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
[all...]
H A DContext.java1184 * Same as {@link #startActivity(Intent, Bundle)} with no options
1225 * @param options Additional options for how the Activity should be started.
1226 * May be null if there are no options. See {@link android.app.ActivityOptions}
1235 public abstract void startActivity(Intent intent, @Nullable Bundle options); argument
1243 * @param options Additional options for how the Activity should be started.
1244 * May be null if there are no options. See {@link android.app.ActivityOptions}
1251 public void startActivityAsUser(Intent intent, @Nullable Bundle options, UserHandle userId) { argument
1256 * Same as {@link #startActivities(Intent[], Bundle)} with no options
1292 startActivities(Intent[] intents, Bundle options) argument
1320 startActivitiesAsUser(Intent[] intents, Bundle options, UserHandle userHandle) argument
1369 startIntentSender(IntentSender intent, @Nullable Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java315 String[] options, int defaultValue) {
318 return getAttributeListValue(idx, options, defaultValue);
365 String[] options, int defaultValue) {
370 mStrings.get(v), options, defaultValue);
314 getAttributeListValue(String namespace, String attribute, String[] options, int defaultValue) argument
364 getAttributeListValue(int idx, String[] options, int defaultValue) argument
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java246 public void setDisplayOptions(@DisplayOptions int options) { argument
247 setDisplayOptions(options, 0xffffffff);
251 public void setDisplayOptions(@DisplayOptions int options, @DisplayOptions int mask) { argument
253 mDecorToolbar.setDisplayOptions(options & mask | currentOptions & ~mask);
H A DWindowDecorActionBar.java443 public void setDisplayOptions(int options) { argument
444 if ((options & DISPLAY_HOME_AS_UP) != 0) {
447 mDecorToolbar.setDisplayOptions(options);
450 public void setDisplayOptions(int options, int mask) { argument
455 mDecorToolbar.setDisplayOptions((options & mask) | (current & ~mask));
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp87 static bool optionsJustBounds(JNIEnv* env, jobject options) { argument
88 return options != NULL && env->GetBooleanField(options, gOptions_justBoundsFieldID);
209 static jobject doDecode(JNIEnv* env, SkStreamRewindable* stream, jobject padding, jobject options) { argument
224 if (options != NULL) {
225 sampleSize = env->GetIntField(options, gOptions_sampleSizeFieldID);
226 if (optionsJustBounds(env, options)) {
231 env->SetIntField(options, gOptions_widthFieldID, -1);
232 env->SetIntField(options, gOptions_heightFieldID, -1);
233 env->SetObjectField(options, gOptions_mimeFieldI
461 nativeDecodeStream(JNIEnv* env, jobject clazz, jobject is, jbyteArray storage, jobject padding, jobject options) argument
509 nativeDecodeAsset(JNIEnv* env, jobject clazz, jlong native_asset, jobject padding, jobject options) argument
520 nativeDecodeByteArray(JNIEnv* env, jobject, jbyteArray byteArray, jint offset, jint length, jobject options) argument
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardHostView.java1103 protected void onCreateOptions(Bundle options) { argument
1104 if (options != null) {
1105 int widgetToShow = options.getInt(LockPatternUtils.KEYGUARD_SHOW_APPWIDGET,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java864 public void doKeyguardTimeout(Bundle options) { argument
866 Message msg = mHandler.obtainMessage(KEYGUARD_TIMEOUT, options);
882 private void doKeyguardLocked(Bundle options) { argument
935 showLocked(options);
996 private void showLocked(Bundle options) { argument
1000 Message msg = mHandler.obtainMessage(SHOW, options);
1229 private void handleShow(Bundle options) { argument
1238 mStatusBarKeyguardViewManager.show(options);
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp343 GeofenceOptions* options = geofence.options; local
348 options->monitor_transitions = env->CallIntMethod(
356 options->unknown_timer_ms = env->CallIntMethod(geofenceRequestObject, getUnknownTimer);
362 options->notification_responsivenes_ms = env->CallIntMethod(
370 options->last_transition = env->CallIntMethod(geofenceRequestObject, getLastTransition);
374 options->sources_to_use = env->CallIntMethod(geofenceRequestObject, getSourceTechnologies);
725 FlpBatchOptions options; local
726 TranslateFromObject(env, optionsObject, options);
727 int result = sFlpInterface->start_batching(id, &options);
740 FlpBatchOptions options; local
921 GeofenceOptions options = { local
[all...]
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java280 public void startActivity(Intent intent, Bundle options) { argument
290 public void startActivities(Intent[] intents, Bundle options) { argument
304 Bundle options) throws IntentSender.SendIntentException {
302 startIntentSender(IntentSender intent, Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java459 public void lockNow(Bundle options) { argument
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java70 * the left, followed by the activity title. If your activity has an options menu, you can make
423 * Set display options. This changes all display option bits at once. To change
424 * a limited subset of display options, see {@link #setDisplayOptions(int, int)}.
426 * @param options A combination of the bits defined by the DISPLAY_ constants
429 public abstract void setDisplayOptions(@DisplayOptions int options); argument
432 * Set selected display options. Only the options specified by mask will be changed.
440 * @param options A combination of the bits defined by the DISPLAY_ constants
442 * @param mask A bit mask declaring which display options should be changed.
444 public abstract void setDisplayOptions(@DisplayOptions int options, argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DToolbarActionBar.java262 public void setDisplayOptions(@DisplayOptions int options) { argument
263 setDisplayOptions(options, 0xffffffff);
267 public void setDisplayOptions(@DisplayOptions int options, @DisplayOptions int mask) { argument
269 mDecorToolbar.setDisplayOptions(options & mask | currentOptions & ~mask);
529 // If the options menu isn't populated yet, do it now
612 // Close the options panel
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/base/core/java/android/provider/
H A DContacts.java629 * @param options the decoding options, can be set to null
634 int placeholderImageResource, BitmapFactory.Options options) {
636 return loadPlaceholderPhoto(placeholderImageResource, context, options);
640 Bitmap bm = stream != null ? BitmapFactory.decodeStream(stream, null, options) : null;
642 bm = loadPlaceholderPhoto(placeholderImageResource, context, options);
648 BitmapFactory.Options options) {
653 placeholderImageResource, options);
633 loadContactPhoto(Context context, Uri person, int placeholderImageResource, BitmapFactory.Options options) argument
647 loadPlaceholderPhoto(int placeholderImageResource, Context context, BitmapFactory.Options options) argument
H A DMediaStore.java577 Cursor c, Uri baseUri, ContentResolver cr, BitmapFactory.Options options) {
586 pfdInput.getFileDescriptor(), null, options);
633 * @param options this is only used for MINI_KIND when decoding the Bitmap
639 BitmapFactory.Options options, Uri baseUri, boolean isVideo) {
668 bitmap = getMiniThumbFromFile(c, baseUri, cr, options);
700 bitmap = getMiniThumbFromFile(c, baseUri, cr, options);
1049 * @param options this is only used for MINI_KIND when decoding the Bitmap
1054 BitmapFactory.Options options) {
1056 InternalThumbnails.DEFAULT_GROUP_ID, kind, options,
1081 * @param options thi
576 getMiniThumbFromFile( Cursor c, Uri baseUri, ContentResolver cr, BitmapFactory.Options options) argument
638 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options, Uri baseUri, boolean isVideo) argument
1053 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
1085 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
2096 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
2115 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
[all...]

Completed in 551 milliseconds

12345