Searched refs:getCurrent (Results 1 – 9 of 9) sorted by relevance
584 AudioAndHapticFeedbackManager.getInstance().onSettingsChanged(mSettings.getCurrent()); in loadSettings()630 final SettingsValues settingsValues = mSettings.getCurrent(); in initSuggest()673 (null != suggest && mSettings.getCurrent().mUseContactsDict); in resetContactsDictionary()817 SettingsValues currentSettingsValues = mSettings.getCurrent(); in onStartInputViewInternal()925 currentSettingsValues = mSettings.getCurrent(); in onStartInputViewInternal()1189 if (mSettings.getCurrent().isSuggestionsRequested(mDisplayOrientation)) return; in onExtractedTextClicked()1205 if (mSettings.getCurrent().isSuggestionsRequested(mDisplayOrientation)) return; in onExtractedCursorMovement()1237 if (!mSettings.getCurrent().isApplicationSpecifiedCompletionsOn()) return; in onDisplayCompletions()1386 final SettingsValues settingsValues = mSettings.getCurrent(); in resetEntireInputState()1417 final SettingsValues currentSettingsValues = mSettings.getCurrent(); in getCurrentAutoCapsState()[all …]
104 public Drawable getCurrent() { in getCurrent() method in DrawableWrapper105 return mDrawable.getCurrent(); in getCurrent()
131 Drawable childDrawable = d.getCurrent(); in resizeDrawables()142 Drawable childDrawable = d.getCurrent(); in resizeDrawables()
75 Drawable d = ((StateListDrawable)selector).getCurrent(); in updateTransitionDrawable()
125 public HistoryItem getCurrent() { in getCurrent() method in HistoryManager
290 final SettingsValues currentSettings = Settings.getInstance().getCurrent(); in getKeyDescription()
169 public SettingsValues getCurrent() { in getCurrent() method in Settings
1393 final int longpressTimeout = Settings.getInstance().getCurrent().mKeyLongpressTimeout; in startLongPressTimer()