HomeSort by relevance Sort by last modified time
    Searched refs:mMode (Results 1 - 25 of 409) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
WithMultipleOverlaysTest.java 5 mMode = MODE_MULTIPLE_OVERLAYS;
WithOverlayTest.java 5 mMode = MODE_SINGLE_OVERLAY;
WithoutOverlayTest.java 5 mMode = MODE_NO_OVERLAY;
  /frameworks/base/media/java/android/media/
AudioGainConfig.java 30 private final int mMode;
39 mMode = mode;
58 return mMode;
AudioGain.java 61 private final int mMode;
76 mMode = mode;
90 return mMode;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ViewMode.java 82 private int mMode = UNKNOWN;
104 return "[mode=" + MODE_NAMES[mMode] + "]";
108 return MODE_NAMES[mMode];
127 listener.onViewModeChanged(mMode);
184 return mMode;
191 return isListMode(mMode);
199 return isConversationMode(mMode);
207 return isSearchMode(mMode);
215 return isWaitingForSync(mMode);
223 return isAdMode(mMode);
    [all...]
  /frameworks/base/graphics/java/android/graphics/
PorterDuffColorFilter.java 29 private PorterDuff.Mode mMode;
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;
Outline.java 59 public int mMode = MODE_EMPTY;
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 != MODE_ROUND_RECT)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
SubActivityScreen.java 32 int mMode;
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-CHILD_OFFSET)
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AmrCodec.cpp 62 int mMode;
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 (4-bit), Q = 1 (1-bit)
    [all...]
  /external/eigen/demos/opengl/
trackball.h 25 void start(Mode m = Around) { mMode = m; mLastPointOk = false; }
37 Mode mMode;
  /frameworks/native/services/sensorservice/
RotationVectorSensor.cpp 31 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) {
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareBase.h 60 virtual bool isInCall() { return isModeInCall(mMode); };
61 int mMode;
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeP2pDevice.java 28 private int mMode;
71 return mMode;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactsListFragment.java 56 int mMode;
61 mMode = DEFAULT_MODE;
66 mMode = mode;
71 if (mMode != MODE_NULL) {
78 switch (mMode) {
105 boolean reload = mode != mMode;
106 mMode = mode;
113 boolean reload = (MODE_GROUP != mMode) || !groupName.equals(mGroupName);
114 mMode = MODE_GROUP;
126 return mMode;
    [all...]
  /frameworks/native/services/surfaceflinger/Effects/
Daltonizer.cpp 30 if (mode != mMode) {
32 mMode = mode;
152 if (mMode == ColorBlindnessMode::Correction)
157 if (mMode == ColorBlindnessMode::Correction)
162 if (mMode == ColorBlindnessMode::Correction)
Daltonizer.h 48 ColorBlindnessMode mMode = ColorBlindnessMode::Simulation;
  /system/chre/core/
sensor_request.cc 208 : mInterval(interval), mLatency(latency), mMode(mode) {}
213 : mNanoapp(nanoapp), mInterval(interval), mLatency(latency), mMode(mode) {}
216 return (mMode == request.mMode
237 if (mMode == SensorMode::ActiveContinuous
238 || request.mMode == SensorMode::ActiveContinuous) {
240 } else if (mMode == SensorMode::ActiveOneShot
241 || request.mMode == SensorMode::ActiveOneShot) {
243 } else if (mMode == SensorMode::PassiveContinuous
244 || request.mMode == SensorMode::PassiveContinuous)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
PolicyTransparencyTestListActivity.java 110 private int mMode;
125 mMode = getIntent().getIntExtra(EXTRA_MODE, MODE_DEVICE_OWNER);
126 if (mMode != MODE_DEVICE_OWNER && mMode != MODE_PROFILE_OWNER && mMode != MODE_COMP) {
127 throw new RuntimeException("Unknown mode " + mMode);
144 UserRestrictions.getUserRestrictionsForPolicyTransparency(mMode)) {
154 if (mMode == MODE_COMP) {
164 if (mMode == MODE_PROFILE_OWNER && !ALSO_VALID_FOR_PO.contains(test)) {
176 if (mMode == MODE_DEVICE_OWNER)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
BarTransitions.java 62 private int mMode;
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;
213 if (mMode == newMode) return;
214 mMode = newMode;
241 if (mMode == MODE_WARNING)
    [all...]
  /cts/apps/CtsVerifier/include/colorchecker/
whitebalancetest.h 34 mMode = mode;
52 std::string mMode;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java 53 private final Mode mMode;
62 mMode = mode;
63 switch (mMode) {
78 mValues = new NewProjectWizardState(mMode);
80 if (mMode != Mode.SAMPLE) {
90 if (mMode == Mode.TEST) {
97 if (mMode != Mode.TEST) {
104 if (mMode != Mode.SAMPLE) {
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
PorterDuffColorFilter_Delegate.java 52 private final Mode mMode;
64 return "PorterDuff Color Filter is not supported for mode: " + mMode.name() + ".";
69 g.setComposite(getComposite(mMode, 0xFF));
88 mMode = getCompatibleMode(getPorterDuffMode(mode));
  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 83 mMode = 0;
93 if (mMode == mode)
95 mMode = mode;
144 snprintf(buffer, SIZE, "\tmMode: %d\n", mMode);
  /cts/suite/audio_quality/lib/src/audio/
AudioRemote.cpp 29 mMode = mode;
63 return mRemote->startPlayback(stereo, mSamplingRate, mMode, mVolume, id, numberRepetition);
76 return mRemote->startRecording(stereo, mSamplingRate, mMode, mVolume, buffer);

Completed in 2030 milliseconds

1 2 3 4 5 6 7 8 91011>>