Home
last modified time | relevance | path

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

/development/apps/CustomLocale/src/com/android/customlocale2/
DNewLocaleDialog.java41 private EditText mEditText; field in NewLocaleDialog
49 mEditText = (EditText) findViewById(R.id.value); in onCreate()
59 String locale = mEditText.getText().toString(); in onClick()
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
DPlayerSetupActivity.java57 EditText mEditText; field in PlayerSetupActivity