Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java569 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/
Dalways-on.jd141 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/
DBaseStatusBar.java598 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/
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/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl48 out int[] switches, out List<IBinder> binders); in registerStatusBar() argument
/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.java1337 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/
Dinformation.jd66 minute. You can also refresh contextual data when the device switches from ambient to interactive
Ddrawing.jd403 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/
Dmessages.jd152 method to listen to finer-grained connectivity details, such as when a wearable device switches
/frameworks/base/docs/html/design/wear/
Dstructure.jd221 <p class="img-caption">When the app switches to ambient mode, remove all elements that invite
Dwatchfaces.jd126 the device switches to ambient mode, and you should thoughtfully design for it.</p>
/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/sdk/installing/
Dstudio-tips.jd60 switches to the layout design editor so you can begin designing your layout.</p>
/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/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/practices/
Dscreens_support.jd793 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/
Dactivity-element.jd283 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

12