Home
last modified time | relevance | path

Searched refs:mQsPeekHeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java124 private int mQsPeekHeight; field in NotificationPanelView
245 mQsPeekHeight = getResources().getDimensionPixelSize(R.dimen.qs_peek_height); in loadDimens()
292 mQsMinExpansionHeight = mKeyguardShowing ? 0 : mHeader.getCollapsedHeight() + mQsPeekHeight; in onLayout()
310 mHeader.getCollapsedHeight() + mQsPeekHeight); in onLayout()
368 ? bottom + mQsPeekHeight + mNotificationTopPadding in positionClockAndNotifications()
932 float newEndValue = mHeader.getCollapsedHeight() + mQsPeekHeight - height - top;
945 mHeader.setTranslationY(-mHeader.getCollapsedHeight() - mQsPeekHeight);
955 mHeader.getCollapsedHeight() + mQsPeekHeight - mQsContainer.getHeight()