Searched defs:mExpandedHeight (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java48 private float mExpandedHeight; field in class:KeyguardClockPositionAlgorithm
92 mExpandedHeight = expandedHeight;
149 float value = (rubberbandFactor * (mMaxPanelHeight - mExpandedHeight));
H A DPanelView.java64 protected float mExpandedHeight = 0; field in class:PanelView
253 startExpandMotion(x, y, false /* startTracking */, mExpandedHeight);
288 startExpandMotion(newX, newY, true /* startTracking */, mExpandedHeight);
309 startExpandMotion(x, y, false /* startTracking */, mExpandedHeight);
517 startExpandMotion(x, y, true /* startTracking */, mExpandedHeight);
564 return mExpandedHeight;
640 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight()
645 if (target == mExpandedHeight || getOverExpansionAmount() > 0f && expand) {
655 mFlingAnimationUtils.apply(animator, mExpandedHeight, target, vel, getHeight());
660 mFlingAnimationUtils.applyDismissing(animator, mExpandedHeight, targe
[all...]
H A DStatusBarHeaderView.java95 private int mExpandedHeight; field in class:StatusBarHeaderView
256 mExpandedHeight = getResources().getDimensionPixelSize(
296 return mAllowExpand ? mExpandedHeight : mCollapsedHeight;
331 int height = mExpanded ? mExpandedHeight : mCollapsedHeight;
480 float height = mCollapsedHeight + t * (mExpandedHeight - mCollapsedHeight);
484 if (height > mExpandedHeight) {
485 height = mExpandedHeight;
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListItemsExpandOnSelectionTest.java31 private int mExpandedHeight; field in class:ListItemsExpandOnSelectionTest
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());

Completed in 114 milliseconds