/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | LatinIME.java | 217 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 …]
|
D | EmojiAltPhysicalKeyDetector.java | 83 if (!Settings.getInstance().getCurrent().mEnableEmojiAltPhysicalKey) { in onKeyUp()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | AppWorkaroundsTests.java | 66 Settings.getInstance().getCurrent().isBeforeJellyBean()); in testBeforeJellyBeanTrue() 72 Settings.getInstance().getCurrent().isBeforeJellyBean()); in testBeforeJellyBeanFalse()
|
/packages/apps/Settings/src/com/android/settings/drawable/ |
D | DrawableWrapper.java | 104 public Drawable getCurrent() { in getCurrent() method in DrawableWrapper 105 return mDrawable.getCurrent(); in getCurrent()
|
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
D | TargetDrawable.java | 133 Drawable childDrawable = d.getCurrent(); in resizeDrawables() 144 Drawable childDrawable = d.getCurrent(); in resizeDrawables()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
D | SuggestionStripView.java | 195 final SettingsValues currentSettingsValues = Settings.getInstance().getCurrent(); in updateVisibility() 216 final SettingsValues currentSettingsValues = Settings.getInstance().getCurrent(); in maybeShowImportantNoticeTitle()
|
D | SuggestionStripLayoutHelper.java | 236 final SettingsValues settingsValues = Settings.getInstance().getCurrent(); in getPositionInSuggestionStrip() 358 Settings.getInstance().getCurrent().mShouldShowLxxSuggestionUi); in layoutAndReturnStartIndexOfMoreSuggestions()
|
/packages/apps/Browser/src/com/android/browser/view/ |
D | BookmarkContainer.java | 75 Drawable d = ((StateListDrawable)selector).getCurrent(); in updateTransitionDrawable()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/ |
D | HistoryManager.java | 125 public HistoryItem getCurrent() { in getCurrent() method in HistoryManager
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | AccessPointPreference.java | 126 Drawable drawable = mWifiSld.getCurrent(); in updateIcon()
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
D | CircleView.java | 134 return getBackground() != null && getBackground().getCurrent() != null; in hasOverlappingRendering()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
D | KeyboardAccessibilityNodeProvider.java | 326 final SettingsValues currentSettings = Settings.getInstance().getCurrent(); in getKeyDescription()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
D | Settings.java | 191 public SettingsValues getCurrent() { in getCurrent() method in Settings
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | KeyboardSwitcher.java | 148 final SettingsValues currentSettingsValues = Settings.getInstance().getCurrent(); in setKeyboard()
|
D | PointerTracker.java | 1141 final int longpressTimeout = Settings.getInstance().getCurrent().mKeyLongpressTimeout; in getLongPressTimeout()
|