HomeSort by relevance Sort by last modified time
    Searched defs:mInputAttributes (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
PeripheralProfile.java 45 ProfileAttributes mInputAttributes;
60 return mInputAttributes;
95 mInputAttributes = new ProfileAttributes();
96 mInputAttributes.mChannelCounts = inDeviceInfo.getChannelCounts();
97 mInputAttributes.mChannelIndexMasks = inDeviceInfo.getChannelIndexMasks();
98 mInputAttributes.mChannelPositionMasks = inDeviceInfo.getChannelMasks();
99 mInputAttributes.mEncodings = inDeviceInfo.getEncodings();
100 mInputAttributes.mSampleRates = inDeviceInfo.getSampleRates();
102 mInputAttributes = null;
186 mInputAttributes = new ProfileAttributes()
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java 95 public final InputAttributes mInputAttributes;
131 mInputAttributes = inputAttributes;
141 && mInputAttributes.mShouldShowVoiceInputKey
183 mGestureFloatingPreviewTextEnabled = !mInputAttributes.mDisableGestureFloatingPreviewText
186 && !mInputAttributes.mInputTypeNoAutoCorrect;
218 mInputAttributes.mTargetApplicationPackageName);
223 .execute(mInputAttributes.mTargetApplicationPackageName);
232 return mInputAttributes.mApplicationSpecifiedCompletionOn;
236 return mInputAttributes.mShouldShowSuggestions
270 return mInputAttributes.mShouldInsertSpacesAutomatically
    [all...]

Completed in 83 milliseconds