Searched refs:opts (Results 26 - 50 of 57) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DAlternateRecentsComponent.java640 ActivityOptions opts = getThumbnailTransitionActivityOptions(topTask, stack,
642 if (opts != null) {
643 startAlternateRecentsActivity(topTask, opts, false /* fromHome */,
676 ActivityOptions opts = getHomeTransitionActivityOptions(fromSearchHome);
677 startAlternateRecentsActivity(topTask, opts, true /* fromHome */, fromSearchHome,
681 ActivityOptions opts = getUnknownTransitionActivityOptions();
682 startAlternateRecentsActivity(topTask, opts, true /* fromHome */,
691 ActivityOptions opts, boolean fromHome, boolean fromSearchHome, boolean fromThumbnail,
709 if (opts != null) {
710 mContext.startActivityAsUser(intent, opts
690 startAlternateRecentsActivity(ActivityManager.RunningTaskInfo topTask, ActivityOptions opts, boolean fromHome, boolean fromSearchHome, boolean fromThumbnail, TaskStackViewLayoutAlgorithm.VisibilityReport vr) argument
[all...]
H A DRecentsActivity.java103 public FinishRecentsRunnable(Intent launchIntent, ActivityOptions opts) { argument
105 mLaunchOpts = opts;
302 Bundle opts = new Bundle();
303 opts.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY,
305 mSearchAppWidgetHostView.updateAppWidgetOptions(opts);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java185 BitmapFactory.Options opts = new BitmapFactory.Options();
186 opts.inPreferredConfig = Bitmap.Config.ARGB_8888;
187 opts.inPreferQualityOverSpeed = true;
190 opts.inSampleSize = BitmapUtils.computeSampleSizeLarger(scale);
191 opts.inJustDecodeBounds = false;
192 mPreview = loadPreviewBitmap(opts);
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java219 BitmapFactory.Options opts = new BitmapFactory.Options();
220 opts.inScaled = false;
221 bitmap = BitmapFactory.decodeResource(getResources(), id, opts);
/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java215 * @param opts Options to pass to startActivity
218 Bundle opts) {
223 mService.startActivityAsUser(component, sourceBounds, opts, user);
236 * @param opts Options to pass to startActivity
239 Rect sourceBounds, Bundle opts) {
241 mService.showAppDetailsAsUser(component, sourceBounds, opts, user);
217 startMainActivity(ComponentName component, UserHandle user, Rect sourceBounds, Bundle opts) argument
238 startAppDetailsActivity(ComponentName component, UserHandle user, Rect sourceBounds, Bundle opts) argument
/frameworks/base/core/java/com/android/internal/widget/
H A DDecorToolbar.java75 void setDisplayOptions(int opts); argument
H A DToolbarWidgetWrapper.java200 int opts = ActionBar.DISPLAY_SHOW_TITLE | ActionBar.DISPLAY_SHOW_HOME |
203 opts |= ActionBar.DISPLAY_HOME_AS_UP;
206 return opts;
/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java265 Bundle opts, UserHandle user) throws RemoteException {
299 mContext.startActivityAsUser(launchIntent, opts, user);
312 Bundle opts, UserHandle user) throws RemoteException {
327 mContext.startActivityAsUser(intent, opts, user);
264 startActivityAsUser(ComponentName component, Rect sourceBounds, Bundle opts, UserHandle user) argument
311 showAppDetailsAsUser(ComponentName component, Rect sourceBounds, Bundle opts, UserHandle user) argument
/frameworks/base/test-runner/src/android/test/mock/
H A DMockIContentProvider.java110 Bundle opts, ICancellationSignal signal) throws RemoteException, FileNotFoundException {
109 openTypedAssetFile(String callingPackage, Uri url, String mimeType, Bundle opts, ICancellationSignal signal) argument
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DDecorToolbar.java73 void setDisplayOptions(int opts); argument
H A DToolbarWidgetWrapper.java226 int opts = ActionBar.DISPLAY_SHOW_TITLE | ActionBar.DISPLAY_SHOW_HOME |
229 opts |= ActionBar.DISPLAY_HOME_AS_UP;
231 return opts;
/frameworks/base/core/java/android/content/
H A DContentProvider.java385 Bundle opts, ICancellationSignal cancellationSignal) throws FileNotFoundException {
392 uri, mimeType, opts, CancellationSignal.fromTransport(cancellationSignal));
1481 * @param opts Additional options from the client. The definitions of
1498 public AssetFileDescriptor openTypedAssetFile(Uri uri, String mimeTypeFilter, Bundle opts) argument
1542 * @param opts Additional options from the client. The definitions of
1566 Uri uri, String mimeTypeFilter, Bundle opts, CancellationSignal signal)
1568 return openTypedAssetFile(uri, mimeTypeFilter, opts);
1586 * @param opts Options supplied by caller.
1590 Bundle opts, T args);
1602 * @param opts Option
384 openTypedAssetFile(String callingPkg, Uri uri, String mimeType, Bundle opts, ICancellationSignal cancellationSignal) argument
1565 openTypedAssetFile( Uri uri, String mimeTypeFilter, Bundle opts, CancellationSignal signal) argument
1589 writeDataToPipe(ParcelFileDescriptor output, Uri uri, String mimeType, Bundle opts, T args) argument
1610 openPipeHelper(final Uri uri, final String mimeType, final Bundle opts, final T args, final PipeDataWriter<T> func) argument
[all...]
H A DIContentProvider.java69 Bundle opts, ICancellationSignal signal) throws RemoteException, FileNotFoundException;
68 openTypedAssetFile(String callingPkg, Uri url, String mimeType, Bundle opts, ICancellationSignal signal) argument
H A DContentProviderNative.java308 Bundle opts = data.readBundle();
313 fd = openTypedAssetFile(callingPkg, url, mimeType, opts, signal);
677 Bundle opts, ICancellationSignal signal) throws RemoteException, FileNotFoundException {
686 data.writeBundle(opts);
676 openTypedAssetFile(String callingPkg, Uri url, String mimeType, Bundle opts, ICancellationSignal signal) argument
H A DContentResolver.java1016 * @param opts Additional provider-dependent options.
1026 Uri uri, String mimeType, Bundle opts) throws FileNotFoundException {
1027 return openTypedAssetFileDescriptor(uri, mimeType, opts, null);
1049 * @param opts Additional provider-dependent options.
1062 String mimeType, Bundle opts, CancellationSignal cancellationSignal)
1081 mPackageName, uri, mimeType, opts, remoteCancellationSignal);
1096 mPackageName, uri, mimeType, opts, remoteCancellationSignal);
1025 openTypedAssetFileDescriptor( Uri uri, String mimeType, Bundle opts) argument
1061 openTypedAssetFileDescriptor(Uri uri, String mimeType, Bundle opts, CancellationSignal cancellationSignal) argument
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java965 InputStream is, String srcName, BitmapFactory.Options opts) {
985 if (opts == null) opts = new BitmapFactory.Options();
986 opts.inScreenDensity = res != null
988 Bitmap bm = BitmapFactory.decodeResourceStream(res, value, is, pad, opts);
964 createFromResourceStream(Resources res, TypedValue value, InputStream is, String srcName, BitmapFactory.Options opts) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java166 final BitmapFactory.Options opts = new BitmapFactory.Options();
168 opts.inSampleSize = 2;
170 opts.inMutable = true;
174 opts.inBitmap = loaded;
175 loaded = BitmapFactory.decodeResource(res, resid, opts);
H A DSearchPanelView.java94 final ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext,
100 mContext.startActivityAsUser(intent, opts.toBundle(),
/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java236 Bundle opts = new Bundle(key.options);
237 opts.putAll(options);
238 options = opts;
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardViewBase.java465 final ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext,
470 mActivityLauncher.launchActivityWithAnimation(intent, false, opts.toBundle(), null, null);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java291 final DecodeOptions opts = new DecodeOptions(bufferW, bufferH, getDecodeVerticalCenter(),
293 mTask = new DecodeTask(mCurrKey, opts, factory, this, mCache);
H A DStyledCornersBitmapDrawable.java74 boolean limitDensity, ExtendedOptions opts, float cornerRoundRadius,
76 super(res, cache, limitDensity, opts);
73 StyledCornersBitmapDrawable(Resources res, BitmapCache cache, boolean limitDensity, ExtendedOptions opts, float cornerRoundRadius, float cornerFlapSide) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java433 ActivityOptions opts = null;
478 opts = ActivityOptions.makeThumbnailAspectScaleUpAnimation(sourceView,
483 final ActivityOptions launchOpts = opts;
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java78 ActivityOptions opts = ActivityOptions.makeTaskLaunchBehind();
79 options = opts.toBundle();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java674 Bundle opts = (bm == null) ?
683 opts);
691 context.startActivityAsUser(intent, opts,

Completed in 484 milliseconds

123