Searched refs:mIcon2 (Results 1 – 4 of 4) sorted by relevance
37 private String mIcon2; field in SuggestionData78 return mIcon2; in getSuggestionIcon2()162 mIcon2 = icon2; in setIcon2()226 result = prime * result + ((mIcon2 == null) ? 0 : mIcon2.hashCode()); in hashCode()259 if (mIcon2 == null) { in equals()260 if (other.mIcon2 != null) in equals()262 } else if (!mIcon2.equals(other.mIcon2)) in equals()
48 mIcon2.setOnKeyListener(keyListener); in onFinishInflate()49 mIcon2.setOnClickListener(new View.OnClickListener() { in onFinishInflate()54 mIcon2.setFocusable(true); in onFinishInflate()80 if (keyCode == KeyEvent.KEYCODE_DPAD_RIGHT && v != mIcon2) { in onKey()81 consumed = mIcon2.requestFocus(); in onKey()82 } else if (keyCode == KeyEvent.KEYCODE_DPAD_LEFT && v == mIcon2) { in onKey()
38 protected ImageView mIcon2; field in BaseSuggestionView60 mIcon2 = (ImageView) findViewById(R.id.icon2); in onFinishInflate()
83 mAsyncIcon2 = new AsyncIcon(mIcon2); in onFinishInflate()