/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | PresentationActivity.java | 31 import android.hardware.display.DisplayManager; 157 final Display display = mDisplayListAdapter.getItem(i); in onResume() local 159 mSavedPresentationContents.get(display.getDisplayId()); in onResume() 161 showPresentation(display, contents); in onResume() 199 private void showPresentation(Display display, DemoPresentationContents contents) { in showPresentation() argument 200 final int displayId = display.getDisplayId(); in showPresentation() 208 DemoPresentation presentation = new DemoPresentation(this, display, contents); in showPresentation() 217 private void hidePresentation(Display display) { in hidePresentation() argument 218 final int displayId = display.getDisplayId(); in hidePresentation() 234 private void setPresentationDisplayMode(Display display, int displayModeId) { in setPresentationDisplayMode() argument [all …]
|
/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/ |
D | SoftInputWindowManager.java | 20 import android.hardware.display.DisplayManager; 42 final Display display = in getOrCreateSoftInputWindow() local 44 if (display == null) { in getOrCreateSoftInputWindow() 52 final Context displayContext = mContext.createDisplayContext(display); in getOrCreateSoftInputWindow()
|
D | MultiClientInputMethod.java | 23 import android.hardware.display.DisplayManager; 24 import android.hardware.display.DisplayManager.DisplayListener; 158 for (Display display: displays) { in findDisplayId() 159 if (display.getUniqueId().matches(regexp)) { in findDisplayId() 160 int displayId = display.getDisplayId(); in findDisplayId()
|
/development/vndk/tools/definition-tool/assets/visual/ |
D | dep-graph.js | 62 if (currentList.style.display === "block") { 63 currentList.style.display = "none"; 67 selectedSubNode.nextElementSibling.style.display = "none"; 72 currentList.style.display = "block"; 74 currentList.childNodes[i].style.display = "none"; 78 selectedNode.nextElementSibling.style.display = "none"; 81 selectedSubNode.nextElementSibling.style.display = "none"; 98 if (currentSubList.style.display === "block") { 99 currentSubList.style.display = "none"; 102 currentSubList.style.display = "block"; [all …]
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceRandom.java | 21 import android.hardware.display.DisplayManagerGlobal; 268 … Display display = DisplayManagerGlobal.getInstance().getRealDisplay(Display.DEFAULT_DISPLAY); in generatePointerEvent() local 270 PointF p1 = randomPoint(random, display); in generatePointerEvent() 284 randomWalk(random, display, p1, v1); in generatePointerEvent() 292 PointF p2 = randomPoint(random, display); in generatePointerEvent() 295 randomWalk(random, display, p1, v1); in generatePointerEvent() 304 randomWalk(random, display, p1, v1); in generatePointerEvent() 305 randomWalk(random, display, p2, v2); in generatePointerEvent() 313 randomWalk(random, display, p1, v1); in generatePointerEvent() 314 randomWalk(random, display, p2, v2); in generatePointerEvent() [all …]
|
D | MonkeySourceNetworkVars.java | 18 import android.hardware.display.DisplayManagerGlobal; 85 … Display display = DisplayManagerGlobal.getInstance().getRealDisplay(Display.DEFAULT_DISPLAY); 86 VAR_MAP.put("display.width", new StaticVarGetter(Integer.toString(display.getWidth()))); 87 VAR_MAP.put("display.height", new StaticVarGetter(Integer.toString(display.getHeight()))); 90 display.getMetrics(dm);
|
/development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/ |
D | SamplePresentation.java | 42 public SamplePresentation(Context outerContext, Display display) { in SamplePresentation() argument 43 super(outerContext, display); in SamplePresentation() 51 setContentView(R.layout.display); in onCreate()
|
/development/build/tools/ |
D | mk_sdk_repo_xml.sh | 117 Extra.VendorDisplay vendor-display 4 121 Extra.NameDisplay name-display 4 128 SystemImage.TagDisplay tag-display r:9,s:2 130 Addon.VendorDisplay add-on/vendor-display s:3 134 vendor-display vendor-display 4 135 vendor vendor-display 4 138 name-display name-display 4 139 name name-display 4
|
/development/samples/browseable/BasicMediaRouter/ |
D | _index.jd | 8 This sample demonstrates the use of the MediaRouter API to display 9 content on a secondary display.\n\nUse the "Media Route Action Item" in the ActionBar
|
/development/tools/winscope/src/ |
D | NodeContextMenu.vue | 36 display: block; 56 display: block; 89 display: none
|
D | LogEntry.vue | 80 display: inline-flex; 88 display: inline-flex; 114 display: inline-flex; 143 display: inline-block;
|
D | TransactionEntry.vue | 180 display: inline-flex; 206 display: inline-flex; 241 display: inline-block; 279 display: inline-block; 290 display: inline-block;
|
/development/samples/browseable/PdfRendererBasic/ |
D | _index.jd | 8 This sample demonstrates how to use PdfRenderer to display PDF documents on the screen.
|
/development/samples/browseable/SlidingTabsColors/ |
D | _index.jd | 8 A more advanced sample which shows how to use SlidingTabLayout to display a custom
|
/development/samples/browseable/Camera2Basic/ |
D | _index.jd | 9 you can display camera preview and take pictures.
|
/development/samples/browseable/SlidingTabsBasic/ |
D | _index.jd | 8 A basic sample which shows how to use SlidingTabLayout to display a custom
|
/development/samples/browseable/BasicNotifications/ |
D | _index.jd | 8 This sample demonstrates how to display events in the system\'s notification bar. The
|
/development/samples/browseable/TextSwitcher/ |
D | _index.jd | 8 This sample illustrates the use of a TextSwitcher to display text.
|
/development/samples/browseable/ActionBarCompat-Styled/ |
D | _index.jd | 9 split action bar when running on a device with a narrow display, and show three tabs.
|
/development/vndk/tools/definition-tool/assets/insight/ |
D | insight.css | 18 display: block; 46 display: inline;
|
/development/vndk/snapshot/ |
D | build.sh | 29 -h, --help display this help and exit
|
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/ |
D | LauncherActivity.java | 29 import android.hardware.display.DisplayManager; 232 for (Display display : dm.getDisplays()) { in refreshDisplayPicker() 233 final int id = display.getDisplayId(); in refreshDisplayPicker() 234 final boolean isDisplayPrivate = (display.getFlags() & Display.FLAG_PRIVATE) != 0; in refreshDisplayPicker() 237 sb.append(id).append(": ").append(display.getName()); in refreshDisplayPicker()
|
/development/vndk/tools/image-diff-tool/ |
D | allowlist.txt | 5 system/build.prop=ro.build.display.id
|
/development/tools/emulator/skins/WXGA720/ |
D | layout | 14 display {
|
/development/tools/emulator/skins/WXGA800/ |
D | layout | 14 display {
|