Lines Matching refs:display
22 import android.view.Display;
32 * It displays the name of the display in which it has been embedded (see
34 * background color and display its text.
42 public SamplePresentation(Context outerContext, Display display) {
43 super(outerContext, display);
51 setContentView(R.layout.display);
58 * Show the name of the display this presentation was embedded in.
66 * Set the background color of the layout and display the color as a String.
73 // Display the color as a string on screen