Home
last modified time | relevance | path

Searched refs:switches (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/docs/html/design/building-blocks/
Dswitches.jd5 <p>Switches allow the user to select options. There are three kinds of switches: checkboxes, radio
6 buttons, and on/off switches.</p>
43 <h2 id="switches">On/off Switches</h2>
52 <p>On/off switches toggle the state of a single settings option.</p>
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java477 int switches[], List<IBinder> binders) { in registerStatusBar() argument
486 switches[0] = gatherDisableActionsLocked(mCurrentUserId); in registerStatusBar()
487 switches[1] = mSystemUiVisibility; in registerStatusBar()
488 switches[2] = mMenuVisible ? 1 : 0; in registerStatusBar()
489 switches[3] = mImeWindowVis; in registerStatusBar()
490 switches[4] = mImeBackDisposition; in registerStatusBar()
491 switches[5] = mShowImeSwitcher ? 1 : 0; in registerStatusBar()
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl42 out int[] switches, out List<IBinder> binders); in registerStatusBar() argument
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dindex.jd45 action that starts another activity or switches to another app, the system calls another set of
51 you might pause the video and terminate the network connection when the user switches to another
Dstarting.jd58 move only part way down the pyramid and wait (such as when the user switches to another app), from
76 <li>Does not crash if the user receives a phone call or switches to another app
Dstopping.jd40 <li>The user opens the Recent Apps window and switches from your app to another app. The
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java553 int[] switches = new int[8]; in start() local
556 mBarService.registerStatusBar(mCommandQueue, iconList, switches, binders); in start()
563 disable(switches[0], false /* animate */); in start()
564 setSystemUiVisibility(switches[1], 0xffffffff); in start()
565 topAppWindowChanged(switches[2] != 0); in start()
567 setImeWindowStatus(binders.get(0), switches[3], switches[4], switches[5] != 0); in start()
594 switches[0], in start()
595 switches[1], in start()
596 switches[2], in start()
597 switches[3] in start()
/frameworks/native/opengl/libs/GLES_trace/
DDESIGN.txt45 This switches the hooks to point to the trace implementation only for the current context.
/frameworks/base/docs/html/training/design-navigation/
Ddescendant-lateral.jd122 should remain available at all times. Additionally, tab switches should not be treated as history.
123 For example, if a user switches from a tab <em>A</em> to another tab <em>B</em>, pressing the
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceTv.java1298 private static boolean isConnectedToCecSwitch(int path, Collection<Integer> switches) { in isConnectedToCecSwitch() argument
1299 for (int switchPath : switches) { in isConnectedToCecSwitch()
/frameworks/base/docs/html/training/wearables/watch-faces/
Dinformation.jd61 minute. You can also refresh contextual data when the device switches from ambient to interactive
Ddrawing.jd393 <p>When the device switches between ambient and interactive modes, the system calls the
/frameworks/base/docs/html/guide/topics/resources/
Druntime-changes.jd225 "screen size" also changes</strong> when the device switches between portrait and landscape
/frameworks/base/docs/html/design/patterns/
Dnavigation-drawer.jd176 <p> When the user expands the navigation drawer, the task focus switches to selecting an item
/frameworks/base/docs/html/training/location/
Dlocation-testing.jd223 started {@link android.app.Service} switches from mock mode to normal mode and then
Dreceive-location-updates.jd295 no longer in focus, such as when the user switches to another app or to a
/frameworks/base/docs/html/tools/studio/
Dindex.jd131 switches to the layout design editor so you can begin designing your layout.</p>
/frameworks/base/docs/html/design/wear/
Dwatchfaces.jd126 the device switches to ambient mode, and you should thoughtfully design for it.</p>
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd1213 <p>To receive callbacks when an action view switches between expanded and collapsed, register an
1302 <p>For a sample using switches, see the <a
1303 href="{@docRoot}resources/samples/ApiDemos/res/layout/switches.html">switches.xml</a> layout file
Dkitkat.jd878 TVs, tuners, switches, and other electronic devices. The API lets your app
1015 The Force RTL layout option switches the device to RTL layout for all locales and
Dandroid-3.2.jd123 height of a screen change when the user switches orientation between landscape
/frameworks/base/docs/html/guide/topics/text/
Dcreating-input-method.jd560 is not aware of the <code>supportsSwitchingToNextInputMethod</code> attribute. If the user switches
/frameworks/base/docs/html/guide/topics/media/
Dexoplayer.jd468 FormatEvaluator.Adaptive} as a simple reference implementation that switches between different
/frameworks/base/docs/html/guide/practices/
Dscreens_support.jd777 width changes when the screen's orientation switches between landscape and portrait to
796 the height changes when the screen's orientation switches between landscape and portrait to
809 the main thing you probably care about is the actual size at which your application switches between
/frameworks/base/docs/html/guide/topics/manifest/
Dactivity-element.jd282 configuration, because it also changes when a device switches between portrait and landscape
287 available size, relative to the current aspect ratio, so will change when the user switches between

12