HomeSort by relevance Sort by last modified time
    Searched full:sticky (Results 51 - 75 of 257) sorted by null

1 23 4 5 6 7 8 91011

  /build/tools/droiddoc/templates-sdk-dev/assets/css/
fullscreen.css 187 #sticky-header {
191 #sticky-header > div {
195 .sticky-menu {
  /developers/build/prebuilts/gradle/BasicImmersiveMode/Application/src/main/java/com/example/android/basicimmersivemode/
BasicImmersiveModeFragment.java 80 // This sample uses the "sticky" form of immersive mode, which will let the user swipe
  /developers/samples/android/ui/window/BasicImmersiveMode/Application/src/main/java/com/example/android/basicimmersivemode/
BasicImmersiveModeFragment.java 80 // This sample uses the "sticky" form of immersive mode, which will let the user swipe
  /development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/
BasicImmersiveModeFragment.java 80 // This sample uses the "sticky" form of immersive mode, which will let the user swipe
  /external/chromium-trace/trace-viewer/third_party/Paste/docs/
index.txt 38 Paste: making the web sticky.
  /external/skia/include/core/
SkError.h 58 /** Return the current per-thread error code. Error codes are "sticky"; they
  /frameworks/opt/setupwizard/library/main/res/layout/
suw_no_scroll_template_header.xml 49 android:tag="sticky" />
suw_template_header.xml 63 android:tag="sticky" />
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_style.py 52 [('null', {'sticky': 'nswe'})]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_style.py 52 [('null', {'sticky': 'nswe'})]
  /external/lldb/test/pexpect-2.4/doc/
examples.html 43 checks with CVS to see if the sticky options are set
45 finally if sticky options are not -kb then uses 'cvs
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 242 /** Whether this key is sticky, i.e., a toggle key */
243 public boolean sticky; field in class:Keyboard.Key
250 /** If this is a sticky key, is it on? */
368 sticky = a.getBoolean(
400 * Changes the pressed state of the key. If it is a sticky key, it will also change the
407 if (sticky) {
501 if (sticky) {
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 44 boolean ordered, boolean sticky, int sendingUser) throws RemoteException {
  /frameworks/base/core/java/android/os/
ConditionVariable.java 25 * open(), close() and block() are sticky. If open() is called before block(),
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothA2dpConnector.java 105 // occur, however this setting does not appear to be sticky
BluetoothInputDeviceConnector.java 69 // occur, however this setting does not appear to be sticky
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
StorageLowState.java 57 // Identify if we are in low storage mode. This works because storage low is a sticky
  /build/tools/droiddoc/templates-ndk/components/
masthead.cs 102 <div id="sticky-header">
148 <div id="sticky-header">
  /external/lldb/tools/debugserver/source/
RNBContext.h 29 event_proc_thread_running = 0x02, // Sticky
34 event_read_thread_running = 0x40, // Sticky
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 251 /** Whether this key is sticky, i.e., a toggle key */
252 public boolean sticky; field in class:Keyboard.Key
259 /** If this is a sticky key, is it on? */
376 sticky = a.getBoolean(
411 * <li>This is a sticky key, that is, {@link #sticky} is {@code true}.
423 if (sticky && inside) {
500 if (sticky) {
    [all...]
  /frameworks/base/docs/html/training/monitoring-device-state/
battery-monitoring.jd 47 broadcasts all battery and charging details in a sticky {@link android.content.Intent} that includes
50 <p>Because it's a sticky intent, you don't need to register a {@link
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 198 w.grid(row=0, padx=5, sticky=W)
201 self.entry.grid(row=1, padx=5, sticky=W+E)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 198 w.grid(row=0, padx=5, sticky=W)
201 self.entry.grid(row=1, padx=5, sticky=W+E)
  /external/valgrind/VEX/priv/
host_generic_maddf.c 290 change the round bit, not sticky or guard bit.
292 so round bit plus sticky bit should be already enough
296 v.ieee.mantissa1 & 1 is the round bit and j is our sticky
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 175 final Intent sticky = getContext().registerReceiver(mTracker, filter); local
176 if (sticky != null) {
178 mTracker.onReceive(getContext(), sticky); local

Completed in 291 milliseconds

1 23 4 5 6 7 8 91011