Home
last modified time | relevance | path

Searched refs:updateUi (Results 1 – 4 of 4) sorted by relevance

/packages/apps/SoundRecorder/src/com/android/soundrecorder/
DSoundRecorder.java293 updateUi(); in onCreate()
302 updateUi(); in onConfigurationChanged()
378 updateUi(); in onClick()
382 updateUi(); in onClick()
506 updateUi(); in registerExternalStorageListener()
715 private void updateUi() { in updateUi() method in SoundRecorder
833 updateUi(); in onStateChanged()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DSearchActivityView.java200 updateUi(); in setCorpus()
329 protected void updateUi() { in updateUi() method in SearchActivityView
330 updateUi(isQueryEmpty()); in updateUi()
333 protected void updateUi(boolean queryEmpty) { in updateUi() method in SearchActivityView
499 updateUi(empty); in afterTextChanged()
/packages/apps/Settings/src/com/android/settings/
DChooseLockPassword.java278 updateUi(); in updateStage()
447 private void updateUi() { in updateUi() method in ChooseLockPassword.ChooseLockPasswordFragment
478 updateUi(); in afterTextChanged()
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java754 private void changeToStateComposing(boolean updateUi) { in changeToStateComposing() argument
756 if (!updateUi) return; in changeToStateComposing()
763 private void changeToStateInput(boolean updateUi) { in changeToStateInput() argument
765 if (!updateUi) return; in changeToStateInput()