Lines Matching refs:system

63 system bars with an inward swipe along the region where the system bars normally appear.
66 system bars become visible. This also triggers your
68 if set. However, if you'd like the system bars to automatically hide
71 "sticky" version of the flag doesn't trigger any listeners, as system bars temporarily
78 alt="system bars">
86 display the system bars, thereby clearing the {@link android.view.View#SYSTEM_UI_FLAG_HIDE_NAVIGATI…
87 {@link android.view.View#SYSTEM_UI_FLAG_FULLSCREEN} flags. Once these flags are cleared, the system
91 keep all UI controls in sync with the system bars, to minimize the
94 immersive mode, the UI controls are hidden along with the system bars.
95 To ensure that your UI visibility stays in sync with system bar visibility, make sure to
100 <li><strong>Reminder bubble</strong>&mdash;The system displays a reminder bubble
103 the system bars.
110 system bars and other UI controls hidden. You can achieve this state with either
116 and the user swipes to display the system bars. Semi-transparent bars temporarily appear and then
118 system UI visibility change listeners, because the transient appearance of the system bars isn't
146 the edges of the screen and you don't expect them to need frequent access to the system
165 the system bars based on what other UI flags you have set
168 both). When the user swipes inward in a system bars region, the
169 system bars reappear and remain visible.</p>
171 <p>It's good practice to include other system UI flags (such as
174 when the system bars hide and show. You should also make sure that the action bar and other
179 // This snippet hides the system bars.
182 // Set the content to appear under the system bars so that the content
183 // doesn't resize when the system bars hide and show.
193 // This snippet shows the system bars. It does this by removing all the flags
194 // except for the ones that make the content appear under the system bars.
209 <li>Register a listener so that your app can get notified of system UI visibility changes,
213 If you gain window focus, you may want to re-hide the system bars.
220 manually toggle the visibility of the system bars by touching your content.
236 an inward swipe in the system bars areas causes the bars to temporarily appear in a
238 system UI visibility change listeners are not triggered. The bars
242 <p>Figure 2 shows the semi-transparent system bars that briefly appear and then hide again
246 alt="system bars">
247 <p class="img-caption"><strong>Figure 2.</strong> Auto-hiding system bars.</p>