HomeSort by relevance Sort by last modified time
    Searched full:expanded (Results 326 - 350 of 2776) sorted by null

<<11121314151617181920>>

  /external/tcpdump/
smb.h 67 #define SMBsetattrE 0x22 /* set file attributes expanded */
68 #define SMBgetattrE 0x23 /* get file attributes expanded */
  /frameworks/base/core/java/android/view/
MenuItem.java 63 * When expanded, the action view temporarily takes over
92 * expanded or collapsed.
101 * is expanded.
102 * @param item Item that was expanded
561 * @return true if the action view was expanded, false otherwise.
578 * Returns true if this menu item's action view has been expanded.
580 * @return true if the item's action view is expanded, false otherwise.
591 * the associated action view is expanded or collapsed. The menu item must
  /frameworks/base/core/java/android/widget/
ActionMenuView.java 214 lp.expanded = false;
237 // When we have overflow and a single expanded (text) item, we want to try centering it
267 // Items that get expanded will always be in the set of smallest items when we're done.
289 lp.expanded = true;
327 lp.expanded = true;
336 lp.expanded = true;
361 if (!lp.expanded) continue;
781 public boolean expanded; field in class:ActionMenuView.LayoutParams
  /frameworks/base/docs/html/training/notify-user/
expanded.jd 42 notification is expanded. This happens when the notification is at the top of
152 * in the detail area of the expanded notification.
  /frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp 95 // Resolve addresses of expanded RS foreach function.
108 // ALOGW("Expanded RS foreach at entry #%u named %s cannot be found in the "
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 224 lp.expanded = false;
247 // When we have overflow and a single expanded (text) item, we want to try centering it
277 // Items that get expanded will always be in the set of smallest items when we're done.
299 lp.expanded = true;
337 lp.expanded = true;
346 lp.expanded = true;
371 if (!lp.expanded) continue;
784 boolean expanded; field in class:ActionMenuView.LayoutParams