HomeSort by relevance Sort by last modified time
    Searched full:sticky (Results 1 - 25 of 1012) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ash/sticky_keys/
sticky_keys_state.h 12 // The sticky key is disabled. Incoming non-modifier key events are not
15 // The sticky key is enabled. Incoming non-modifier key down events are
16 // modified. After that, sticky key state becomes DISABLED.
18 // The sticky key is locked. All incoming non modifier key down events are
sticky_keys_overlay.h 27 // Controls the overlay UI for sticky keys, an accessibility feature allowing
30 // each sticky key modifier.
43 // Updates the overlay with the current state of a sticky key modifier.
47 // Get the current state of the sticky key modifier in the overlay.
sticky_keys_controller.h 67 // Activate sticky keys to intercept and modify incoming events.
82 // Handles keyboard event. Returns true if Sticky key consumes keyboard event.
85 // Handles mouse event. Returns true if sticky key consumes mouse event.
88 // Handles scroll event. Returns true if sticky key consumes scroll event.
91 // Updates the overlay UI with the current state of the sticky keys.
94 // Whether sticky keys is activated and modifying events.
103 // Sticky key handlers.
115 // StickyKeysHandler handles key event and controls sticky keysfor specific
185 // Represents event type in Sticky Key context.
195 // Translates |event| to sticky keys event type
    [all...]
  /external/lldb/test/pexpect-2.4/examples/
