HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentMode (Results 1 - 21 of 21) sorted by null

  /frameworks/base/core/java/android/hardware/usb/
UsbPortStatus.java 31 private final int mCurrentMode;
39 mCurrentMode = currentMode;
51 return mCurrentMode != 0;
61 return mCurrentMode;
106 + ", currentMode=" + UsbPort.modeToString(mCurrentMode)
121 dest.writeInt(mCurrentMode);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
TestNotificationService.java 65 private MODE mCurrentMode = MODE.CANCEL_MODE;
74 mCurrentMode = MODE.CANCEL_MODE;
76 mCurrentMode = MODE.EXECUTION_MODE;
110 if (MODE.CANCEL_MODE.equals(mCurrentMode)) {
123 if (MODE.CANCEL_MODE.equals(mCurrentMode)) {
128 } else if (MODE.EXECUTION_MODE.equals(mCurrentMode)) {
  /packages/apps/LegacyCamera/src/com/android/camera/
ModePicker.java 67 private int mCurrentMode = 0;
152 if (mListener.onModeChanged(mCurrentMode)) {
153 Log.e(TAG, "failed:onModeChanged:" + mCurrentMode);
165 if (view == mModeSelectionIcon[i] && (mCurrentMode != i)) {
183 mCurrentMode = mode;
229 highlightView(mModeSelectionIcon[i], (i == mCurrentMode));
240 target = mCurrentMode;
243 if (j == mCurrentMode) j++;
262 int l = mModeSelectionFrame.getLeft() + mCurrentMode * viewWidth;
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
Tracer.java 93 private Mode mCurrentMode = Mode.NONE;
120 mCurrentMode = mode;
167 if (mCurrentMode == Mode.NONE) {
190 return mCurrentMode != Mode.NONE;
  /hardware/qcom/display/msm8084/libexternal/
external.h 77 int mCurrentMode;
external.cpp 86 mCurrentMode(-1), mModeCount(0),
371 mCurrentMode = -1;
510 if ((isValidMode(ID)) && mCurrentMode != ID) {
544 mCurrentMode = ID;
616 switch (mCurrentMode) {
  /hardware/qcom/display/msm8226/libexternal/
external.h 77 int mCurrentMode;
external.cpp 86 mCurrentMode(-1), mModeCount(0),
371 mCurrentMode = -1;
510 if ((isValidMode(ID)) && mCurrentMode != ID) {
544 mCurrentMode = ID;
636 switch (mCurrentMode) {
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
AudioRecordView.java 97 private int mCurrentMode = MODE_IDLE;
174 return mMediaRecorder.isRecording() && mCurrentMode == MODE_RECORDING;
178 return mCurrentMode != MODE_IDLE;
187 if (mCurrentMode != mode) {
188 mCurrentMode = mode;
194 switch (mCurrentMode) {
243 if (!mMediaRecorder.isRecording() && mCurrentMode == MODE_IDLE) {
252 if (mCurrentMode == MODE_STARTING &&
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneLayout.java 95 private int mCurrentMode = ViewMode.UNKNOWN;
97 * This is a copy of {@link #mCurrentMode} that layout/positioning/animating code uses to
249 mCurrentMode = ViewMode.UNKNOWN;
289 if (mTranslatedMode != mCurrentMode && !mShouldShowPreviewPanel) {
449 mTranslatedMode = mCurrentMode;
465 switch (mCurrentMode) {
570 final boolean isAdMode = ViewMode.isAdMode(mCurrentMode);
672 return !ViewMode.isListMode(mCurrentMode) && !mShouldShowPreviewPanel;
678 if (mCurrentMode == ViewMode.UNKNOWN) {
692 if (ViewMode.isConversationMode(mCurrentMode)) {
    [all...]
  /hardware/qcom/display/msm8960/libexternal/
external.h 83 int mCurrentMode;
external.cpp 170 mCurrentMode(-1), mConnected(0), mConnectedFbNum(0), mModeCount(0),
476 mCurrentMode = -1;
601 if ((isValidMode(ID)) && mCurrentMode != ID) {
635 mCurrentMode = ID;
712 switch (mCurrentMode) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControl.java 50 protected int mCurrentMode = MODE_CAMERA;
85 mCurrentMode = MODE_VIDEO;
204 if (mCurrentMode == MODE_VIDEO) {
211 if (mCurrentMode == MODE_VIDEO) {
IndicatorControlBar.java 116 if (mCurrentMode == MODE_VIDEO) {
SecondLevelIndicatorControlBar.java 202 if (mCurrentMode == MODE_VIDEO) {
IndicatorControlWheel.java 515 if (mCurrentMode == MODE_VIDEO) {
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.cpp 122 mCurrentMode = mEDIDModes[mActiveConfig];
151 mCurrentMode(-1), mModeCount(0), mPrimaryWidth(0), mPrimaryHeight(0),
418 mCurrentMode = -1;
512 // the configuration (resolution, timing info) to match mCurrentMode
533 if (cur->video_format == (uint32_t)mCurrentMode) {
540 "(%d,%d,%d), (%d,%d,%d) %dMHz>", __FUNCTION__, mCurrentMode,
659 if (gEDIDData[dataIndex].mMode == mCurrentMode) {
666 ALOGE("%s Unable to get attributes for %d", __FUNCTION__, mCurrentMode);
734 mCurrentMode = mEDIDModes[newConfig];
737 ALOGD("%s config(%d) mode(%d)", __FUNCTION__, mActiveConfig, mCurrentMode);
    [all...]
hdmi.h 100 // mCurrentMode is the HDMI video format that corresponds to the mEDIDMode
102 int mCurrentMode;
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 80 private int mCurrentMode;
152 mCurrentMode = mAudioManager.getMode();
153 mModeSpinner.setSelection(mCurrentMode);
198 mCurrentMode = mAudioManager.getMode();
199 mModeSpinner.setSelection(mCurrentMode);
644 if (mCurrentMode != position) {
645 mCurrentMode = position;
646 mAudioManager.setMode(mCurrentMode);
  /frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/
WrappedDrawableApi14.java 44 private PorterDuff.Mode mCurrentMode;
303 if (!mColorFilterSet || color != mCurrentColor || tintMode != mCurrentMode) {
306 mCurrentMode = tintMode;
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 723 milliseconds