Home
last modified time | relevance | path

Searched refs:ButtonSwitcher (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DWordListPreference.java139 { ButtonSwitcher.STATUS_INSTALL, ACTION_ENABLE_DICT },
141 { ButtonSwitcher.STATUS_CANCEL, ACTION_DISABLE_DICT },
143 { ButtonSwitcher.STATUS_DELETE, ACTION_DELETE_DICT },
145 { ButtonSwitcher.STATUS_DELETE, ACTION_DELETE_DICT },
149 { ButtonSwitcher.STATUS_INSTALL, ACTION_ENABLE_DICT }
155 return ButtonSwitcher.STATUS_NO_BUTTON; in getButtonSwitcherStatus()
228 final ButtonSwitcher buttonSwitcher = (ButtonSwitcher)view.findViewById( in onBindView()
245 buttonSwitcher.setStatusAndUpdateVisuals(ButtonSwitcher.STATUS_NO_BUTTON); in onBindView()
285 final ButtonSwitcher buttonSwitcher = (ButtonSwitcher)listView.getChildAt(i) in onWordListClicked()
290 buttonSwitcher.setStatusAndUpdateVisuals(ButtonSwitcher.STATUS_NO_BUTTON); in onWordListClicked()
DButtonSwitcher.java33 public class ButtonSwitcher extends FrameLayout { class
53 public ButtonSwitcher(Context context, AttributeSet attrs) { in ButtonSwitcher() method in ButtonSwitcher
57 public ButtonSwitcher(Context context, AttributeSet attrs, int defStyle) { in ButtonSwitcher() method in ButtonSwitcher