HomeSort by relevance Sort by last modified time
    Searched defs:sticky (Results 1 - 15 of 15) sorted by null

  /frameworks/compile/libbcc/runtime/lib/i386/
floatundisf.S 62 sticky: .quad 0x0000000000000000 label
67 #define STICKY sticky-0b(%ecx,%eax,8)
82 movsd STICKY, %xmm1 // (big input) ? 0xfff : 0
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view.h 45 BalloonViewImpl(bool sticky, bool controls, bool web_ui);
66 // True if the notification is sticky.
67 bool sticky() const { return sticky_; } function in class:chromeos::BalloonViewImpl
120 // A sticky flag. A sticky notification cannot be dismissed by a user.
notification_panel.cc 273 // Returns the size that covers sticky and new notifications.
275 gfx::Rect sticky = sticky_container_->bounds(); local
277 if (sticky.IsEmpty())
280 return sticky.size();
281 return sticky.Union(new_non_sticky).size();
327 // Returns the # of sticky and new notifications.
333 // Returns the # of sticky notifications.
382 return view->sticky() ?
387 // Sticky/non-sticky ballon containers. They're child views an
    [all...]
  /frameworks/base/services/java/com/android/server/am/
BroadcastRecord.java 45 final boolean sticky; // originated from existing sticky data? field in class:BroadcastRecord
46 final boolean initialSticky; // initial broadcast from register to sticky?
83 if (sticky) {
117 if (resultAbort || ordered || sticky || initialSticky) {
120 pw.print(" sticky="); pw.print(sticky);
181 sticky = _sticky;
ActivityManagerService.java 509 * State of all active sticky broadcasts. Keys are the action of the
510 * sticky Intent, values are an ArrayList of all broadcasted intents with
11943 Intent sticky = allSticky != null ? (Intent)allSticky.get(0) : null; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
BroadcastTest.java 312 Intent sticky = getContext().registerReceiver(null, filter); local
313 assertNotNull("Sticky not found", sticky);
314 assertEquals(LaunchpadActivity.DATA_1, sticky.getStringExtra("test"));
327 Intent sticky = getContext().registerReceiver(null, filter); local
328 assertNull("Sticky not found", sticky);
341 Intent sticky = getContext().registerReceiver(null, filter); local
342 assertNotNull("Sticky not found", sticky);
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 250 /** Whether this key is sticky, i.e., a toggle key */
251 public boolean sticky; field in class:Keyboard.Key
258 /** If this is a sticky key, is it on? */
375 sticky = a.getBoolean(
404 * Changes the pressed state of the key. If it is a sticky key, it will also change the
411 if (sticky) {
488 if (sticky) {
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 500 milliseconds