HomeSort by relevance Sort by last modified time
    Searched refs:inShelf (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
ExpandableViewState.java 95 public boolean inShelf;
184 expandableView.setInShelf(inShelf);
240 if (!expandableView.isInShelf() && this.inShelf) {
243 expandableView.setInShelf(this.inShelf);
StackScrollState.java 86 viewState.inShelf = false;
StackScrollAlgorithm.java 158 && !state.inShelf && newYTranslation < previousNotificationEnd
530 childViewState.inShelf = true;
NotificationChildrenContainer.java 628 childState.inShelf = parentState.inShelf;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 532 * @param inShelf whether the view is currently fully in the notification shelf.
534 public void setInShelf(boolean inShelf) {
535 mInShelf = inShelf;
NotificationShelf.java 214 mShelfState.hasItemsInStableShelf = lastViewState.inShelf;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconContainer.java 755 boolean inShelf = iconAppearAmount == 1.0f;
756 icon.setIsInShelf(inShelf);

Completed in 132 milliseconds