/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
NotificationChildrenContainer.java | 338 // we don't modify it the group is expanded or if we are expanding it 350 * @return the intrinsic size of this children container, i.e the natural fully expanded state 453 // When a group is expanded and moving into bottom stack, the bottom visible child 466 // When the group is expanded, the children cast the shadows rather than the parent 521 * When moving into the bottom stack, the bottom visible child in an expanded group adjusts its 702 * @param expanded whether the group is expanded. 704 public void updateHeaderForExpansion(boolean expanded) { 706 if (expanded) { [all...] |
/frameworks/support/design/res-public/values/ |
public_styles.xml | 19 <public type="style" name="TextAppearance.Design.CollapsingToolbar.Expanded"/>
|
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
ExpandedMenuView.java | 29 * The expanded menu view is a list-like menu with all of the available menu items. It is opened
|
/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. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
wordexp.h | 45 char **we_wordv; /* List of expanded words. */
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
vendor_test.go | 236 tg.grepStdout("go-get-issue-11864/vendor/vendor.org/p", "did not find vendor-expanded p") 239 tg.grepStdout("go-get-issue-11864/vendor/vendor.org/p", "did not find vendor-expanded p") 242 tg.grepStdout("go-get-issue-11864/vendor/vendor.org/tx2", "did not find vendor-expanded tx2") 245 tg.grepStdout("go-get-issue-11864/vendor/vendor.org/tx3", "did not find vendor-expanded tx3")
|
/prebuilts/go/darwin-x86/src/crypto/aes/ |
block.go | 39 // Encrypt one block from src into dst, using the expanded key xk. 55 // Number of rounds is set by length of expanded key. 84 // Decrypt one block from src into dst, using the expanded key xk. 100 // Number of rounds is set by length of expanded key.
|
/prebuilts/go/linux-x86/src/cmd/go/ |
vendor_test.go | 236 tg.grepStdout("go-get-issue-11864/vendor/vendor.org/p", "did not find vendor-expanded p") 239 tg.grepStdout("go-get-issue-11864/vendor/vendor.org/p", "did not find vendor-expanded p") 242 tg.grepStdout("go-get-issue-11864/vendor/vendor.org/tx2", "did not find vendor-expanded tx2") 245 tg.grepStdout("go-get-issue-11864/vendor/vendor.org/tx3", "did not find vendor-expanded tx3")
|
/prebuilts/go/linux-x86/src/crypto/aes/ |
block.go | 39 // Encrypt one block from src into dst, using the expanded key xk. 55 // Number of rounds is set by length of expanded key. 84 // Decrypt one block from src into dst, using the expanded key xk. 100 // Number of rounds is set by length of expanded key.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/ |
objclass.py | 57 # 1. change to permissions (inherited common is expanded)
|
/prebuilts/sdk/current/support/design/res-public/values/ |
public_styles.xml | 19 <public type="style" name="TextAppearance.Design.CollapsingToolbar.Expanded"/>
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-i860.texi | 66 will be expanded into two instructions. This is a very undesirable feature to 133 not fit within a signed 16-bit field) will be expanded into: 141 will be expanded into: 151 with an immediate larger than 16-bits (signed), then they will be expanded.
|
/external/clang/include/clang/Basic/ |
SourceManager.h | 28 /// was expanded (the return statement), the spelling location is the 193 /// This can be 0 if the MemBuffer was not actually expanded. 239 /// expanded from. The main include file has an invalid IncludeLoc. 300 /// the token was ultimately expanded, and the SpellingLoc - where the actual 352 /// expanded), and SpellingLoc specifies the spelling location (where 368 /// expanded). This doesn't need to be a range because a macro is always 369 /// expanded at a macro parameter reference, and macro parameters are 548 /// where the expanded token came from and the expansion location specifies 549 /// where it was expanded. 666 /// \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/catapult/tracing/tracing/ui/ |
timeline_viewport_test.html | 113 assert.isFalse(asyncTrack.expanded); // Make sure this starts unexpanded. 130 asyncTrack.expanded = true;
|
/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 */
|
/frameworks/base/core/java/android/view/ |
MenuItem.java | 66 * When expanded, the action view temporarily takes over 95 * expanded or collapsed. 104 * is expanded. 105 * @param item Item that was expanded 564 * @return true if the action view was expanded, false otherwise. 581 * Returns true if this menu item's action view has been expanded. 583 * @return true if the item's action view is expanded, false otherwise. 594 * the associated action view is expanded or collapsed. The menu item must
|
/frameworks/base/core/java/android/widget/ |
ActionMenuView.java | 222 lp.expanded = false; 245 // When we have overflow and a single expanded (text) item, we want to try centering it 275 // Items that get expanded will always be in the set of smallest items when we're done. 297 lp.expanded = true; 335 lp.expanded = true; 344 lp.expanded = true; 369 if (!lp.expanded) continue; 811 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/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationContentView.java | 46 * expanded and heads up layout. This class is responsible for clipping the content and and 47 * switching between the expanded, contracted and the heads up view depending on its clipped size. 185 // the Expanded child is smaller then the collapsed. Let's remeasure it. 219 // We need to update the expanded and the collapsed header to have exactly the same with to 445 // Transition between heads-up & expanded, or pinned. 457 // Size change of the expanded version [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
ListRowPresenter.java | 352 * Sets the expanded row height for rows created by this Presenter. 353 * If not set, expanded rows have the same height as unexpanded 356 * @param rowHeight The row height in to use when the row is expanded, 364 * Returns the expanded row height for rows created by this Presenter. 598 * Show or hide hover card when row selection or expanded state is changed. 631 protected void onRowViewExpanded(RowPresenter.ViewHolder holder, boolean expanded) { 632 super.onRowViewExpanded(holder, expanded); 635 int newHeight = expanded ? getExpandedRowHeight() : getRowHeight();
|