HomeSort by relevance Sort by last modified time
    Searched full:expanded (Results 176 - 200 of 1600) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/com/android/internal/view/menu/
ExpandedMenuView.java 31 * The expanded menu view is a list-like menu with all of the available menu items. It is opened
ActionMenuView.java 177 lp.expanded = false;
200 // When we have overflow and a single expanded (text) item, we want to try centering it
230 // Items that get expanded will always be in the set of smallest items when we're done.
252 lp.expanded = true;
290 lp.expanded = true;
299 lp.expanded = true;
324 if (!lp.expanded) continue;
596 public boolean expanded; field in class:ActionMenuView.LayoutParams
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletTicker.java 268 View expanded = null; local
271 expanded = n.tickerView.apply(mContext, content);
276 if (expanded == null) {
285 content.addView(expanded, lp);
  /frameworks/support/v4/java/android/support/v4/internal/view/
SupportMenu.java 34 * <b>expanded menus</b> (only available if six or more menu items are visible,
  /ndk/sources/host-tools/sed-4.2.1/m4/
wchar.m4 57 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
  /packages/apps/Email/res/layout/
message_view_subheader.xml 61 <!-- Expanded version -->
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wordexp.h 45 char **we_wordv; /* List of expanded words. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wordexp.h 45 char **we_wordv; /* List of expanded words. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wordexp.h 45 char **we_wordv; /* List of expanded words. */
  /development/samples/training/notify-user/src/com/example/android/pingme/
PingService.java 74 // expanded view of the notification.
93 * in the detail area of the expanded notification.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
KeyDeclaration.java 60 * of the name attribute is a QName, which is expanded as
73 * of the name attribute is a QName, which is expanded as
  /external/bison/m4/
unistd_h.m4 11 dnl Use AC_REQUIRE here, so that the default behavior below is expanded
55 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
  /external/chromium/chrome/browser/resources/shared/css/
tree.css 40 .tree-item[expanded] > .tree-row > .expand-icon {
88 .tree-children[expanded] {
  /external/chromium/chrome/browser/sidebar/
sidebar_container.h 74 // Notifies hosting window that this sidebar was expanded.
77 // Notifies hosting window that this sidebar was expanded.
  /external/chromium/chrome/browser/ui/cocoa/
status_bubble_mac.h 147 // True if the status bubble has been expanded. If the bubble is in the
148 // expanded state and encounters a new URL, change size immediately,
  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.h 103 // currently expanded or in the process of expanding).
104 bool expanded() { function in class:StatusBubbleGtk
  /external/chromium/chrome/browser/ui/webui/
shown_sections_handler.cc 108 // Default to have expanded APPS and all other sections are minimized.
131 // able to show only one expanded at a time. The only two expandable
  /external/clang/include/clang/Lex/
MultipleIncludeOpt.h 69 /// ExpandedMacro - When a macro is expanded with this lexer as the current
85 // If we have already expanded a macro by the end of the #ifndef line, then
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
envset.cmd 40 the equal sign will be oprionally expanded.
42 If the parameter is the minus sign, the next parameter will not be expanded.
  /external/tcpdump/
smb.h 67 #define SMBsetattrE 0x22 /* set file attributes expanded */
68 #define SMBgetattrE 0x23 /* get file attributes expanded */
  /external/webkit/Source/WebCore/editing/
VisibleSelection.h 125 Position m_start; // Leftmost position when expanded to respect granularity
126 Position m_end; // Rightmost position when expanded to respect granularity
  /external/webkit/Source/WebCore/inspector/front-end/
ScopeChainSidebarPane.js 51 if (section.expanded)
101 section.expanded = true;
  /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/docs/html/training/notify-user/
expanded.jd 44 notification is expanded. This happens when the notification is at the top of
154 * in the detail area of the expanded notification.
managing.jd 6 next.title=Creating Expanded Notifications
7 next.link=expanded.html

Completed in 1178 milliseconds

1 2 3 4 5 6 78 91011>>