Home | History | Annotate | Download | only in settings

Lines Matching refs:TextView

57 import android.widget.TextView;
79 public class CryptKeeper extends Activity implements TextView.OnEditorActionListener,
175 final TextView status = (TextView) findViewById(R.id.status);
437 ((TextView) findViewById(R.id.title)).setText(R.string.crypt_keeper_failed_title);
438 ((TextView) findViewById(R.id.status)).setText(R.string.crypt_keeper_failed_summary);
465 final TextView tv = (TextView) findViewById(R.id.status);
476 final TextView status = (TextView) findViewById(R.id.status);
623 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {