Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java584 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 …]
/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/DeskClock/src/com/android/deskclock/widget/multiwaveview/
DTargetDrawable.java131 Drawable childDrawable = d.getCurrent(); in resizeDrawables()
142 Drawable childDrawable = d.getCurrent(); in resizeDrawables()
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
DTargetDrawable.java131 Drawable childDrawable = d.getCurrent(); in resizeDrawables()
142 Drawable childDrawable = d.getCurrent(); in resizeDrawables()
/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/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DAccessibilityEntityProvider.java290 final SettingsValues currentSettings = Settings.getInstance().getCurrent(); in getKeyDescription()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSettings.java169 public SettingsValues getCurrent() { in getCurrent() method in Settings
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java1393 final int longpressTimeout = Settings.getInstance().getCurrent().mKeyLongpressTimeout; in startLongPressTimer()