Home | History | Annotate | Download | only in deviceconfig

Lines Matching full:settext

86             tv.setText(foo);
92 tv.setText("EXPOSED");
94 tv.setText("HIDDEN");
96 tv.setText("UNDEFINED");
98 tv.setText("??");
109 tv.setText(b + "x" + a);
114 tv.setText(String.format("%f", metrics.xdpi));
118 tv.setText(String.format("%f", metrics.ydpi));
123 tv.setText(String.format("%f", metrics.scaledDensity));
128 tv.setText(String.format("%f", config.fontScale));