Searched defs:mode (Results 251 - 275 of 505) sorted by relevance

<<11121314151617181920>>

/frameworks/support/v4/kitkat/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatKitKat.java33 static void setLiveRegion(Object info, int mode) { argument
34 ((AccessibilityNodeInfo) info).setLiveRegion(mode);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatActivity.java243 * Notifies the Activity that a support action mode has been started.
246 * @param mode The new action mode.
249 public void onSupportActionModeStarted(@NonNull ActionMode mode) { argument
253 * Notifies the activity that a support action mode has finished.
256 * @param mode The action mode that just finished.
259 public void onSupportActionModeFinished(@NonNull ActionMode mode) { argument
263 * Called when a support action mode is being started for this window. Gives the
264 * callback an opportunity to handle the action mode i
[all...]
H A DAppCompatDelegate.java83 * Mode which means to not use night mode, and therefore prefer {@code notnight} qualified
91 * Mode which means to always use night mode, and therefore prefer {@code night} qualified
99 * Mode which means to use night mode when it is determined that it is night or not.
111 * Mode which uses the system's night mode setting to determine if it is night or not.
151 * <p>This mode is especially useful with {@code View.SYSTEM_UI_FLAG_FULLSCREEN}, which allows
153 * When an ActionBar is in this mode it will adjust the insets provided to
163 * If overlay is enabled, the action mode UI will be allowed to cover existing window content.
347 * Start an action mode.
349 * @param callback Callback that will manage lifecycle events for this context mode
416 * <p>You can override the night mode usin
438 setLocalNightMode(@ightMode int mode) argument
450 setDefaultNightMode(@ightMode int mode) argument
[all...]
H A DAppCompatDelegateImplBase.java129 public void setLocalNightMode(@NightMode int mode) { argument
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DDecorToolbar.java77 void setNavigationMode(int mode); argument
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentWithAspectRatioTest.java220 public static MeasureSpecMatcher is(int size, int mode) { argument
221 MeasureSpecMatcher matcher = new MeasureSpecMatcher(size, mode);
234 public static MeasureSpecMatcher mode(int mode) { argument
235 MeasureSpecMatcher matcher = new MeasureSpecMatcher(0, mode);
241 private MeasureSpecMatcher(int size, int mode) { argument
243 mMode = mode;
254 final int mode = View.MeasureSpec.getMode(intValue);
258 if (checkMode && mode != mMode) {
268 final int mode
289 modeName(int mode) argument
[all...]
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp795 Mode mode, const Pattern &pattern, const void *srcPtr,
799 ALOGD("MockCryptoPlugin::decrypt(secure=%d, key=%s, iv=%s, mode=%d, "
805 (int)mode, pattern.mEncryptBlocks, pattern.mSkipBlocks, srcPtr,
794 decrypt(bool secure, const uint8_t key[16], const uint8_t iv[16], Mode mode, const Pattern &pattern, const void *srcPtr, const SubSample *subSamples, size_t numSubSamples, void *dstPtr, AString * ) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp323 // down for audio offload mode. If that happens, the NuPlayerRenderer will no longer know the
525 int mode = request.readInt32(); local
526 return mPlayer->setVideoScalingMode(mode);
/frameworks/av/media/libstagefright/
H A DMP3Extractor.cpp43 // protection, bitrate, padding, private bits, mode, mode extension,
499 ReadOptions::SeekMode mode; local
502 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
H A DStagefrightMetadataRetriever.cpp190 ALOGE("Unknown seek mode: %d", seekMode);
195 MediaSource::ReadOptions::SeekMode mode = local
204 options.setSeekTo(thumbNailTime, mode);
207 options.setSeekTo(frameTimeUs, mode);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp76 int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode)
224 if (mode == MPEG4_MODE)
255 mode = H263_MODE;
256 /* Set max width and height. In H.263 mode, we use */
808 OSCL_EXPORT_REF void PVSetPostProcType(VideoDecControls *decCtrl, int mode) argument
811 video->postFilterType = mode;
904 /* Return : This function returns the decoding mode of the baselayer */
75 PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_comp.cpp108 Int mode = video->headerInfo.Mode[mbnum]; /* get mode */ local
130 if (mode == MODE_INTER || mode == MODE_INTER_Q)
161 else if (mode == MODE_INTER4V)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_intra_prediction.c201 Perform intra 16x16 prediction mode for luma pixels and add
257 macroblock array 'data'. The intra 4x4 prediction mode for each
268 u32 mode; local
301 mode = DetermineIntra4x4PredMode(mbLayer,
304 pMb->intra4x4PredMode[block] = (u8)mode;
351 (OMXVCM4P10Intra4x4PredMode)mode,
451 specified prediction mode. Writes the final macroblock
616 Perform intra 16x16 prediction mode for luma pixels and add
691 macroblock array 'data'. The intra 4x4 prediction mode for each
704 u32 mode; local
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp597 ElementaryStreamQueue::Mode mode; local
601 mode = ElementaryStreamQueue::H264;
604 mode = ElementaryStreamQueue::AAC;
608 mode = ElementaryStreamQueue::MPEG_AUDIO;
613 mode = ElementaryStreamQueue::MPEG_VIDEO;
617 mode = ElementaryStreamQueue::MPEG4_VIDEO;
626 mQueue = new ElementaryStreamQueue(mode);
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp185 const sp<ABuffer> &buffer, uint8_t packetType, PacketizationMode mode) {
188 switch (mode) {
184 queueBuffer( const sp<ABuffer> &buffer, uint8_t packetType, PacketizationMode mode) argument
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp388 cryptoinfo_mode_t mode; member in struct:AMediaCodecCryptoInfo
420 (CryptoPlugin::Mode)crypto->mode,
445 cryptoinfo_mode_t mode,
459 ret->mode = mode;
514 return ci->mode;
441 AMediaCodecCryptoInfo_new( int numsubsamples, uint8_t key[16], uint8_t iv[16], cryptoinfo_mode_t mode, size_t *clearbytes, size_t *encryptedbytes) argument
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DSerializer.cpp117 const char AudioGainTraits::Attributes::mode[] = "mode"; member in class:android::AudioGainTraits::Attributes
132 string mode = getXmlAttribute(root, Attributes::mode); local
133 if (!mode.empty()) {
134 gain->setMode(GainModeConverter::maskFromString(mode));
177 ALOGV("%s: adding new gain mode %08x channel mask %08x min mB %d max mB %d", __FUNCTION__,
/frameworks/base/core/java/android/app/
H A DNativeActivity.java331 void showIme(int mode) { argument
332 mIMM.showSoftInput(mNativeContentView, mode);
335 void hideIme(int mode) { argument
336 mIMM.hideSoftInputFromWindow(mNativeContentView.getWindowToken(), mode);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadset.java547 * Stop Bluetooth Voice Recognition mode, and shut down the
874 public void clccResponse(int index, int direction, int status, int mode, boolean mpty, argument
878 mService.clccResponse(index, direction, status, mode, mpty, number, type);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyCameraDevice.java782 static void setScalingMode(Surface surface, int mode) argument
785 LegacyExceptionUtils.throwOnError(nativeSetScalingMode(surface, mode));
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java103 * There are no guarantees that this access mode will remain on
119 * There are no guarantees that this access mode will remain on
188 * @param mode The desired access mode, must be one of
196 * be opened with the requested mode.
199 public static ParcelFileDescriptor open(File file, int mode) throws FileNotFoundException { argument
200 final FileDescriptor fd = openInternal(file, mode);
210 * @param mode The desired access mode, must be one of
221 * be opened with the requested mode
224 open(File file, int mode, Handler handler, final OnCloseListener listener) argument
276 openInternal(File file, int mode) argument
523 parseMode(String mode) argument
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java43 * (IME). Subtype can describe locale (e.g. en_US, fr_FR...) and mode (e.g. voice, keyboard...),
163 * Arrays.hashCode(new Object[] {locale, mode, extraValue,
191 * @param subtypeMode is the mode supported by this subtype.
218 String mode, String extraValue, boolean isAuxiliary,
224 builder.mSubtypeMode = mode;
240 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, argument
242 this(nameId, iconId, locale, mode, extraValue, isAuxiliary,
255 * @param mode The mode supported by the subtype
266 * auxiliary input mode, an
217 getBuilder(int nameId, int iconId, String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, int id, boolean isAsciiCapable) argument
277 InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, int id) argument
638 hashCodeInternal(String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, boolean isAsciiCapable) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DDecorToolbar.java83 void setNavigationMode(int mode); argument
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp379 jobject eventQWeak, jobject msgQ, jstring packageName, jint mode) {
383 sp<SensorEventQueue> queue(mgr->createEventQueue(clientName, mode));
378 nativeInitSensorEventQueue(JNIEnv *env, jclass clazz, jlong sensorManager, jobject eventQWeak, jobject msgQ, jstring packageName, jint mode) argument
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp718 jint mode) {
726 if ((err = native_window_set_scaling_mode(anw.get(), static_cast<int>(mode))) != NO_ERROR) {
727 ALOGE("%s: Unable to set surface scaling mode, error %s (%d)", __FUNCTION__,
717 LegacyCameraDevice_nativeSetScalingMode(JNIEnv* env, jobject thiz, jobject surface, jint mode) argument

Completed in 1208 milliseconds

<<11121314151617181920>>