Ejemplo n.º 1
0
 /** Reset the display prior to attempting to expand a new acronym. */
 private void resetDisplay() {
   Utils.hideKeyboard(this, mEditText.getWindowToken());
   mAdapter.clear();
   mAdapter.notifyDataSetChanged();
 }