Searched refs:mMode (Results 1 - 25 of 36) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DSubActivityScreen.java32 int mMode; field in class:SubActivityScreen
40 mMode = getIntent().getIntExtra("mode", mMode);
42 // + " mode=" + mMode);
47 if (mMode == PENDING_RESULT_MODE) {
57 } else if (mMode < CHILD_OFFSET) {
60 intent.putExtra("mode", CHILD_OFFSET+mMode);
79 if (mMode >= CHILD_OFFSET) {
89 //System.out.println("Resuming sub-activity: mode=" + mMode);
90 switch (mMode
[all...]
/frameworks/base/voip/jni/rtp/
H A DAmrCodec.cpp62 int mMode; member in class:__anon1256::AmrCodec
78 mMode = 0;
83 if (mode > mMode) {
84 mMode = mode;
90 mMode = 7;
105 int length = AMREncode(mEncoder, mSidSync, (Mode)mMode,
108 if (type != mMode || length != (8 + gFrameBits[mMode] + 7) >> 3) {
114 bytes[1] = (mMode << 3) | 0x04;
117 // CMR = 15 (4-bit), F = 0 (1-bit), FT = mMode (
[all...]
H A DAudioGroup.cpp116 int mMode; member in class:__anon1257::AudioStream
172 mMode = mode;
222 (codec ? codec->name : "RAW"), mSampleRate, mInterval, mMode);
236 if (mMode == SEND_ONLY) {
281 if (mMode != RECEIVE_ONLY && mDtmfEvent != -1) {
305 if (mMode != RECEIVE_ONLY) {
336 if (mMode != RECEIVE_ONLY) {
363 if (mMode == SEND_ONLY) {
499 int mMode; member in class:__anon1257::AudioGroup
548 mMode
[all...]
/frameworks/base/voip/java/android/net/rtp/
H A DRtpStream.java55 private int mMode = MODE_NORMAL; field in class:RtpStream
120 return mMode;
139 mMode = mode;
H A DAudioGroup.java94 private int mMode = MODE_ON_HOLD; field in class:AudioGroup
121 return mMode;
138 mMode = mode;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPorterDuffXfermode_Delegate.java46 private final int mMode; field in class:PorterDuffXfermode_Delegate
51 return getPorterDuffMode(mMode);
56 return getComposite(getPorterDuffMode(mMode), alpha);
138 mMode = mode;
/frameworks/base/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp45 mMode(MODE_NARROW),
55 mMode = MODE_WIDE;
65 if (mMode == MODE_NARROW) {
93 mMode == MODE_NARROW
109 (mMode == MODE_NARROW ? kNumSamplesPerFrameNB : kNumSamplesPerFrameWB)
127 if (mMode == MODE_NARROW) {
165 mMode == MODE_NARROW
188 (mMode == MODE_NARROW) ? kSampleRateNB : kSampleRateWB;
210 if (mMode == MODE_NARROW) {
298 if (mMode
[all...]
H A DSoftAMR.h57 } mMode; member in struct:android::SoftAMR
/frameworks/base/core/java/android/widget/
H A DDialerFilter.java120 switch (mMode) {
154 switch (mMode) {
210 return mMode;
251 int oldMode = mMode;
252 mMode = newMode;
315 if (mMode != DIGITS_ONLY) {
323 switch (mMode) {
374 if (mMode != DIGITS_ONLY) {
383 if (mMode != DIGITS_ONLY) {
417 int mMode; field in class:DialerFilter
[all...]
H A DScroller.java36 private int mMode; field in class:Scroller
257 switch (mMode) {
335 mMode = SCROLL_MODE;
389 mMode = FLING_MODE;
H A DOverScroller.java33 private int mMode; field in class:OverScroller
294 switch (mMode) {
373 mMode = SCROLL_MODE;
391 mMode = FLING_MODE;
444 mMode = FLING_MODE;
/frameworks/base/media/libstagefright/include/
H A DAMRNBEncoder.h55 int mMode; member in struct:android::AMRNBEncoder
/frameworks/base/media/libstagefright/rtsp/
H A DARTPWriter.cpp136 mMode = INVALID;
138 mMode = H264;
140 mMode = H263;
142 mMode = AMR_NB;
144 mMode = AMR_WB;
197 if (mMode == H264) {
282 if (mMode == H264) {
285 } else if (mMode == H263) {
287 } else if (mMode == AMR_NB || mMode
[all...]
H A DARTPWriter.h103 } mMode; member in struct:android::ARTPWriter
/frameworks/base/services/java/com/android/server/
H A DLightsService.java117 if (color != mColor || mode != mMode || onMS != mOnMS || offMS != mOffMS) {
121 mMode = mode;
130 private int mMode; field in class:LightsService.Light
/frameworks/base/libs/hwui/
H A DSkiaColorFilter.cpp90 SkiaColorFilter(skFilter, kBlend, true), mMode(mode) {
100 description.colorMode = mMode;
H A DSkiaColorFilter.h121 SkXfermode::Mode mMode; member in struct:android::uirenderer::SkiaBlendFilter
H A DSkiaShader.cpp366 mFirst(first), mSecond(second), mMode(mode), mCleanup(false) {
381 copy->mMode = mMode;
398 description.shadersMode = mMode;
/frameworks/base/core/java/android/content/
H A DSearchRecentSuggestionsProvider.java79 private int mMode; field in class:SearchRecentSuggestionsProvider
183 mMode = mode;
304 if (mAuthority == null || mMode == 0) {
307 int mWorkingDbVersion = DATABASE_VERSION + mMode;
/frameworks/base/media/libstagefright/codecs/amrnb/enc/
H A DAMRNBEncoder.cpp42 mMode(MR475),
98 mMode = PickModeFromBitrate(bitrate);
100 mMode = MR475;
219 mEncState, mSidState, (Mode)mMode,
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h58 } mMode; member in struct:android::SoftMPEG4
H A DSoftMPEG4.cpp66 mMode(MODE_MPEG4),
81 mMode = MODE_H263;
115 (mMode == MODE_MPEG4)
129 mMode == MODE_MPEG4 ? OMX_VIDEO_CodingMPEG4 : OMX_VIDEO_CodingH263;
188 (mMode == MODE_MPEG4)
215 if (mMode == MODE_H263) {
250 if (mMode == MODE_MPEG4) {
368 (mMode == MODE_MPEG4) ? MPEG4_MODE : H263_MODE;
514 if (mMode == MODE_H263) {
/frameworks/base/media/libstagefright/mpeg2ts/
H A DESQueue.h54 Mode mMode; member in struct:android::ElementaryStreamQueue
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java54 private int mMode = REGRESSION; field in class:TestRunner
267 mMode = mode;
302 if (mMode == PERFORMANCE) {
304 } else if (mMode == PROFILING) {
348 if (mMode == PERFORMANCE) {
366 } else if (mMode == PROFILING) {
409 if (mMode == REGRESSION && perftestcase.isPerformanceOnly()) return;
508 if (mMode == PERFORMANCE) {
522 } else if (mMode == PROFILING) {
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java949 private int mMode = MODE_NOTHING; field in class:EditStyledText.EditorManager
980 mEST.notifyStateChanged(mMode, mState);
993 mMode = MODE_SELECT;
1001 mEST.notifyStateChanged(mMode, mState);
1011 mEST.notifyStateChanged(mMode, mState);
1021 mEST.notifyStateChanged(mMode, mState);
1029 // mEST.notifyStateChanged(mMode, mState);
1037 mEST.notifyStateChanged(mMode, mState);
1042 mEST.notifyStateChanged(mMode, mState);
1047 mEST.notifyStateChanged(mMode, mStat
2793 private int mMode = EditStyledText.MODE_NOTHING; field in class:EditStyledText.EditModeActions
[all...]

Completed in 492 milliseconds

12