/frameworks/base/core/java/android/app/ |
H A D | ExitTransitionCoordinator.java | 250 ActivityOptions options = ActivityOptions.makeSceneTransitionAnimation(mActivity, this, 259 }, options); 272 // activity to have options since we're essentially canceling the
|
/frameworks/base/core/java/android/print/ |
H A D | PrintJobInfo.java | 193 /** Advanced printer specific options. */ 627 * Gets the advanced options. 629 * @return The advanced options. 638 * Sets the advanced options. 640 * @param options The advanced options. 644 public void setAdvancedOptions(Bundle options) { argument 645 mAdvancedOptions = options;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardViewMediator.java | 1184 public void doKeyguardTimeout(Bundle options) { argument 1186 Message msg = mHandler.obtainMessage(KEYGUARD_TIMEOUT, options); 1225 private void doKeyguardLocked(Bundle options) { argument 1285 showLocked(options); 1366 private void showLocked(Bundle options) { argument 1371 Message msg = mHandler.obtainMessage(SHOW, options); 1663 private void handleShow(Bundle options) { argument 1678 mStatusBarKeyguardViewManager.show(options);
|
/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
H A D | KeyguardServiceDelegate.java | 343 public void doKeyguardTimeout(Bundle options) { argument 345 mKeyguardService.doKeyguardTimeout(options);
|
/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityStack.java | 2103 * @param options Activity options. 2113 boolean resumeTopActivityUncheckedLocked(ActivityRecord prev, ActivityOptions options) { argument 2127 result = resumeTopActivityInnerLocked(prev, options); 2134 private boolean resumeTopActivityInnerLocked(ActivityRecord prev, ActivityOptions options) { argument 2174 ActivityOptions.abort(options); 2192 ActivityOptions.abort(options); 2231 ActivityOptions.abort(options); 2296 ActivityOptions.abort(options); 2677 ActivityOptions options) { 2676 startActivityLocked(ActivityRecord r, boolean newTask, boolean keepCurTransition, ActivityOptions options) argument 4257 updateTransitLocked(int transit, ActivityOptions options) argument 4297 moveTaskToFrontLocked(TaskRecord tr, boolean noAnimation, ActivityOptions options, AppTimeTracker timeTracker, String reason) argument [all...] |
H A D | ActivityRecord.java | 163 ActivityOptions pendingOptions; // most recently given options 164 ActivityOptions returningOptions; // options that are coming back via convertToTranslucent 611 ActivityContainer container, ActivityOptions options, ActivityRecord sourceRecord) { 643 if (options != null) { 644 pendingOptions = options; 976 void updateOptionsLocked(ActivityOptions options) { argument 977 if (options != null) { 981 pendingOptions = options; 605 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, boolean _rootVoiceInteraction, ActivityStackSupervisor supervisor, ActivityContainer container, ActivityOptions options, ActivityRecord sourceRecord) argument
|
/frameworks/av/cmds/stagefright/ |
H A D | recordvideo.cpp | 93 MediaBuffer **buffer, const MediaSource::ReadOptions *options __unused) {
|
H A D | record.cpp | 80 MediaBuffer **buffer, const MediaSource::ReadOptions *options) {
|
/frameworks/av/include/media/stagefright/ |
H A D | CameraSource.h | 99 MediaBuffer **buffer, const ReadOptions *options = NULL);
|
/frameworks/av/media/libstagefright/ |
H A D | AVIExtractor.cpp | 47 MediaBuffer **buffer, const ReadOptions *options); 140 MediaBuffer **buffer, const ReadOptions *options) { 147 if (options && options->getSeekTo(&seekTimeUs, &seekMode)) { 139 read( MediaBuffer **buffer, const ReadOptions *options) argument
|
H A D | OggExtractor.cpp | 57 MediaBuffer **buffer, const ReadOptions *options = NULL); 259 MediaBuffer **out, const ReadOptions *options) { 264 if (options && options->getSeekTo(&seekTimeUs, &mode)) { 258 read( MediaBuffer **out, const ReadOptions *options) argument
|
/frameworks/base/services/tests/servicestests/src/android/net/dhcp/ |
H A D | DhcpPacketTest.java | 428 // No options 526 // 0x1a02: option 26, length 2. 0xff: no more options. 892 byte[] options = new byte[] { 922 // End options. 927 byte[] expected = new byte[DhcpPacket.MIN_PACKET_LENGTH_L2 + options.length]; 930 System.arraycopy(options, 0, expected, DhcpPacket.MIN_PACKET_LENGTH_L2, options.length);
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
H A D | VerticalGridPresenter.java | 277 .options(createShadowOverlayOptions()) 327 * @return The options to be used for shadow, overlay and rounded corner.
|
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/ |
H A D | picasso-2.5.2.jar | ... MarkableInputStream markStream
long mark
android.graphics.BitmapFactory$Options options
boolean calculateSize
boolean isWebPFile
public void run () com. ... |
/frameworks/support/samples/SupportLeanbackShowcase/libs/ |
H A D | picasso-2.5.2.jar | ... MarkableInputStream markStream
long mark
android.graphics.BitmapFactory$Options options
boolean calculateSize
boolean isWebPFile
public void run () com. ... |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
H A D | GenericSource.cpp | 1417 MediaSource::ReadOptions options; local 1421 options.setSeekTo(seekTimeUs, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); 1428 options.setNonBlocking(); 1437 &mediaBuffers, maxBuffers - numBuffers, &options); 1440 err = track->mSource->read(&mbuf, &options); 1446 options.clearNonPersistent();
|
/frameworks/base/core/java/android/accounts/ |
H A D | ChooseTypeAndAccountActivity.java | 358 final Bundle options = getIntent().getBundleExtra( 365 options, null /* activity */, this /* callback */, null /* Handler */); 463 // List of options includes all accounts found together with "Add new account" as the
|
/frameworks/base/core/java/android/view/ |
H A D | IWindowManager.aidl | 282 * Determine the preferred edge of the screen to pin the compact options menu against. 283 * @return a Gravity value for the options menu panel 349 * Lock the device immediately with the specified options (can be null). 351 void lockNow(in Bundle options);
|
H A D | WindowManagerPolicy.java | 1326 public void lockNow(Bundle options); argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
H A D | TileAdapter.java | 309 CharSequence[] options = new CharSequence[] { 314 .setItems(options, new DialogInterface.OnClickListener() {
|
/frameworks/base/tools/aapt2/java/ |
H A D | JavaClassGenerator.cpp | 38 const JavaClassGeneratorOptions& options) : 39 mContext(context), mTable(table), mOptions(options) { 37 JavaClassGenerator(IAaptContext* context, ResourceTable* table, const JavaClassGeneratorOptions& options) argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | ContextFixture.java | 324 public void sendOrderedBroadcast(Intent intent, String receiverPermission, Bundle options, argument 384 String receiverPermission, int appOp, Bundle options, 383 sendOrderedBroadcastAsUser(Intent intent, UserHandle user, String receiverPermission, int appOp, Bundle options, BroadcastReceiver resultReceiver, Handler scheduler, int initialCode, String initialData, Bundle initialExtras) argument
|
/frameworks/av/media/libstagefright/matroska/ |
H A D | MatroskaExtractor.cpp | 133 MediaBuffer **buffer, const ReadOptions *options); 638 MediaBuffer **out, const ReadOptions *options) { 645 if (options && options->getSeekTo(&seekTimeUs, &mode) 637 read( MediaBuffer **out, const ReadOptions *options) argument
|
/frameworks/base/core/java/android/service/voice/ |
H A D | VoiceInteractionSession.java | 167 VoiceInteractor.PickOptionRequest.Option[] options, Bundle extras) { 170 prompt, options, extras); 495 VoiceInteractor.PickOptionRequest.Option[] options, Bundle extras) { 498 mOptions = options; 521 * Return the set of options the user is picking from, as per 1555 * Request for the user to pick one of N options, corresponding to a 493 PickOptionRequest(String packageName, int uid, IVoiceInteractorCallback callback, VoiceInteractionSession session, VoiceInteractor.Prompt prompt, VoiceInteractor.PickOptionRequest.Option[] options, Bundle extras) argument
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
H A D | VoiceInteractionManagerService.java | 150 public void startLocalVoiceInteraction(IBinder callingActivity, Bundle options) { argument 155 callingActivity, options); 189 void startLocalVoiceInteraction(final IBinder token, Bundle options) { argument 194 mImpl.showSessionLocked(options,
|