Merge branch 'master' of /usr/local/google/game/mirror/googleplex-android_googlesource_com/platform/frameworks/base
This commit is contained in:
@@ -93,7 +93,7 @@ public class NotificationPanelView extends PanelView implements
|
||||
public static final long DOZE_ANIMATION_DURATION = 700;
|
||||
|
||||
private KeyguardAffordanceHelper mAfforanceHelper;
|
||||
private BaseStatusBarHeader mHeader;
|
||||
protected BaseStatusBarHeader mHeader;
|
||||
private KeyguardUserSwitcher mKeyguardUserSwitcher;
|
||||
private KeyguardStatusBarView mKeyguardStatusBar;
|
||||
private QSContainer mQsContainer;
|
||||
@@ -2404,7 +2404,7 @@ public class NotificationPanelView extends PanelView implements
|
||||
setVerticalPanelTranslation(0f);
|
||||
}
|
||||
|
||||
private void setVerticalPanelTranslation(float translation) {
|
||||
protected void setVerticalPanelTranslation(float translation) {
|
||||
mNotificationStackScroller.setTranslationX(translation);
|
||||
mScrollView.setTranslationX(translation);
|
||||
mHeader.setTranslationX(translation);
|
||||
|
||||
@@ -795,7 +795,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
|
||||
mKeyguardBottomArea.getLockIcon());
|
||||
mKeyguardBottomArea.setKeyguardIndicationController(mKeyguardIndicationController);
|
||||
|
||||
// set the inital view visibility
|
||||
// set the initial view visibility
|
||||
setAreThereNotifications();
|
||||
|
||||
mIconController = new StatusBarIconController(
|
||||
@@ -2339,8 +2339,6 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
|
||||
|
||||
}
|
||||
|
||||
Animator mScrollViewAnim, mClearButtonAnim;
|
||||
|
||||
@Override
|
||||
public void animateExpandNotificationsPanel() {
|
||||
if (SPEW) Log.d(TAG, "animateExpand: mExpandedVisible=" + mExpandedVisible);
|
||||
|
||||
Reference in New Issue
Block a user