HomeSort by relevance Sort by last modified time
    Searched refs:LogTextBox (Results 1 - 4 of 4) sorted by null

  /development/apps/Development/src/com/android/development/
LogTextBox.java 40 public class LogTextBox extends TextView {
41 public LogTextBox(Context context) {
45 public LogTextBox(Context context, AttributeSet attrs) {
49 public LogTextBox(Context context, AttributeSet attrs, int defStyle) {
LogViewer.java 44 LogTextBox text;
52 text = (LogTextBox) findViewById(R.id.text);
  /development/samples/ApiDemos/src/com/example/android/apis/text/
LogTextBox.java 37 public class LogTextBox extends TextView {
38 public LogTextBox(Context context) {
42 public LogTextBox(Context context, AttributeSet attrs) {
46 public LogTextBox(Context context, AttributeSet attrs, int defStyle) {
LogTextBox1.java 27 * Using a LogTextBox to display a scrollable text area
33 private LogTextBox mText;
41 mText = (LogTextBox) findViewById(R.id.text);

Completed in 171 milliseconds