Home
last modified time | relevance | path

Searched refs:display (Results 1 – 25 of 58) sorted by relevance

123

/development/vndk/tools/definition-tool/assets/visual/
Ddep-graph.js62 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/
DMonkeySourceRandom.java21 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 …]
DMonkeySourceNetworkVars.java18 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/
DSamplePresentation.java42 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/
Dmk_sdk_repo_xml.sh113 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.jd8 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.jd8 This sample demonstrates how to use PdfRenderer to display PDF documents on the screen.
/development/samples/browseable/SlidingTabsColors/
D_index.jd8 A more advanced sample which shows how to use SlidingTabLayout to display a custom
/development/samples/browseable/Camera2Basic/
D_index.jd9 you can display camera preview and take pictures.
/development/samples/browseable/SlidingTabsBasic/
D_index.jd8 A basic sample which shows how to use SlidingTabLayout to display a custom
/development/samples/browseable/BasicNotifications/
D_index.jd8 This sample demonstrates how to display events in the system\'s notification bar. The
/development/samples/browseable/TextSwitcher/
D_index.jd8 This sample illustrates the use of a TextSwitcher to display text.
/development/samples/browseable/ActionBarCompat-Styled/
D_index.jd9 split action bar when running on a device with a narrow display, and show three tabs.
/development/vndk/tools/definition-tool/assets/insight/
Dinsight.css18 display: block;
46 display: inline;
/development/vndk/tools/sourcedr/sourcedr/static/css/
Dmain.css2 display: inline-block;
/development/vndk/tools/sourcedr/sourcedr/static/prism/css/
Dprism.css48 display: block;
69 display: inline;
77 display: block;
298 display: block;
305 display: block;
/development/scripts/
Dnative_heapdump_viewer.py226 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/
Dlayout14 display {
/development/tools/emulator/skins/WSVGA/
Dlayout14 display {
/development/tools/emulator/skins/WXGA720/
Dlayout14 display {
/development/tools/emulator/skins/WXGA800/
Dlayout14 display {
/development/samples/browseable/BeamLargeFiles/
D_index.jd14 will save the file to disk and display a notification that the user can select to open
/development/samples/browseable/DelayedConfirmation/
D_index.jd13 appropriate margins based on whether the display is square or circular.
/development/samples/browseable/RecipeAssistant/
D_index.jd8 This phone application uses the enhanced notifications API to display recipe
/development/samples/browseable/ScreenCapture/src/com.example.android.screencapture/
DScreenCaptureFragment.java22 import android.hardware.display.DisplayManager;
23 import android.hardware.display.VirtualDisplay;

123