/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 569 int switches[], List<IBinder> binders) { in registerStatusBar() argument 578 switches[0] = gatherDisableActionsLocked(mCurrentUserId, 1); in registerStatusBar() 579 switches[1] = mSystemUiVisibility; in registerStatusBar() 580 switches[2] = mMenuVisible ? 1 : 0; in registerStatusBar() 581 switches[3] = mImeWindowVis; in registerStatusBar() 582 switches[4] = mImeBackDisposition; in registerStatusBar() 583 switches[5] = mShowImeSwitcher ? 1 : 0; in registerStatusBar() 584 switches[6] = gatherDisableActionsLocked(mCurrentUserId, 2); in registerStatusBar()
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | always-on.jd | 141 the user covers the screen with their palm, the system switches the activity to ambient mode. 142 After the app switches to ambient mode, update the activity UI to a more basic layout to reduce 157 <p>When the activity switches to ambient mode, the system calls the 160 white and disable anti-aliasing after the system switches to ambient mode: 173 <p>When the user taps the screen or brings up their wrist, the activity switches from ambient mode 180 when the system switches to interactive mode:</p> 239 <li>Schedule the next update when the activity switches to ambient mode or is currently in ambient 241 <li>Cancel the alarm when the activity switches to interactive mode or the activity is stopped 374 <p>When the device switches to interactive mode, cancel the alarm in the 403 devices on these versions of Android. When the device switches to ambient mode, the device returns
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | BaseStatusBar.java | 598 int[] switches = new int[8]; in start() local 601 mBarService.registerStatusBar(mCommandQueue, iconList, switches, binders); in start() 609 disable(switches[0], switches[6], false /* animate */); in start() 610 setSystemUiVisibility(switches[1], 0xffffffff); in start() 611 topAppWindowChanged(switches[2] != 0); in start() 613 setImeWindowStatus(binders.get(0), switches[3], switches[4], switches[5] != 0); in start() 640 switches[0], in start() 641 switches[1], in start() 642 switches[2], in start() 643 switches[3] in start()
|
/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/core/java/com/android/internal/statusbar/ |
D | IStatusBarService.aidl | 48 out int[] switches, out List<IBinder> binders); in registerStatusBar() argument
|
/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 | 1337 private static boolean isConnectedToCecSwitch(int path, Collection<Integer> switches) { in isConnectedToCecSwitch() argument 1338 for (int switchPath : switches) { in isConnectedToCecSwitch()
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | information.jd | 66 minute. You can also refresh contextual data when the device switches from ambient to interactive
|
D | drawing.jd | 403 in ambient mode, so you should disable anti-aliasing and bitmap filtering when the device switches 419 <p>When the device switches between ambient and interactive modes, the system calls the
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | messages.jd | 152 method to listen to finer-grained connectivity details, such as when a wearable device switches
|
/frameworks/base/docs/html/design/wear/ |
D | structure.jd | 221 <p class="img-caption">When the app switches to ambient mode, remove all elements that invite
|
D | watchfaces.jd | 126 the device switches to ambient mode, and you should thoughtfully design for it.</p>
|
/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/sdk/installing/ |
D | studio-tips.jd | 60 switches to the layout design editor so you can begin designing your layout.</p>
|
/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/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/practices/ |
D | screens_support.jd | 793 width changes when the screen's orientation switches between landscape and portrait to 812 the height changes when the screen's orientation switches between landscape and portrait to 825 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 | 283 configuration, because it also changes when a device switches between portrait and landscape 288 available size, relative to the current aspect ratio, so will change when the user switches between
|