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

  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandableListItem.java 29 private boolean mIsExpanded;
38 mIsExpanded = false;
44 return mIsExpanded;
48 mIsExpanded = isExpanded;
  /packages/apps/Dialer/tests/src/com/android/dialer/widget/
ActionBarControllerTest.java 81 mIsExpanded = true;
86 mIsExpanded = false;
  /packages/apps/Dialer/src/com/android/dialer/widget/
SearchEditTextLayout.java 48 protected boolean mIsExpanded = false;
237 mIsExpanded = true;
254 mIsExpanded = false;
302 return mIsExpanded;
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ExpandingEntryCardView.java 229 private boolean mIsExpanded = false;
266 if (mIsExpanded) {
317 mIsExpanded = isExpanded;
319 // If isAlwaysExpanded is true, mIsExpanded should be true
320 mIsExpanded |= mIsAlwaysExpanded;
338 if (mIsExpanded) {
356 if (mExpandCollapseTextView != null && !mIsExpanded) {
368 if (mExpandCollapseTextView != null && mIsExpanded) {
393 for (View view : getViewsToDisplay(mIsExpanded)) {
780 if (mIsExpanded) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 162 private boolean mIsExpanded = true;
370 if (mIsExpanded && mAnimationsEnabled) {
473 if (animate && mAnimationsEnabled && mIsExpanded) {
617 if (!mIsExpanded && isPinnedHeadsUp(animView) && canChildBeDismissed(animView)) {
627 if (mAnimationsEnabled && (mIsExpanded || !isPinnedHeadsUp(v))) {
719 if (!mIsExpanded && row.isHeadsUp() && row.isPinned()
819 if (mIsExpanded && !mSwipingInProgress && !mOnlyScrollingInThisMotion) {
831 if (mIsExpanded && !mSwipingInProgress && !mExpandingNotification
    [all...]
StackScrollAlgorithm.java 61 private boolean mIsExpanded;
529 if (mIsExpanded) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 99 private boolean mIsExpanded;
209 return !mIsExpanded || hasFullScreenIntent(entry);
369 if (mIsExpanded) {
465 if (isExpanded != mIsExpanded) {
466 mIsExpanded = isExpanded;

Completed in 204 milliseconds