/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | PresentationActivity.java | 38 import android.view.Display; 157 final Display display = mDisplayListAdapter.getItem(i); in onResume() 199 private void showPresentation(Display display, DemoPresentationContents contents) { in showPresentation() 217 private void hidePresentation(Display display) { in hidePresentation() 234 private void setPresentationDisplayMode(Display display, int displayModeId) { in setPresentationDisplayMode() 261 final Display display = (Display)buttonView.getTag(); in onCheckedChanged() 280 final Display display = (Display)v.getTag(); in onClick() 302 final Display display = (Display)parent.getTag(); in onItemSelected() 303 final Display.Mode[] modes = display.getSupportedModes(); in onItemSelected() 313 final Display display = (Display)parent.getTag(); in onNothingSelected() [all …]
|
D | PresentationWithMediaRouterActivity.java | 33 import android.view.Display; 162 Display presentationDisplay = route != null ? route.getPresentationDisplay() : null; in updatePresentation() 264 public DemoPresentation(Context context, Display display) { in DemoPresentation()
|
/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/ |
D | SoftInputWindowManager.java | 24 import android.view.Display; 42 final Display display = in getOrCreateSoftInputWindow()
|
/development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/ |
D | SamplePresentation.java | 22 import android.view.Display; 42 public SamplePresentation(Context outerContext, Display display) { in SamplePresentation()
|
D | MainActivity.java | 26 import android.view.Display; 156 Display selectedDisplay = null; in updatePresentation()
|
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/ |
D | LauncherActivity.java | 31 import android.view.Display; 68 private int mSelectedDisplayId = Display.INVALID_DISPLAY; 104 mSelectedDisplayId = Display.INVALID_DISPLAY; in onCreate() 206 if (mSelectedDisplayId != Display.INVALID_DISPLAY) { in launch() 230 mDisplayAdapter.add(new DisplayItem(Display.INVALID_DISPLAY, "Do not specify display")); in refreshDisplayPicker() 232 for (Display display : dm.getDisplays()) { in refreshDisplayPicker() 234 final boolean isDisplayPrivate = (display.getFlags() & Display.FLAG_PRIVATE) != 0; in refreshDisplayPicker()
|
/development/samples/browseable/RuntimePermissions/ |
D | _index.jd | 9 Display the log on screen to follow the execution.
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceNetworkVars.java | 21 import android.view.Display; 85 … Display display = DisplayManagerGlobal.getInstance().getRealDisplay(Display.DEFAULT_DISPLAY);
|
D | MonkeySourceRandom.java | 23 import android.view.Display; 268 … Display display = DisplayManagerGlobal.getInstance().getRealDisplay(Display.DEFAULT_DISPLAY); in generatePointerEvent() 329 private PointF randomPoint(Random random, Display display) { in randomPoint() 337 private void randomWalk(Random random, Display display, PointF point, PointF vector) { in randomWalk()
|
/development/samples/browseable/BasicMediaRouter/ |
D | _index.jd | 11 you may need to enable "Wireless Display" functionality in the system settings.
|
/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/ |
D | Utils.java | 30 import android.view.Display; 194 public static Rect calculateBottomInsetsOnRoundDevice(Display display, Rect systemInsets) { in calculateBottomInsetsOnRoundDevice()
|
/development/scripts/ |
D | native_heapdump_viewer.py | 372 def Display(resolved_addrs, indent, total, parent_total, node): function 383 Display(resolved_addrs, indent + " ", total, node.size, child) 476 Display(resolved_addrs, "", app.size, app.size + zygote.size, app) 478 Display(resolved_addrs, "", zygote.size, app.size + zygote.size, zygote)
|
/development/samples/MultiDisplay/src/com/example/android/multidisplay/wallpaper/ |
D | SampleWallpaper.java | 34 import android.view.Display; 51 private Display mDisplay;
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | OverlayDisplayWindow.java | 25 import android.view.Display; 122 Display display = mWindowManager.getDefaultDisplay(); in show() 181 private final Display mDefaultDisplay;
|
D | LocalPlayer.java | 31 import android.view.Display; 423 Display presentationDisplay = mRoute != null ? mRoute.getPresentationDisplay() : null; in updatePresentation() 536 public DemoPresentation(Context context, Display display) { in DemoPresentation()
|
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/ |
D | AccelerometerPlayActivity.java | 33 import android.view.Display; 56 private Display mDisplay;
|
/development/tools/logblame/ |
D | sample.txt | 54 Display device changed state: "Built-in Screen", OFF 253 Display device changed state: "Built-in Screen", DOZE 355 Display device changed state: "Built-in Screen", ON 1410 Display device changed state: "Built-in Screen", OFF 1650 Display device changed state: "Built-in Screen", DOZE 1748 Display device changed state: "Built-in Screen", ON
|