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

12345

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java71 * Display options applied by default
76 * Display options that require re-layout as opposed to a simple invalidate
155 // Only invoke the window callback if the options menu has been initialized.
606 public void setDisplayOptions(int options) { argument
607 final int flagsChanged = mDisplayOptions == -1 ? -1 : options ^ mDisplayOptions;
608 mDisplayOptions = options;
614 final boolean setUp = (options & ActionBar.DISPLAY_HOME_AS_UP) != 0;
627 final boolean logoVis = mLogo != null && (options & ActionBar.DISPLAY_USE_LOGO) != 0;
632 if ((options & ActionBar.DISPLAY_SHOW_TITLE) != 0) {
639 final boolean showHome = (options
[all...]
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp252 // Pre-allocate enough space to hold a fair number of options.
387 * Parse a property containing space-separated options that should be
390 * This will cut up "extraOptsBuf" as we chop it into individual options.
512 * CAUTION: when adding options in here, be careful not to put the
514 * options using mOptions.add() does not copy the buffer, so if the
633 ALOGI("JNI options: '%s'\n", jniOptsBuf);
645 /* enable verbose; standard options are { jni, gc, class } */
749 // libart tolerates libdvm flags, but not vice versa, so only pass some options if libart.
759 // Extra options for boot.art/boot.oat image generation.
778 // Extra options fo
930 start(const char* className, const Vector<String8>& options) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java132 ActivityOptions pendingOptions; // most recently given options
133 ActivityOptions returningOptions; // options that are coming back via convertToTranslucent
380 ActivityContainer container, Bundle options) {
411 if (options != null) {
412 pendingOptions = new ActivityOptions(options);
675 void updateOptionsLocked(Bundle options) { argument
676 if (options != null) {
680 pendingOptions = new ActivityOptions(options);
684 void updateOptionsLocked(ActivityOptions options) { argument
685 if (options !
375 ActivityRecord(ActivityManagerService _service, ProcessRecord _caller, int _launchedFromUid, String _launchedFromPackage, Intent _intent, String _resolvedType, ActivityInfo aInfo, Configuration _configuration, ActivityRecord _resultTo, String _resultWho, int _reqCode, boolean _componentSpecified, ActivityStackSupervisor supervisor, ActivityContainer container, Bundle options) argument
[all...]
H A DActivityStack.java1470 final boolean resumeTopActivityLocked(ActivityRecord prev, Bundle options) { argument
1480 result = resumeTopActivityInnerLocked(prev, options);
1487 final boolean resumeTopActivityInnerLocked(ActivityRecord prev, Bundle options) { argument
1517 ActivityOptions.abort(options);
1536 ActivityOptions.abort(options);
1576 ActivityOptions.abort(options);
1961 boolean doResume, boolean keepCurTransition, Bundle options) {
1999 ActivityOptions.abort(options);
2070 } else if (options != null && new ActivityOptions(options)
1960 startActivityLocked(ActivityRecord r, boolean newTask, boolean doResume, boolean keepCurTransition, Bundle options) argument
3455 updateTransitLocked(int transit, Bundle options) argument
3495 moveTaskToFrontLocked(TaskRecord tr, ActivityRecord reason, Bundle options) argument
[all...]
H A DActivityStackSupervisor.java818 Bundle options, int userId, IActivityContainer iContainer, TaskRecord inTask) {
876 ActivityOptions.abort(options);
930 realCallingPid, realCallingUid, startFlags, options,
984 Bundle options, int userId) {
1038 if (options != null && i == intents.length-1) {
1039 theseOptions = options;
1277 int realCallingPid, int realCallingUid, int startFlags, Bundle options,
1326 ActivityOptions.abort(options);
1401 ActivityOptions.abort(options);
1453 ActivityOptions.abort(options);
813 startActivityMayWait(IApplicationThread caller, int callingUid, String callingPackage, Intent intent, String resolvedType, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, WaitResult outResult, Configuration config, Bundle options, int userId, IActivityContainer iContainer, TaskRecord inTask) argument
982 startActivities(IApplicationThread caller, int callingUid, String callingPackage, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
1272 startActivityLocked(IApplicationThread caller, Intent intent, String resolvedType, ActivityInfo aInfo, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid, String callingPackage, int realCallingPid, int realCallingUid, int startFlags, Bundle options, boolean componentSpecified, ActivityRecord[] outActivity, ActivityContainer container, TaskRecord inTask) argument
1574 startActivityUncheckedLocked(ActivityRecord r, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags, boolean doResume, Bundle options, TaskRecord inTask) argument
2469 findTaskToMoveToFrontLocked(TaskRecord task, int flags, Bundle options) argument
[all...]
H A DActivityManagerService.java3542 int startFlags, ProfilerInfo profilerInfo, Bundle options) {
3544 resultWho, requestCode, startFlags, profilerInfo, options,
3551 int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) {
3558 profilerInfo, null, null, options, userId, null, null);
3564 int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) {
3610 null, null, options, userId, null, null);
3631 int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) {
3639 options, userId, null, null);
3646 int startFlags, Configuration config, Bundle options, int userId) {
3653 null, null, config, options, userI
3540 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
3549 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3562 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3629 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3644 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
3658 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
3690 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3715 startNextMatchingActivity(IBinder callingActivity, Intent intent, Bundle options) argument
3821 startActivityFromRecents(int taskId, Bundle options) argument
3831 startActivityFromRecentsInner(int taskId, Bundle options) argument
3852 startActivityInPackage(int uid, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Bundle options, int userId, IActivityContainer container, TaskRecord inTask) argument
3868 startActivities(IApplicationThread caller, String callingPackage, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
3880 startActivitiesInPackage(int uid, String callingPackage, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
6554 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument
6625 getIntentSenderLocked(int type, String packageName, int callingUid, int userId, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options) argument
8566 moveTaskToFront(int taskId, int flags, Bundle options) argument
8576 moveTaskToFrontLocked(int taskId, int flags, Bundle options) argument
10601 convertToTranslucent(IBinder token, ActivityOptions options) argument
19143 startActivity(IBinder whoThread, String callingPackage, Intent intent, String resolvedType, Bundle options) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1377 Bundle options) throws IntentSender.SendIntentException {
1375 startIntentSender(IntentSender intent, Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DWindowDecorActionBar.java453 public void setDisplayOptions(int options) { argument
454 if ((options & DISPLAY_HOME_AS_UP) != 0) {
457 mDecorToolbar.setDisplayOptions(options);
460 public void setDisplayOptions(int options, int mask) { argument
465 mDecorToolbar.setDisplayOptions((options & mask) | (current & ~mask));
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp3132 MediaSource::ReadOptions options; local
3133 options.setSeekTo(mSeekTimeUs, mSeekMode);
3139 err = mSource->read(&srcBuffer, &options);
3917 MediaBuffer **buffer, const ReadOptions *options) {
3930 if (options && options->getSeekTo(&seekTimeUs, &seekMode)) {
3916 read( MediaBuffer **buffer, const ReadOptions *options) argument
H A DMPEG4Extractor.cpp65 virtual status_t read(MediaBuffer **buffer, const ReadOptions *options = NULL);
66 virtual status_t fragmentedRead(MediaBuffer **buffer, const ReadOptions *options = NULL);
3659 MediaBuffer **out, const ReadOptions *options) {
3665 return fragmentedRead(out, options);
3674 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
3941 MediaBuffer **out, const ReadOptions *options) {
3953 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
3658 read( MediaBuffer **out, const ReadOptions *options) argument
3940 fragmentedRead( MediaBuffer **out, const ReadOptions *options) argument
/frameworks/base/core/java/android/app/
H A DActivityManager.java1365 * with a null options argument.
1386 * @param options Additional options for the operation, either null or
1390 public void moveTaskToFront(int taskId, int flags, Bundle options) { argument
1392 ActivityManagerNative.getDefault().moveTaskToFront(taskId, flags, options);
2764 * @param options Optional launch options.
2768 public void startActivity(Context context, Intent intent, Bundle options) { argument
2771 thread.getApplicationThread(), mAppTaskImpl, intent, options);
H A DContextImpl.java1229 public void startActivity(Intent intent, Bundle options) { argument
1239 (Activity)null, intent, -1, options);
1244 public void startActivityAsUser(Intent intent, Bundle options, UserHandle user) { argument
1249 null, null, 0, Intent.FLAG_ACTIVITY_NEW_TASK, null, options,
1263 public void startActivitiesAsUser(Intent[] intents, Bundle options, UserHandle userHandle) { argument
1272 (Activity)null, intents, options, userHandle.getIdentifier());
1276 public void startActivities(Intent[] intents, Bundle options) { argument
1286 (Activity)null, intents, options);
1298 int flagsMask, int flagsValues, int extraFlags, Bundle options)
1310 0, flagsMask, flagsValues, options);
1297 startIntentSender(IntentSender intent, Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
[all...]
H A DActivity.java2092 * Activity's options menu and the navigation button will be wired through the standard
2299 * ({@link #DEFAULT_KEYS_DIALER}), execute a shortcut in your options
2940 * Declare that the options menu has changed, so should be recreated.
2951 * Initialize the contents of the Activity's standard options menu. You
2954 * <p>This is only called once, the first time the options menu is
2970 * @param menu The options menu in which you place your items.
2986 * Prepare the Screen's standard options menu to be displayed. This is
2995 * @param menu The options menu as last shown or first initialized by
3011 * This hook is called whenever an item in your options menu is selected.
3140 * This hook is called whenever the options men
3734 startActivityForResult(Intent intent, int requestCode, @Nullable Bundle options) argument
3785 startActivityForResultAsUser(Intent intent, int requestCode, @Nullable Bundle options, UserHandle user) argument
3827 startActivityAsUser(Intent intent, Bundle options, UserHandle user) argument
3850 startActivityAsCaller(Intent intent, @Nullable Bundle options, int userId) argument
3912 startIntentSenderForResult(IntentSender intent, int requestCode, @Nullable Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
3929 startIntentSenderForResultInner(IntentSender intent, int requestCode, Intent fillInIntent, int flagsMask, int flagsValues, Activity activity, Bundle options) argument
4001 startActivity(Intent intent, @Nullable Bundle options) argument
4050 startActivities(Intent[] intents, @Nullable Bundle options) argument
4095 startIntentSender(IntentSender intent, @Nullable Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
4158 startActivityIfNeeded(@onNull Intent intent, int requestCode, @Nullable Bundle options) argument
4230 startNextMatchingActivity(@onNull Intent intent, @Nullable Bundle options) argument
4284 startActivityFromChild(@onNull Activity child, Intent intent, int requestCode, @Nullable Bundle options) argument
4335 startActivityFromFragment(@onNull Fragment fragment, Intent intent, int requestCode, @Nullable Bundle options) argument
4369 startIntentSenderFromChild(Activity child, IntentSender intent, int requestCode, Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, @Nullable Bundle options) argument
5421 convertToTranslucent(TranslucentConversionListener callback, ActivityOptions options) argument
5454 onNewActivityOptions(ActivityOptions options) argument
[all...]
H A DActivityManagerNative.java138 Bundle options = data.readInt() != 0
141 resultTo, resultWho, requestCode, startFlags, profilerInfo, options);
161 Bundle options = data.readInt() != 0
165 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
185 Bundle options = data.readInt() != 0
189 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
209 Bundle options = data.readInt() != 0
213 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
232 Bundle options = data.readInt() != 0
236 resultTo, resultWho, requestCode, startFlags, config, options, userI
2368 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
2402 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2437 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2471 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2506 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
2536 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
2570 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2605 startNextMatchingActivity(IBinder callingActivity, Intent intent, Bundle options) argument
2625 startActivityFromRecents(int taskId, Bundle options) argument
3106 moveTaskToFront(int task, int flags, Bundle options) argument
3702 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument
4393 convertToTranslucent(IBinder token, ActivityOptions options) argument
4602 startActivities(IApplicationThread caller, String callingPackage, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
[all...]
H A DActivityThread.java1106 public void scheduleOnNewActivityOptions(IBinder token, ActivityOptions options) { argument
1108 new Pair<IBinder, ActivityOptions>(token, options));
2479 public void onNewActivityOptions(IBinder token, ActivityOptions options) { argument
2482 r.activity.onNewActivityOptions(options);
H A DIActivityManager.java66 ProfilerInfo profilerInfo, Bundle options) throws RemoteException;
69 ProfilerInfo profilerInfo, Bundle options, int userId) throws RemoteException;
72 int flags, ProfilerInfo profilerInfo, Bundle options, int userId) throws RemoteException;
75 int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options,
80 Bundle options, int userId) throws RemoteException;
84 int flagsMask, int flagsValues, Bundle options) throws RemoteException;
87 IVoiceInteractor interactor, int flags, ProfilerInfo profilerInfo, Bundle options,
90 Intent intent, Bundle options) throws RemoteException;
91 public int startActivityFromRecents(int taskId, Bundle options) throws RemoteException; argument
132 public void moveTaskToFront(int task, int flags, Bundle options) throw argument
64 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options) argument
67 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
70 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
73 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
77 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration newConfig, Bundle options, int userId) argument
81 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
85 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
89 startNextMatchingActivity(IBinder callingActivity, Intent intent, Bundle options) argument
201 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument
326 convertToTranslucent(IBinder token, ActivityOptions options) argument
355 startActivities(IApplicationThread caller, String callingPackage, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1192 public void lockNow(Bundle options); argument
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java725 int providerProfileId, ComponentName providerComponent, Bundle options) {
798 widget.options = (options != null) ? cloneIfLocalBinder(options) : new Bundle();
801 if (!widget.options.containsKey(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY)) {
802 widget.options.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY,
1127 public void updateAppWidgetOptions(String callingPackage, int appWidgetId, Bundle options) { argument
1149 // Merge the options.
1150 widget.options.putAll(options);
724 bindAppWidgetId(String callingPackage, int appWidgetId, int providerProfileId, ComponentName providerComponent, Bundle options) argument
3394 Bundle options; field in class:AppWidgetServiceImpl.Widget
[all...]
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1807 final Bundle options = (optionsIn == null) ? new Bundle() : optionsIn;
1808 options.putInt(AccountManager.KEY_CALLER_UID, uid);
1809 options.putInt(AccountManager.KEY_CALLER_PID, pid);
1818 options);
1882 final Bundle options = (optionsIn == null) ? new Bundle() : optionsIn;
1883 options.putInt(AccountManager.KEY_CALLER_UID, uid);
1884 options.putInt(AccountManager.KEY_CALLER_PID, pid);
1893 options);
1925 final Account account, final Bundle options, final boolean expectActivityLaunch,
1948 mAuthenticator.confirmCredentials(this, account, options);
1924 confirmCredentialsAsUser(IAccountManagerResponse response, final Account account, final Bundle options, final boolean expectActivityLaunch, int userId) argument
[all...]
/frameworks/testing/espresso/libs/
H A Dtestrunner-1.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/apps/ ...
/frameworks/base/tools/aapt/
H A DResourceTable.cpp25 int options)
32 return compileXmlFile(bundle, assets, resourceName, root, target, table, options);
41 int options)
48 return compileXmlFile(bundle, assets, resourceName, root, outTarget, table, options);
57 int options)
59 if ((options&XML_COMPILE_STRIP_WHITESPACE) != 0) {
61 } else if ((options&XML_COMPILE_COMPACT_WHITESPACE) != 0) {
65 if ((options&XML_COMPILE_UTF8) != 0) {
71 if ((options&XML_COMPILE_ASSIGN_ATTRIBUTE_IDS) != 0) {
94 (options
20 compileXmlFile(const Bundle* bundle, const sp<AaptAssets>& assets, const String16& resourceName, const sp<AaptFile>& target, ResourceTable* table, int options) argument
35 compileXmlFile(const Bundle* bundle, const sp<AaptAssets>& assets, const String16& resourceName, const sp<AaptFile>& target, const sp<AaptFile>& outTarget, ResourceTable* table, int options) argument
51 compileXmlFile(const Bundle* bundle, const sp<AaptAssets>& assets, const String16& resourceName, const sp<XMLNode>& root, const sp<AaptFile>& target, ResourceTable* table, int options) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp536 CancelationOptions options(CancelationOptions::CANCEL_NON_POINTER_EVENTS, reason);
537 synthesizeCancelationEventsForAllConnectionsLocked(options);
543 CancelationOptions options(CancelationOptions::CANCEL_POINTER_EVENTS, reason);
544 synthesizeCancelationEventsForAllConnectionsLocked(options);
546 CancelationOptions options(CancelationOptions::CANCEL_NON_POINTER_EVENTS, reason);
547 synthesizeCancelationEventsForAllConnectionsLocked(options);
706 CancelationOptions options(CancelationOptions::CANCEL_ALL_EVENTS,
708 options.deviceId = entry->deviceId;
709 synthesizeCancelationEventsForAllConnectionsLocked(options);
871 CancelationOptions options(CancelationOption
2180 synthesizeCancelationEventsForAllConnectionsLocked( const CancelationOptions& options) argument
2188 synthesizeCancelationEventsForInputChannelLocked( const sp<InputChannel>& channel, const CancelationOptions& options) argument
2197 synthesizeCancelationEventsForConnectionLocked( const sp<Connection>& connection, const CancelationOptions& options) argument
4257 synthesizeCancelationEvents(nsecs_t currentTime, Vector<EventEntry*>& outEvents, const CancelationOptions& options) argument
4330 shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options) argument
4351 shouldCancelMotion(const MotionMemento& memento, const CancelationOptions& options) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2213 // and his ONLY options are to answer or reject the call.)
5374 Bundle options; field in class:PhoneWindowManager.ScreenLockTimeout
5381 mKeyguardDelegate.doKeyguardTimeout(options);
5384 options = null;
5388 public void setLockOptions(Bundle options) { argument
5389 this.options = options;
5396 public void lockNow(Bundle options) { argument
5399 if (options != null) {
5400 // In case multiple calls are made to lockNow, we don't wipe out the options
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java6530 * theme attribute) on devices that feature a physical options menu key attempt to position
6543 * @return A {@link Gravity} value for placing the options menu window
10733 public void lockNow(Bundle options) { argument
10734 mPolicy.lockNow(options);
11200 pw.println("Window manager dump options:");

Completed in 748 milliseconds

12345