/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 | 113 Extra.VendorDisplay vendor-display 4 117 Extra.NameDisplay name-display 4 124 SystemImage.TagDisplay tag-display r:9,s:2 126 Addon.VendorDisplay add-on/vendor-display s:3 130 vendor-display vendor-display 4 131 vendor vendor-display 4 134 name-display name-display 4 135 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/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/tools/sourcedr/sourcedr/static/css/ |
D | main.css | 2 display: inline-block;
|
/development/vndk/tools/sourcedr/sourcedr/static/prism/css/ |
D | prism.css | 48 display: block; 69 display: inline; 77 display: block; 298 display: block; 305 display: block;
|
/development/scripts/ |
D | native_heapdump_viewer.py | 226 def display(indent, total, parent_total, node): function 237 display(indent + " ", total, node.size, child) 311 display("", app.size, app.size + zygote.size, app) 313 display("", zygote.size, app.size + zygote.size, zygote)
|
/development/tools/emulator/skins/WXGA800-7in/ |
D | layout | 14 display {
|
/development/tools/emulator/skins/WSVGA/ |
D | layout | 14 display {
|
/development/tools/emulator/skins/WXGA720/ |
D | layout | 14 display {
|
/development/tools/emulator/skins/WXGA800/ |
D | layout | 14 display {
|
/development/samples/browseable/BeamLargeFiles/ |
D | _index.jd | 14 will save the file to disk and display a notification that the user can select to open
|
/development/samples/browseable/DelayedConfirmation/ |
D | _index.jd | 13 appropriate margins based on whether the display is square or circular.
|
/development/samples/browseable/RecipeAssistant/ |
D | _index.jd | 8 This phone application uses the enhanced notifications API to display recipe
|
/development/samples/browseable/ScreenCapture/src/com.example.android.screencapture/ |
D | ScreenCaptureFragment.java | 22 import android.hardware.display.DisplayManager; 23 import android.hardware.display.VirtualDisplay;
|