fix_cvs_files.py 4 scans the given path to find binary files; checks with CVS to see if the sticky
5 options are set to -kb; finally if sticky options are not -kb then uses 'cvs
12 if fixes the sticky options on any files you should manually do a 'cvs commit'
14 update the Sticky Option status.
40 """This checks if 'cvs status' reports '-kb' for Sticky options. If the
41 Sticky Option status is '-ks' then this returns 1. If the status is
46 i = s.expect (['Sticky Options:\s*(.*)\r\n', 'Status: Unknown'])
62 """This uses 'cvs admin' to set the '-kb' sticky option. """
  /external/chromium_org/third_party/WebKit/ManualTests/
scrolling-coordinator-viewport-constrained-crash.html 18 <div style="position: sticky"></div>
  /external/compiler-rt/lib/builtins/
fp_add_impl.inc 74 // Shift the significands to give us round, guard and sticky, and or in the
81 // Shift the significand of b by the difference in exponents, with a sticky
86 const bool sticky = bSignificand << (typeWidth - align);
87 bSignificand = bSignificand >> align | sticky;
89 bSignificand = 1; // sticky; b is known to be non-zero.
111 const bool sticky = aSignificand & 1;
112 aSignificand = aSignificand >> 1 | sticky;
124 const bool sticky = aSignificand << (typeWidth - shift);
125 aSignificand = aSignificand >> shift | sticky;
129 // Low three bits are round, guard, and sticky
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_button.h 11 // the custom view of an NSMenuItem. If the user opens the menu in a non-sticky
16 // is opened sticky, a tracking rect produces mouse entered/exit events that
33 // In order to get hover effects when the menu is sticky-opened, a tracking
menu_tracked_root_view.h 12 // sticky fashion (i.e. clicks, holds, and drags) and then releases the mouse
  /frameworks/base/docs/html-intl/intl/ja/training/monitoring-device-state/
docking-monitoring.jd 36 <p>????????? sticky {@link android.content.Intent} ???????????????????????????????????????????????????????????????????????</p>
41 <p>?????????????{@link android.content.Intent#ACTION_DOCK_EVENT} ?????? sticky ???????????????????????????? sticky ??????{@link android.content.BroadcastReceiver} ???????????????????????????{@link android.content.Context#registerReceiver registerReceiver()} ??????{@code null} ????????? ????????????</p>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 47 labelTitle.grid(row=0, column=0, sticky=W, padx=10, pady=10)
50 #labelPicture.grid(row=1, column=1, sticky=W, rowspan=2,
55 labelDesc.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
59 sticky=W, padx=10, pady=0)
62 labelWWW.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
68 labelPythonVer.grid(row=9, column=0, sticky=W, padx=10, pady=0)
72 labelTkVer.grid(row=9, column=1, sticky=W, padx=2, pady=0)
74 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW
    [all...]
SearchDialogBase.py 54 l.grid(row=self.row, column=0, sticky="nw")
56 e.grid(row=self.row, column=1, sticky="nwe")
63 l.grid(row=self.row, column=0, sticky="nw")
65 f.grid(row=self.row, column=1, columnspan=1, sticky="nwe")
74 b.grid(pady=1,row=rows,column=0,sticky="ew")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 47 labelTitle.grid(row=0, column=0, sticky=W, padx=10, pady=10)
50 #labelPicture.grid(row=1, column=1, sticky=W, rowspan=2,
55 labelDesc.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
59 sticky=W, padx=10, pady=0)
62 labelWWW.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
68 labelPythonVer.grid(row=9, column=0, sticky=W, padx=10, pady=0)
72 labelTkVer.grid(row=9, column=1, sticky=W, padx=2, pady=0)
74 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW
    [all...]
SearchDialogBase.py 54 l.grid(row=self.row, column=0, sticky="nw")
56 e.grid(row=self.row, column=1, sticky="nwe")
63 l.grid(row=self.row, column=0, sticky="nw")
65 f.grid(row=self.row, column=1, columnspan=1, sticky="nwe")
74 b.grid(pady=1,row=rows,column=0,sticky="ew")
  /development/samples/browseable/AdvancedImmersiveMode/
_index.jd 17 "sticky" mode, which re-hides the bars a few seconds after the user swipes
  /packages/apps/Settings/src/com/android/settings/widget/
StickyHeaderListView.java 31 * This class provides sticky header functionality in a list view, to use with
32 * SetupWizardIllustration. To use this, add a header tagged with "sticky", or a header tagged with
33 * "stickyContainer" and one of its child tagged as "sticky". The sticky container will be drawn
34 * when the sticky element hits the top of the view.
37 * 1. The two supported scenarios are StickyHeaderListView -> Header (stickyContainer) -> sticky,
38 * and StickyHeaderListView -> Header (sticky). The arrow (->) represents parent/child
83 mSticky = findViewWithTag("sticky");
105 // The offset to draw the view at when sticky
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
sticky_settings.h 28 // Holds all the settings that should be remembered (sticky) in print preview.
29 // A sticky setting will be restored next time the user launches print preview.
  /external/harfbuzz_ng/
Makefile.am 61 dist-hook: dist-clear-sticky-bits
62 # Clean up any sticky bits we may inherit from parent dir
63 dist-clear-sticky-bits:
  /development/samples/devbytes/ui/ImmersiveMode/src/main/res/values/
strings.xml 19 <string name="immersive_sticky">Immersive/Sticky</string>
  /external/chromium_org/chrome/browser/chromeos/accessibility/
sticky_keys_browsertest.cc 74 // With sticky keys disabled, we will fail to perform the shortcut.
101 // Shortcut should not work after disabling sticky keys.
116 // Test sticky keys with modified mouse click action.
135 // Test disabling sticky keys prevent modified mouse click.
  /external/compiler-rt/lib/builtins/i386/
floatundisf.S 61 sticky: .quad 0x0000000000000000 label
66 #define STICKY sticky-0b(%ecx,%eax,8)
81 movsd STICKY, %xmm1 // (big input) ? 0xfff : 0
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
low_latency_event.h 25 // is sticky.
40 // Releases thread calling WaitOnEvent in a sticky fashion.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
host.js 83 self.activateOrDeactivateStickyMode(prefs['sticky'] == 'true');
190 * Activates or deactivates Sticky Mode.
191 * @param {boolean} sticky Whether sticky mode should be active.
193 cvox.ChromeHost.prototype.activateOrDeactivateStickyMode = function(sticky) {
194 cvox.ChromeVox.isStickyPrefOn = sticky;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox.js 124 * This indicates whether or not the sticky mode pref is toggled on.
125 * Use cvox.ChromeVox.isStickyModeOn() to test if sticky mode is enabled
132 * temporarily - in order to temporarily enable sticky mode while doing
252 * Returns whether sticky mode is on, taking both the global sticky mode
253 * pref and the temporary sticky mode override into account.
255 * @return {boolean} Whether sticky mode is on.
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
viewrtree.tcl 89 grid configure .select -row 0 -column 0 -columnspan 2 -sticky nsew
90 grid configure .b -row 1 -column 0 -columnspan 2 -sticky nsew
91 grid configure .l -row 2 -column 0 -sticky nsew
92 grid configure .status -row 3 -column 0 -columnspan 3 -sticky nsew
94 grid configure .title -row 0 -column 2 -sticky nsew
95 grid configure .c -row 1 -column 2 -rowspan 2 -sticky nsew
96 grid configure .ls -row 2 -column 1 -sticky nsew
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastRecord.java 47 final boolean sticky; // originated from existing sticky data? field in class:BroadcastRecord
48 final boolean initialSticky; // initial broadcast from register to sticky?
126 if (resultAbort || ordered || sticky || initialSticky) {
129 pw.print(" sticky="); pw.print(sticky);
198 sticky = _sticky;

Completed in 1016 milliseconds

1 2 3 4 5 6 7 8 91011>>