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

<<11121314151617181920>>

  /frameworks/base/packages/SystemUI/res/layout/
status_bar_notification_row.xml 36 <com.android.systemui.statusbar.NotificationContentView android:id="@+id/expanded"
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 44 public ExpandableNotificationRow row; // the outer expanded view
45 public View expanded; // the inflated RemoteViews field in class:NotificationData.Entry
81 expanded = null;
265 if (e.expanded != null) { // the view successfully inflated
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java 305 * became visible and expanded; -1 if it was never visibly expanded.
313 /** Accumulated visible expanded time. */
315 /** Number of times the notification has been expanded by the user. */
336 // Add incomplete expanded airtime if currently shown.
394 public void onExpansionChanged(boolean userAction, boolean expanded) {
395 isExpanded = expanded;
405 // expanded and visible
413 // not-expanded or not-visible
  /frameworks/support/v7/appcompat/src/android/support/v7/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
  /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.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wordexp.h 45 char **we_wordv; /* List of expanded words. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wordexp.h 45 char **we_wordv; /* List of expanded words. */
  /external/clang/include/clang/Basic/
SourceManager.h 28 /// was expanded (the return statement), the spelling location is the
201 /// This can be 0 if the MemBuffer was not actually expanded.
247 /// expanded from. The main include file has an invalid IncludeLoc.
308 /// the token was ultimately expanded, and the SpellingLoc - where the actual
360 /// expanded), and SpellingLoc specifies the spelling location (where
376 /// expanded). This doesn't need to be a range because a macro is always
377 /// expanded at a macro parameter reference, and macro parameters are
551 /// where the expanded token came from and the expansion location specifies
552 /// where it was expanded.
664 /// \brief Associates a FileID with its "included/expanded in" decompose
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
OutputFinisher.java 352 * expanded instructions)</li>
410 * @return true if reservedCount is expanded, false otherwise
486 * The instruction will need to be expanded, so find the
487 * expanded opcode and reserve registers for it.
509 * to be expanded. This fitting process starts with the given
555 throw new DexException("No expanded opcode for " + insn);
605 * expanded to deal with high registers.
615 * problems) is expanded into a series of instances that together
  /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-trace/trace-viewer/src/tcmalloc/
tcmalloc_snapshot_view.js 122 // Don't allow leaf nodes to be expanded.
131 this.classList.toggle('expanded');
  /external/chromium_org/chrome/browser/resources/print_preview/
metrics.js 84 // 'More/less settings' expanded.
88 // User printed with extra settings expanded.
  /external/chromium_org/chrome/browser/resources/sync_internals/
about.js 152 * Toggles the given traffic event entry div's "expanded" state.
156 e.target.classList.toggle('traffic-event-entry-expanded');
  /external/chromium_org/chrome/test/mini_installer/
registry_verifier.py 49 expectation_name: The registry key being verified. It is expanded using
62 specified. If it is a string, it is expanded using Expand.
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.h 164 Position m_start; // Leftmost position when expanded to respect granularity
165 Position m_end; // Rightmost position when expanded to respect granularity
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
AuditResultView.js 123 if (result.expanded) {
125 treeElement.listItemElement.classList.add("parent-expanded");
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionAuditCategory.js 122 var addedNode = parent.addChild(contents, node.expanded);
186 section.expanded = true;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
FileBasedSearchResultsPane.js 49 // Expand until at least a certain number of matches is expanded.
120 if (this.expanded)
  /external/chromium_org/third_party/skia/include/gpu/
GrConfig.h 100 * GR_STRING makes a string of X where X is expanded before conversion to a string
107 * GR_CONCAT concatenates X and Y where each is expanded before
  /external/chromium_org/tools/cr/cr/base/
host.py 18 print 'Command expanded the following variables:'
58 issues. The command is expanded in the active context so that variables
  /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/sepolicy/tools/sepolicy-analyze/
README 44 -foo -bar is expanded to individual allow rules by the policy
67 quickly checking an individual expanded rule or group of rules. If there are
  /external/skia/include/gpu/
GrConfig.h 96 * GR_STRING makes a string of X where X is expanded before conversion to a string
103 * GR_CONCAT concatenates X and Y where each is expanded before

Completed in 3318 milliseconds

<<11121314151617181920>>