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

1234

/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
H A DWithMultipleOverlaysTest.java5 mMode = MODE_MULTIPLE_OVERLAYS;
H A DWithOverlayTest.java5 mMode = MODE_SINGLE_OVERLAY;
H A DWithoutOverlayTest.java5 mMode = MODE_NO_OVERLAY;
/frameworks/base/media/java/android/media/
H A DAudioGainConfig.java30 private final int mMode; field in class:AudioGainConfig
39 mMode = mode;
58 return mMode;
H A DAudioGain.java61 private final int mMode; field in class:AudioGain
76 mMode = mode;
90 return mMode;
/frameworks/base/graphics/java/android/graphics/
H A DPorterDuffColorFilter.java29 private PorterDuff.Mode mMode; field in class:PorterDuffColorFilter
43 mMode = mode;
89 return mMode;
106 mMode = mode;
112 return native_CreatePorterDuffFilter(mColor, mMode.nativeInt);
124 return (mColor == other.mColor && mMode.nativeInt == other.mMode.nativeInt);
129 return 31 * mMode.hashCode() + mColor;
H A DOutline.java59 public int mMode = MODE_EMPTY; field in class:Outline
98 mMode = MODE_EMPTY;
112 return mMode == MODE_EMPTY;
125 return mMode != MODE_CONVEX_PATH;
157 mMode = src.mMode;
158 if (src.mMode == MODE_CONVEX_PATH) {
195 if (mMode == MODE_CONVEX_PATH) {
199 mMode = MODE_ROUND_RECT;
221 if (mMode !
[all...]
/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/opt/net/voip/src/jni/rtp/
H A DAmrCodec.cpp62 int mMode; member in class:__anon1949::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...]
/frameworks/native/services/sensorservice/
H A DRotationVectorSensor.cpp31 mMode(mode) {
50 if (mSensorFusion.hasEstimate(mMode)) {
51 const vec4_t q(mSensorFusion.getAttitude(mMode));
66 return mSensorFusion.activate(mMode, ident, enabled);
70 return mSensorFusion.setDelay(mMode, ident, ns);
74 switch(mMode) {
88 switch(mMode) {
102 switch(mMode) {
/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.cpp30 if (mode != mMode) {
32 mMode = mode;
152 if (mMode == ColorBlindnessMode::Correction)
157 if (mMode == ColorBlindnessMode::Correction)
162 if (mMode == ColorBlindnessMode::Correction)
H A DDaltonizer.h48 ColorBlindnessMode mMode = ColorBlindnessMode::Simulation; member in class:android::Daltonizer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBarTransitions.java62 private int mMode; field in class:BarTransitions
75 return mMode;
99 if (mMode == mode) return;
100 int oldMode = mMode;
101 mMode = mode;
104 onTransition(oldMode, mMode, animate);
145 private int mMode = -1; field in class:BarTransitions.BarBackgroundDrawable
213 if (mMode == newMode) return;
214 mMode = newMode;
241 if (mMode
[all...]
H A DFingerprintUnlockController.java92 private int mMode; field in class:FingerprintUnlockController
187 mMode = calculateMode();
197 switch (mMode) {
216 if (mMode == MODE_WAKE_AND_UNLOCK_PULSING) {
237 if (mMode != MODE_WAKE_AND_UNLOCK_PULSING) {
267 return mMode;
321 mMode = MODE_NONE;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPorterDuffColorFilter_Delegate.java52 private final Mode mMode; field in class:PorterDuffColorFilter_Delegate
64 return "PorterDuff Color Filter is not supported for mode: " + mMode.name() + ".";
69 g.setComposite(getComposite(mMode, 0xFF));
88 mMode = getCompatibleMode(getPorterDuffMode(mode));
/frameworks/opt/net/voip/src/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.java96 private int mMode = MODE_ON_HOLD; field in class:AudioGroup
123 return mMode;
140 mMode = mode;
/frameworks/base/core/java/android/bluetooth/le/
H A DAdvertiseSettings.java159 private int mMode = ADVERTISE_MODE_LOW_POWER; field in class:AdvertiseSettings.Builder
178 mMode = advertiseMode;
231 return new AdvertiseSettings(mMode, mTxPowerLevel, mConnectable, mTimeoutMillis);
/frameworks/base/services/core/java/com/android/server/wm/
H A DDragAndDropPermissionsHandler.java35 private final int mMode; field in class:DragAndDropPermissionsHandler
49 mMode = mode;
75 permissionOwner, mSourceUid, mTargetPackage, mUris.get(i), mMode,
121 permissionOwner, mUris.get(i), mMode, mSourceUserId);
/frameworks/base/core/java/android/widget/
H A DDialerFilter.java123 switch (mMode) {
157 switch (mMode) {
213 return mMode;
254 int oldMode = mMode;
255 mMode = newMode;
318 if (mMode != DIGITS_ONLY) {
326 switch (mMode) {
377 if (mMode != DIGITS_ONLY) {
386 if (mMode != DIGITS_ONLY) {
420 int mMode; field in class:DialerFilter
[all...]
/frameworks/av/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) {
169 mMode == MODE_NARROW
196 (mMode == MODE_NARROW) ? kSampleRateNB : kSampleRateWB;
222 if (mMode == MODE_NARROW) {
341 if (mMode
[all...]
H A DSoftAMR.h58 } mMode; member in struct:android::SoftAMR
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
H A DSwarm.java274 volatile float[] mMode = sModes[mModeNo]; field in class:Swarm
282 mMode = sModes[mModeNo];
329 Log.v(TAG, " node = " + mMode + " " + sModes[mModeNo] + " " + mModeNo);
330 nbody.set_CENTER_MASS(mMode[P_CTR_M]);
331 nbody.set_OBJECT_MAX_MASS(mMode[P_MAX_M]);
332 nbody.set_OBJECT_MIN_MASS(mMode[P_MIN_M]);
333 nbody.set_INITAL_VEL(mMode[P_INIT_V]);
334 nbody.set_INITAL_DIR(new Float3(mMode[P_DIR_X], mMode[P_DIR_Y], mMode[P_DIR_
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.h53 int mMode; member in struct:android::SoftAMRNBEncoder
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.h59 VOAMRWBMODE mMode; member in struct:android::SoftAMRWBEncoder

Completed in 838 milliseconds

1234