Home
last modified time | relevance | path

Searched refs:getCurrent (Results 1 – 15 of 15) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java217 latinIme.mSettings.getCurrent(), msg.arg1 /* inputStyle */); in handleMessage()
234 latinIme.mSettings.getCurrent(), false /* forStartInput */, in handleMessage()
239 latinIme.mSettings.getCurrent(), true /* forStartInput */, in handleMessage()
251 latinIme.mSettings.getCurrent(), in handleMessage()
256 final SettingsValues settingsValues = latinIme.mSettings.getCurrent(); in handleMessage()
291 if (!latinIme.mSettings.getCurrent().isSuggestionsEnabledPerUserSettings()) { in postResumeSuggestionsInternal()
585 StatsUtils.onCreate(mSettings.getCurrent(), mRichImm); in onCreate()
596 final SettingsValues currentSettingsValues = mSettings.getCurrent(); in loadSettings()
645 && mDictionaryFacilitator.isForAccount(mSettings.getCurrent().mAccount)) { in resetDictionaryFacilitatorIfNecessary()
659 final SettingsValues settingsValues = mSettings.getCurrent(); in resetDictionaryFacilitator()
[all …]
DEmojiAltPhysicalKeyDetector.java83 if (!Settings.getInstance().getCurrent().mEnableEmojiAltPhysicalKey) { in onKeyUp()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DAppWorkaroundsTests.java66 Settings.getInstance().getCurrent().isBeforeJellyBean()); in testBeforeJellyBeanTrue()
72 Settings.getInstance().getCurrent().isBeforeJellyBean()); in testBeforeJellyBeanFalse()
/packages/apps/Settings/src/com/android/settings/drawable/
DDrawableWrapper.java104 public Drawable getCurrent() { in getCurrent() method in DrawableWrapper
105 return mDrawable.getCurrent(); in getCurrent()
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
DTargetDrawable.java133 Drawable childDrawable = d.getCurrent(); in resizeDrawables()
144 Drawable childDrawable = d.getCurrent(); in resizeDrawables()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java195 final SettingsValues currentSettingsValues = Settings.getInstance().getCurrent(); in updateVisibility()
216 final SettingsValues currentSettingsValues = Settings.getInstance().getCurrent(); in maybeShowImportantNoticeTitle()
DSuggestionStripLayoutHelper.java236 final SettingsValues settingsValues = Settings.getInstance().getCurrent(); in getPositionInSuggestionStrip()
358 Settings.getInstance().getCurrent().mShouldShowLxxSuggestionUi); in layoutAndReturnStartIndexOfMoreSuggestions()
/packages/apps/Browser/src/com/android/browser/view/
DBookmarkContainer.java75 Drawable d = ((StateListDrawable)selector).getCurrent(); in updateTransitionDrawable()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
DHistoryManager.java125 public HistoryItem getCurrent() { in getCurrent() method in HistoryManager
/packages/apps/Settings/src/com/android/settings/wifi/
DAccessPointPreference.java126 Drawable drawable = mWifiSld.getCurrent(); in updateIcon()
/packages/apps/DeskClock/src/com/android/deskclock/widget/
DCircleView.java134 return getBackground() != null && getBackground().getCurrent() != null; in hasOverlappingRendering()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyboardAccessibilityNodeProvider.java326 final SettingsValues currentSettings = Settings.getInstance().getCurrent(); in getKeyDescription()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSettings.java191 public SettingsValues getCurrent() { in getCurrent() method in Settings
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java148 final SettingsValues currentSettingsValues = Settings.getInstance().getCurrent(); in setKeyboard()
DPointerTracker.java1141 final int longpressTimeout = Settings.getInstance().getCurrent().mKeyLongpressTimeout; in getLongPressTimeout()