Searched refs:mMode (Results 1 - 25 of 86) 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/graphics/java/android/graphics/
H A DPorterDuffColorFilter.java28 private PorterDuff.Mode mMode; field in class:PorterDuffColorFilter
42 mMode = mode;
86 return mMode;
100 mMode = mode;
106 native_instance = native_CreatePorterDuffFilter(mColor, mMode.nativeInt);
118 if (mColor != other.mColor || mMode != other.mMode) {
126 return 31 * mMode.hashCode() + mColor;
H A DOutline.java59 public int mMode = MODE_EMPTY; field in class:Outline
90 mMode = MODE_EMPTY;
105 return mMode == MODE_EMPTY;
118 return mMode != MODE_CONVEX_PATH;
150 mMode = src.mMode;
183 mMode = MODE_ROUND_RECT;
206 if (mMode != MODE_ROUND_RECT) {
239 mMode = MODE_CONVEX_PATH;
267 mMode
[all...]
/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/tools/layoutlib/bridge/src/android/graphics/
H A DPorterDuffXfermode_Delegate.java48 private final Mode mMode; field in class:PorterDuffXfermode_Delegate
53 return mMode;
58 return PorterDuffUtility.getComposite(mMode, alpha);
84 mMode = getPorterDuffMode(mode);
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/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:__anon1611::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/surfaceflinger/Effects/
H A DDaltonizer.cpp23 mType(deuteranomaly), mMode(simulation), mDirty(true) {
37 if (mode != mMode) {
39 mMode = mode;
155 if (mMode == Daltonizer::correction)
161 if (mMode == Daltonizer::correction)
167 if (mMode == Daltonizer::correction)
H A DDaltonizer.h53 Mode mMode; member in class:android::Daltonizer
/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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBarTransitions.java61 private int mMode; field in class:BarTransitions
74 return mMode;
98 if (mMode == mode) return;
99 int oldMode = mMode;
100 mMode = mode;
103 onTransition(oldMode, mMode, animate);
144 private int mMode = -1; field in class:BarTransitions.BarBackgroundDrawable
212 if (mMode == newMode) return;
213 mMode = newMode;
240 if (mMode
[all...]
H A DFingerprintUnlockController.java89 private int mMode; field in class:FingerprintUnlockController
171 mMode = calculateMode();
179 switch (mMode) {
209 if (mMode != MODE_WAKE_AND_UNLOCK_PULSING) {
236 return mMode;
275 mMode = MODE_NONE;
293 mMode = MODE_NONE;
/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
48 mMode = mode;
74 permissionOwner, mSourceUid, mTargetPackage, mUris.get(i), mMode,
118 permissionOwner, mUris.get(i), mMode, mSourceUserId);
/frameworks/base/core/java/android/widget/
H A DDialerFilter.java118 switch (mMode) {
152 switch (mMode) {
208 return mMode;
249 int oldMode = mMode;
250 mMode = newMode;
313 if (mMode != DIGITS_ONLY) {
321 switch (mMode) {
372 if (mMode != DIGITS_ONLY) {
381 if (mMode != DIGITS_ONLY) {
415 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/base/libs/hwui/
H A DDeferredLayerUpdater.cpp39 mMode = mLayer->getMode();
51 mMode = PaintUtils::getXfermodeDirect(paint);
59 mLayer->setAlpha(mAlpha, mMode);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.h53 int mMode; member in struct:android::SoftAMRNBEncoder

Completed in 2459 milliseconds

1234