HomeSort by relevance Sort by last modified time
    Searched defs:mMode (Results 76 - 100 of 118) sorted by null

1 2 34 5

  /frameworks/av/services/audioflinger/
AudioFlinger.h 316 audio_mode_t getMode() const { return mMode; }
720 audio_mode_t mMode;
    [all...]
  /frameworks/base/core/java/android/app/
AppOpsManager.java 859 private final int mMode;
866 mMode = mode;
877 return mMode;
904 dest.writeInt(mMode);
912 mMode = source.readInt();
    [all...]
SharedPreferencesImpl.java 61 private final int mMode;
77 mMode = mode;
600 ContextImpl.setFilePermissionsFromMode(mFile.getPath(), mMode, 0);
  /frameworks/base/core/java/android/widget/
OverScroller.java 33 private int mMode;
304 switch (mMode) {
376 mMode = SCROLL_MODE;
394 mMode = FLING_MODE;
447 mMode = FLING_MODE;
    [all...]
NumberPicker.java     [all...]
AbsListView.java     [all...]
  /frameworks/base/libs/hwui/
RenderProperties.h 97 return RP_SET(mMode, mode);
101 return mMode;
131 SkXfermode::Mode mMode;
DisplayListOp.h     [all...]
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 54 private int mMode = REGRESSION;
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/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java 47 mMode = 0;
122 int mMode;
126 mMode ++;
127 mMode = mMode % mMaxModes;
128 mScript.set_gDisplayMode(mMode);
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 116 int mMode;
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;
548 mMode = ON_HOLD
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 37 private int mMode;
300 switch (mMode) {
379 mMode = SCROLL_MODE;
397 mMode = FLING_MODE;
450 mMode = FLING_MODE;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 33 private int mMode;
298 switch (mMode) {
377 mMode = SCROLL_MODE;
395 mMode = FLING_MODE;
448 mMode = FLING_MODE;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 161 private final Mode mMode;
227 mMode = Mode.valueOf(arguments.get(KEY_MODE));
232 if (mMode == Mode.EDIT_SOURCE) {
254 args.put(KEY_MODE, mMode.name());
256 if (mMode == Mode.EDIT_SOURCE) {
277 mMode = Mode.EDIT_SOURCE;
297 mMode = enforceNew ? Mode.SELECT_NEW_ID : Mode.SELECT_ID;
339 if (mMode == Mode.SELECT_ID) {
341 } else if (mMode == Mode.SELECT_NEW_ID) {
349 return mMode;
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 93 jfieldID mMode;
500 nAudioGainConfig->mode = env->GetIntField(jAudioGainConfig, gAudioGainConfigFields.mMode);
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapFolder.java 82 private OpenMode mMode;
105 if (mMode == mode) {
161 return mMode;
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 86 private int mMode = MODE_NORMAL;
689 if (mMode == mode) {
696 mMode = mode;
810 if (mMode == MODE_NORMAL) {
    [all...]
  /frameworks/base/media/java/android/media/
ClosedCaptionRenderer.java 155 private int mMode = MODE_PAINT_ON;
192 switch (mMode) {
203 Log.w(TAG, "unrecoginized mode: " + mMode);
220 if (mMode == MODE_PAINT_ON || mMode == MODE_ROLL_UP) {
240 if (mMode == MODE_ROLL_UP) {
266 mMode = MODE_POP_ON;
279 if (mMode != MODE_ROLL_UP) {
284 mMode = MODE_ROLL_UP;
291 mMode = MODE_PAINT_ON
    [all...]
AudioService.java 228 private int mMode = AudioSystem.MODE_NORMAL;
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 651 int mMode;
655 mFlinger(flinger), mDisplay(disp) { mMode = mode; }
659 if (mMode < 0 || mMode >= static_cast<int>(configs.size())) {
661 mMode, configs.size());
666 mMode, mDisplay.get());
669 mMode);
671 mFlinger.setActiveConfigInternal(hw, mMode);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java     [all...]
  /frameworks/wilhelm/src/
itfstruct.h 386 SLuint32 mMode;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java     [all...]
RenderPreviewManager.java 104 private @NonNull RenderPreviewMode mMode = NONE;
220 assert mMode == CUSTOM;
451 return mMode == SCREENS;
572 boolean allowZoomIn = true /*mMode == NONE*/;
653 } else if (mMode == CUSTOM) {
842 return mMode;
854 if (newMode == mMode && !forc
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 129 private final SelectorMode mMode;
251 mMode = mode;
282 mMode == SelectorMode.CONFIG_ONLY));
401 if (mMode != SelectorMode.CONFIG_ONLY) {
415 if (mMode != SelectorMode.CONFIG_ONLY) {
426 if (mMode != SelectorMode.CONFIG_ONLY) {
487 if (mMode != SelectorMode.CONFIG_ONLY) {
600 if ((mMode == SelectorMode.DEFAULT || resEnum.isValidValueForDevice()) &&
    [all...]

Completed in 1918 milliseconds

1 2 34 5