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

  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingLayout.java 41 private int mExpandedHeight = -1;
56 if (mExpandedHeight > 0) {
57 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mExpandedHeight, MeasureSpec.AT_MOST);
63 mExpandedHeight = h;
69 return mExpandedHeight;
73 mExpandedHeight = expandedHeight;
ExpandableListItem.java 32 private int mExpandedHeight;
40 mExpandedHeight = -1;
76 return mExpandedHeight;
80 mExpandedHeight = expandedHeight;
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemsExpandOnSelectionTest.java 31 private int mExpandedHeight;
45 mExpandedHeight = mListView.getChildAt(0).getHeight();
53 mExpandedHeight, (int) (mNormalHeight * 1.5));
93 assertEquals("expanded height", mExpandedHeight, mListView.getSelectedView().getHeight());
116 assertEquals("expanded height", mExpandedHeight, mListView.getSelectedView().getHeight());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 64 protected float mExpandedHeight = 0;
257 startExpandMotion(x, y, false /* startTracking */, mExpandedHeight);
292 startExpandMotion(newX, newY, true /* startTracking */, mExpandedHeight);
313 startExpandMotion(x, y, false /* startTracking */, mExpandedHeight);
521 startExpandMotion(x, y, true /* startTracking */, mExpandedHeight);
568 return mExpandedHeight;
644 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight()
649 if (target == mExpandedHeight || getOverExpansionAmount() > 0f && expand) {
659 mFlingAnimationUtils.apply(animator, mExpandedHeight, target, vel, getHeight());
664 mFlingAnimationUtils.applyDismissing(animator, mExpandedHeight, target, vel
    [all...]
KeyguardClockPositionAlgorithm.java 48 private float mExpandedHeight;
92 mExpandedHeight = expandedHeight;
149 float value = (rubberbandFactor * (mMaxPanelHeight - mExpandedHeight));
NotificationPanelView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 114 private float mExpandedHeight;
672 mExpandedHeight = height;
    [all...]

Completed in 9108 milliseconds