/frameworks/base/docs/html/design/building-blocks/ |
D | switches.jd | 5 <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/ |
D | StatusBarManagerService.java | 477 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/ |
D | IStatusBarService.aidl | 42 out int[] switches, out List<IBinder> binders); in registerStatusBar() argument
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | index.jd | 45 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
|
D | starting.jd | 58 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
|
D | stopping.jd | 40 <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/ |
D | BaseStatusBar.java | 553 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/ |
D | DESIGN.txt | 45 This switches the hooks to point to the trace implementation only for the current context.
|
/frameworks/base/docs/html/training/design-navigation/ |
D | descendant-lateral.jd | 122 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/ |
D | HdmiCecLocalDeviceTv.java | 1298 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/ |
D | information.jd | 61 minute. You can also refresh contextual data when the device switches from ambient to interactive
|
D | drawing.jd | 393 <p>When the device switches between ambient and interactive modes, the system calls the
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | runtime-changes.jd | 225 "screen size" also changes</strong> when the device switches between portrait and landscape
|
/frameworks/base/docs/html/design/patterns/ |
D | navigation-drawer.jd | 176 <p> When the user expands the navigation drawer, the task focus switches to selecting an item
|
/frameworks/base/docs/html/training/location/ |
D | location-testing.jd | 223 started {@link android.app.Service} switches from mock mode to normal mode and then
|
D | receive-location-updates.jd | 295 no longer in focus, such as when the user switches to another app or to a
|
/frameworks/base/docs/html/tools/studio/ |
D | index.jd | 131 switches to the layout design editor so you can begin designing your layout.</p>
|
/frameworks/base/docs/html/design/wear/ |
D | watchfaces.jd | 126 the device switches to ambient mode, and you should thoughtfully design for it.</p>
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0.jd | 1213 <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
|
D | kitkat.jd | 878 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
|
D | android-3.2.jd | 123 height of a screen change when the user switches orientation between landscape
|
/frameworks/base/docs/html/guide/topics/text/ |
D | creating-input-method.jd | 560 is not aware of the <code>supportsSwitchingToNextInputMethod</code> attribute. If the user switches
|
/frameworks/base/docs/html/guide/topics/media/ |
D | exoplayer.jd | 468 FormatEvaluator.Adaptive} as a simple reference implementation that switches between different
|
/frameworks/base/docs/html/guide/practices/ |
D | screens_support.jd | 777 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/ |
D | activity-element.jd | 282 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
|