/frameworks/base/packages/SystemUI/docs/ |
demo_mode.md | 0 # Demo Mode for the Android System UI 2 *Demo mode for the status bar allows you to force the status bar into a fixed state, useful for taking screenshots with a consistent status bar state, or testing different status icon permutations. Demo mode is available in recent versions of Android.* 4 ## Enabling demo mode 5 Demo mode is protected behind a system setting. To enable it for a device, run: 16 com.android.systemui.demo 27 ```enter``` | | | Enters demo mode, bar state allowed to be modified (for convenience, any of the other non-exit commands will automatically flip demo mode on, no need to call this explicitly in practice) 28 ```exit``` | | | Exits demo mode, bars back to their system-driven state 62 Enter demo mod [all...] |
/external/opencv3/samples/cpp/tutorial_code/ImgProc/ |
Morphology_1.cpp | 41 namedWindow( "Erosion Demo", WINDOW_AUTOSIZE ); 42 namedWindow( "Dilation Demo", WINDOW_AUTOSIZE ); 43 moveWindow( "Dilation Demo", src.cols, 0 ); 46 createTrackbar( "Element:\n 0: Rect \n 1: Cross \n 2: Ellipse", "Erosion Demo", 50 createTrackbar( "Kernel size:\n 2n +1", "Erosion Demo", 55 createTrackbar( "Element:\n 0: Rect \n 1: Cross \n 2: Ellipse", "Dilation Demo", 59 createTrackbar( "Kernel size:\n 2n +1", "Dilation Demo", 86 imshow( "Erosion Demo", erosion_dst ); 104 imshow( "Dilation Demo", dilation_dst );
|
/prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/ |
jfreechart-swt-1.0.9-sources.jar | |
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
CalendarApp.java | 8 package com.ibm.icu.dev.demo.calendar; 12 import com.ibm.icu.dev.demo.impl.DemoApplet; 33 /* This creates a CalendarFrame for the demo applet. */
|
package.html | 10 Calendar demo applications including date/time arithmetic.
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
demo.html | 11 <TITLE>Transliteration Demo</TITLE> 14 <APPLET CODE="com.ibm.demo.translit.DemoApplet.class" WIDTH=140 HEIGHT=33></APPLET> 30 For best results, run this demo as an applet within Netscape with
|
DemoApplet.java | 7 package com.ibm.icu.dev.demo.translit; 16 import com.ibm.icu.dev.demo.impl.AppletFrame; 33 Demo frame = null; 37 new AppletFrame("Transliteration Demo", applet, 640, 480); 42 Button button = new Button("Transliteration Demo"); 46 frame = new Demo(600, 200);
|
package.html | 10 Transliterator demo appliation.
|
/development/samples/UiAutomator/ |
README | 1 ----------- LaunchSettings Demo ----------- 8 To run this demo you must build it first and push it on your device: 12 ---------- LogBuildNumber Demo ------------ 20 To run this demo you must build it first and push it on your device: 24 ---------- SetTwoMinuteAlarm Demo --------- 29 To run this demo you must build it first and push it on your device:
|
/external/ImageMagick/PerlMagick/demo/ |
Makefile | 2 perl demo.pl 16 /bin/rm -f demo.jpg button.gif model.png shadow.gif tree.gif \
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
Android.mk | 12 demo.c \
|
/development/samples/AndroidBeamDemo/ |
_index.html | 1 <p>Android Beam Demo shows how to use the Android Beam feature introduced in API level 14. This
|
/development/samples/browseable/HdrViewfinder/ |
_index.jd | 8 This demo implements a real-time high-dynamic-range camera viewfinder, by alternating
|
/external/ImageMagick/Magick++/demo/ |
demos.tap | 9 subdir=Magick++/demo 20 for demo in button demo flip gravity piddle shapes 22 ./${demo} && echo "ok" || echo "not ok"
|
/external/androidplot/Examples/DemoApp/res/values/ |
strings.xml | 3 <string name="app_name">AndroidPlot Demo</string>
|
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/imports/ |
Ruleb.g | 1 // A single rule in a grammar that must be imported by the demo
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
README.txt | 1 Hi. This is a simple demo of tree construction and tree parsing with ANTLR
|
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/ |
README.md | 3 This demo interfaces with the Chrome document scanning API to acquire scanned
|
/external/clang/www/demo/ |
what is this directory.txt | 1 This is for the LLVM+Clang browser based demo. 2 It is supposed to work like the LLVM+GCC demo here: http://llvm.org/demo/ but for the BSD licensed Clang instead. 7 Anyways, right now, these file a basically just a copy of the LLVM+GCC demo (no changes have been made). The files don't even work right in this location on the server. As such, someone will need to edit the file or rewrite it.
|
/external/eigen/demos/mandelbrot/ |
README | 1 *** Mandelbrot demo ***
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/ |
Launcher.java | 7 package com.ibm.icu.dev.demo; 23 import com.ibm.icu.dev.demo.impl.DemoApplet; 24 import com.ibm.icu.dev.demo.impl.DemoUtility; 38 public static final String demoBase = "com.ibm.icu.dev.demo"; 47 "translit.Demo", 53 public Button buttonList[] = new Button[demoList.length]; // one button for each demo 84 String demo = demoList[i]; local 85 Button b = new Button(demo); 118 void showStatus(String demo, String status) { 119 showStatus(demo+": "+status) 138 String demo = demoBase+'.'+demoShort; local [all...] |
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
package.html | 10 Holiday demo application.
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
package.html | 10 Shared utilities for demo applications and Applets.
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
package.html | 10 RuleBasedNumberFormat demo appliation.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
package.html | 9 <title>C:\cvs\icu4j\src\com\ibm\demo\package.html</title>
|