HomeSort by relevance Sort by last modified time
    Searched defs:CandidateView (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/ime/
candidate_view.h 18 // CandidateView renderes a row of a candidate.
19 class ASH_EXPORT CandidateView : public views::CustomButton {
21 CandidateView(views::ButtonListener* listener,
23 virtual ~CandidateView() {}
69 DISALLOW_COPY_AND_ASSIGN(CandidateView);
candidate_view.cc 135 CandidateView::CandidateView(
167 void CandidateView::GetPreferredWidths(int* shortcut_width,
173 void CandidateView::SetWidths(int shortcut_width, int candidate_width) {
179 void CandidateView::SetEntry(const ui::CandidateWindow::Entry& entry) {
188 void CandidateView::SetInfolistIcon(bool enable) {
194 void CandidateView::SetHighlighted(bool highlighted) {
210 CandidateView* view =
211 static_cast<CandidateView*>((parent()->child_at(i)));
222 void CandidateView::StateChanged()
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 32 public class CandidateView extends View {
68 * Construct a CandidateView for showing suggested words for completion.
72 public CandidateView(Context context) {

Completed in 484 milliseconds