Daniel Sandler | 50a5313 | 2012-10-24 15:02:27 -0400 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2012 The Android Open Source Project |
| 3 | * |
| 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | * you may not use this file except in compliance with the License. |
| 6 | * You may obtain a copy of the License at |
| 7 | * |
| 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | * |
| 10 | * Unless required by applicable law or agreed to in writing, software |
| 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License. |
| 15 | */ |
| 16 | |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 17 | package com.android.systemui.statusbar.phone; |
| 18 | |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 19 | import android.animation.Animator; |
| 20 | import android.animation.AnimatorListenerAdapter; |
Daniel Sandler | 0c1b75c | 2012-10-04 12:08:54 -0400 | [diff] [blame] | 21 | import android.animation.ObjectAnimator; |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 22 | import android.animation.ValueAnimator; |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 23 | import android.content.Context; |
Selim Cinek | b84a107 | 2014-05-15 19:10:18 +0200 | [diff] [blame] | 24 | import android.content.res.Configuration; |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 25 | import android.content.res.Resources; |
| 26 | import android.util.AttributeSet; |
John Spurlock | cd686b5 | 2013-06-05 10:13:46 -0400 | [diff] [blame] | 27 | import android.util.Log; |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 28 | import android.view.MotionEvent; |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 29 | import android.view.ViewConfiguration; |
Jorim Jaggi | 0a27be8 | 2014-06-11 03:22:39 +0200 | [diff] [blame] | 30 | import android.view.ViewTreeObserver; |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 31 | import android.view.animation.AnimationUtils; |
| 32 | import android.view.animation.Interpolator; |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 33 | import android.widget.FrameLayout; |
| 34 | |
| 35 | import com.android.systemui.R; |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 36 | import com.android.systemui.statusbar.FlingAnimationUtils; |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 37 | import com.android.systemui.statusbar.StatusBarState; |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 38 | |
John Spurlock | de84f0e | 2013-06-12 12:41:00 -0400 | [diff] [blame] | 39 | import java.io.FileDescriptor; |
| 40 | import java.io.PrintWriter; |
John Spurlock | de84f0e | 2013-06-12 12:41:00 -0400 | [diff] [blame] | 41 | |
Selim Cinek | 4c6969a | 2014-05-26 19:22:17 +0200 | [diff] [blame] | 42 | public abstract class PanelView extends FrameLayout { |
Daniel Sandler | 198a030 | 2012-08-17 16:04:31 -0400 | [diff] [blame] | 43 | public static final boolean DEBUG = PanelBar.DEBUG; |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 44 | public static final String TAG = PanelView.class.getSimpleName(); |
Daniel Sandler | e7c5bbb | 2013-03-05 13:36:21 -0500 | [diff] [blame] | 45 | |
John Spurlock | 9764218 | 2013-07-29 17:58:39 -0400 | [diff] [blame] | 46 | private final void logf(String fmt, Object... args) { |
John Spurlock | cd686b5 | 2013-06-05 10:13:46 -0400 | [diff] [blame] | 47 | Log.v(TAG, (mViewName != null ? (mViewName + ": ") : "") + String.format(fmt, args)); |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 48 | } |
| 49 | |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 50 | protected PhoneStatusBar mStatusBar; |
Daniel Sandler | 0c1b75c | 2012-10-04 12:08:54 -0400 | [diff] [blame] | 51 | private float mPeekHeight; |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 52 | private float mHintDistance; |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 53 | private int mEdgeTapAreaWidth; |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 54 | private float mInitialOffsetOnTouch; |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 55 | private float mExpandedFraction = 0; |
Selim Cinek | 1408eb5 | 2014-06-02 14:45:38 +0200 | [diff] [blame] | 56 | protected float mExpandedHeight = 0; |
Daniel Sandler | 0c1b75c | 2012-10-04 12:08:54 -0400 | [diff] [blame] | 57 | private boolean mJustPeeked; |
Daniel Sandler | 5050813 | 2012-08-16 14:10:53 -0400 | [diff] [blame] | 58 | private boolean mClosing; |
Jorim Jaggi | 8dd95e0 | 2014-06-03 16:19:33 +0200 | [diff] [blame] | 59 | protected boolean mTracking; |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 60 | private boolean mTouchSlopExceeded; |
John Spurlock | 48fa91a | 2013-08-15 09:29:31 -0400 | [diff] [blame] | 61 | private int mTrackingPointer; |
Jorim Jaggi | d7daab7 | 2014-05-06 22:22:20 +0200 | [diff] [blame] | 62 | protected int mTouchSlop; |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 63 | protected boolean mHintAnimationRunning; |
Jorim Jaggi | 47c85a3 | 2014-06-05 17:25:40 +0200 | [diff] [blame] | 64 | private boolean mOverExpandedBeforeFling; |
Selim Cinek | f99d000 | 2014-06-13 07:36:01 +0200 | [diff] [blame^] | 65 | private float mOriginalIndicationY; |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 66 | |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 67 | private ValueAnimator mHeightAnimator; |
Daniel Sandler | 0c1b75c | 2012-10-04 12:08:54 -0400 | [diff] [blame] | 68 | private ObjectAnimator mPeekAnimator; |
Jorim Jaggi | b7b61dd | 2014-05-21 15:45:07 +0200 | [diff] [blame] | 69 | private VelocityTrackerInterface mVelocityTracker; |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 70 | private FlingAnimationUtils mFlingAnimationUtils; |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 71 | |
Jorim Jaggi | 0a27be8 | 2014-06-11 03:22:39 +0200 | [diff] [blame] | 72 | /** |
| 73 | * Whether an instant expand request is currently pending and we are just waiting for layout. |
| 74 | */ |
| 75 | private boolean mInstantExpanding; |
| 76 | |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 77 | PanelBar mBar; |
| 78 | |
Selim Cinek | b84a107 | 2014-05-15 19:10:18 +0200 | [diff] [blame] | 79 | protected int mMaxPanelHeight = -1; |
Daniel Sandler | 5050813 | 2012-08-16 14:10:53 -0400 | [diff] [blame] | 80 | private String mViewName; |
Jorim Jaggi | d7daab7 | 2014-05-06 22:22:20 +0200 | [diff] [blame] | 81 | private float mInitialTouchY; |
| 82 | private float mInitialTouchX; |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 83 | |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 84 | private Interpolator mLinearOutSlowInInterpolator; |
| 85 | private Interpolator mBounceInterpolator; |
Selim Cinek | f99d000 | 2014-06-13 07:36:01 +0200 | [diff] [blame^] | 86 | protected KeyguardBottomAreaView mKeyguardBottomArea; |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 87 | |
Selim Cinek | 1685e63 | 2014-04-08 02:27:49 +0200 | [diff] [blame] | 88 | protected void onExpandingFinished() { |
Jorim Jaggi | 2fbad7b | 2014-05-26 22:38:00 +0200 | [diff] [blame] | 89 | mBar.onExpandingFinished(); |
Selim Cinek | 1685e63 | 2014-04-08 02:27:49 +0200 | [diff] [blame] | 90 | } |
| 91 | |
| 92 | protected void onExpandingStarted() { |
| 93 | } |
| 94 | |
Daniel Sandler | 0c1b75c | 2012-10-04 12:08:54 -0400 | [diff] [blame] | 95 | private void runPeekAnimation() { |
John Spurlock | 9764218 | 2013-07-29 17:58:39 -0400 | [diff] [blame] | 96 | if (DEBUG) logf("peek to height=%.1f", mPeekHeight); |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 97 | if (mHeightAnimator != null) { |
Daniel Sandler | 0c1b75c | 2012-10-04 12:08:54 -0400 | [diff] [blame] | 98 | return; |
| 99 | } |
| 100 | if (mPeekAnimator == null) { |
John Spurlock | 209bede | 2013-07-17 12:23:27 -0400 | [diff] [blame] | 101 | mPeekAnimator = ObjectAnimator.ofFloat(this, |
Daniel Sandler | 0c1b75c | 2012-10-04 12:08:54 -0400 | [diff] [blame] | 102 | "expandedHeight", mPeekHeight) |
Daniel Sandler | 3679bf5 | 2012-10-16 21:30:28 -0400 | [diff] [blame] | 103 | .setDuration(250); |
Daniel Sandler | 0c1b75c | 2012-10-04 12:08:54 -0400 | [diff] [blame] | 104 | } |
| 105 | mPeekAnimator.start(); |
| 106 | } |
| 107 | |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 108 | public PanelView(Context context, AttributeSet attrs) { |
| 109 | super(context, attrs); |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 110 | mFlingAnimationUtils = new FlingAnimationUtils(context, 0.6f); |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 111 | mLinearOutSlowInInterpolator = |
| 112 | AnimationUtils.loadInterpolator(context, android.R.interpolator.fast_out_slow_in); |
| 113 | mBounceInterpolator = new BounceInterpolator(); |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 114 | } |
| 115 | |
Jorim Jaggi | 069cd03 | 2014-05-15 03:09:01 +0200 | [diff] [blame] | 116 | protected void loadDimens() { |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 117 | final Resources res = getContext().getResources(); |
John Spurlock | 209bede | 2013-07-17 12:23:27 -0400 | [diff] [blame] | 118 | mPeekHeight = res.getDimension(R.dimen.peek_height) |
John Spurlock | 5072883 | 2014-04-17 19:05:28 -0400 | [diff] [blame] | 119 | + getPaddingBottom(); // our window might have a dropshadow |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 120 | |
| 121 | final ViewConfiguration configuration = ViewConfiguration.get(getContext()); |
| 122 | mTouchSlop = configuration.getScaledTouchSlop(); |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 123 | mHintDistance = res.getDimension(R.dimen.hint_move_distance); |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 124 | mEdgeTapAreaWidth = res.getDimensionPixelSize(R.dimen.edge_tap_area_width); |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 125 | } |
| 126 | |
| 127 | private void trackMovement(MotionEvent event) { |
| 128 | // Add movement to velocity tracker using raw screen X and Y coordinates instead |
| 129 | // of window coordinates because the window frame may be moving at the same time. |
| 130 | float deltaX = event.getRawX() - event.getX(); |
| 131 | float deltaY = event.getRawY() - event.getY(); |
| 132 | event.offsetLocation(deltaX, deltaY); |
Daniel Sandler | b17a726 | 2012-10-05 14:32:50 -0400 | [diff] [blame] | 133 | if (mVelocityTracker != null) mVelocityTracker.addMovement(event); |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 134 | event.offsetLocation(-deltaX, -deltaY); |
| 135 | } |
| 136 | |
Daniel Sandler | bf526d1 | 2012-09-04 22:56:44 -0400 | [diff] [blame] | 137 | @Override |
| 138 | public boolean onTouchEvent(MotionEvent event) { |
Jorim Jaggi | 0a27be8 | 2014-06-11 03:22:39 +0200 | [diff] [blame] | 139 | if (mInstantExpanding) { |
| 140 | return false; |
| 141 | } |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 142 | |
| 143 | /* |
| 144 | * We capture touch events here and update the expand height here in case according to |
| 145 | * the users fingers. This also handles multi-touch. |
| 146 | * |
| 147 | * If the user just clicks shortly, we give him a quick peek of the shade. |
| 148 | * |
| 149 | * Flinging is also enabled in order to open or close the shade. |
| 150 | */ |
| 151 | |
| 152 | int pointerIndex = event.findPointerIndex(mTrackingPointer); |
| 153 | if (pointerIndex < 0) { |
| 154 | pointerIndex = 0; |
| 155 | mTrackingPointer = event.getPointerId(pointerIndex); |
| 156 | } |
| 157 | final float y = event.getY(pointerIndex); |
Jorim Jaggi | a631029 | 2014-04-16 14:11:52 +0200 | [diff] [blame] | 158 | final float x = event.getX(pointerIndex); |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 159 | |
Selim Cinek | 4c6969a | 2014-05-26 19:22:17 +0200 | [diff] [blame] | 160 | boolean waitForTouchSlop = hasConflictingGestures(); |
| 161 | |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 162 | switch (event.getActionMasked()) { |
| 163 | case MotionEvent.ACTION_DOWN: |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 164 | mInitialTouchY = y; |
Jorim Jaggi | a631029 | 2014-04-16 14:11:52 +0200 | [diff] [blame] | 165 | mInitialTouchX = x; |
Selim Cinek | 4c6969a | 2014-05-26 19:22:17 +0200 | [diff] [blame] | 166 | mInitialOffsetOnTouch = mExpandedHeight; |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 167 | mTouchSlopExceeded = false; |
Jorim Jaggi | b7b61dd | 2014-05-21 15:45:07 +0200 | [diff] [blame] | 168 | if (mVelocityTracker == null) { |
| 169 | initVelocityTracker(); |
| 170 | } |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 171 | trackMovement(event); |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 172 | if (!waitForTouchSlop || (mHeightAnimator != null && !mHintAnimationRunning)) { |
Selim Cinek | 4c6969a | 2014-05-26 19:22:17 +0200 | [diff] [blame] | 173 | if (mHeightAnimator != null) { |
| 174 | mHeightAnimator.cancel(); // end any outstanding animations |
| 175 | } |
Jorim Jaggi | 787a0af | 2014-06-04 18:57:14 +0200 | [diff] [blame] | 176 | mTouchSlopExceeded = (mHeightAnimator != null && !mHintAnimationRunning); |
Selim Cinek | 4c6969a | 2014-05-26 19:22:17 +0200 | [diff] [blame] | 177 | onTrackingStarted(); |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 178 | } |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 179 | if (mExpandedHeight == 0) { |
| 180 | mJustPeeked = true; |
| 181 | runPeekAnimation(); |
| 182 | } |
| 183 | break; |
| 184 | |
| 185 | case MotionEvent.ACTION_POINTER_UP: |
| 186 | final int upPointer = event.getPointerId(event.getActionIndex()); |
| 187 | if (mTrackingPointer == upPointer) { |
| 188 | // gesture is ongoing, find a new pointer to track |
| 189 | final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; |
| 190 | final float newY = event.getY(newIndex); |
Jorim Jaggi | a631029 | 2014-04-16 14:11:52 +0200 | [diff] [blame] | 191 | final float newX = event.getX(newIndex); |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 192 | mTrackingPointer = event.getPointerId(newIndex); |
| 193 | mInitialOffsetOnTouch = mExpandedHeight; |
| 194 | mInitialTouchY = newY; |
Jorim Jaggi | a631029 | 2014-04-16 14:11:52 +0200 | [diff] [blame] | 195 | mInitialTouchX = newX; |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 196 | } |
| 197 | break; |
| 198 | |
| 199 | case MotionEvent.ACTION_MOVE: |
Selim Cinek | 4c6969a | 2014-05-26 19:22:17 +0200 | [diff] [blame] | 200 | float h = y - mInitialTouchY; |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 201 | if (Math.abs(h) > mTouchSlop && Math.abs(h) > Math.abs(x - mInitialTouchX)) { |
| 202 | mTouchSlopExceeded = true; |
| 203 | if (waitForTouchSlop && !mTracking) { |
| 204 | mInitialOffsetOnTouch = mExpandedHeight; |
| 205 | mInitialTouchX = x; |
| 206 | mInitialTouchY = y; |
| 207 | if (mHeightAnimator != null) { |
| 208 | mHeightAnimator.cancel(); // end any outstanding animations |
| 209 | } |
| 210 | onTrackingStarted(); |
| 211 | h = 0; |
Selim Cinek | 4c6969a | 2014-05-26 19:22:17 +0200 | [diff] [blame] | 212 | } |
Selim Cinek | 4c6969a | 2014-05-26 19:22:17 +0200 | [diff] [blame] | 213 | } |
| 214 | final float newHeight = h + mInitialOffsetOnTouch; |
| 215 | if (newHeight > mPeekHeight) { |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 216 | if (mPeekAnimator != null && mPeekAnimator.isStarted()) { |
| 217 | mPeekAnimator.cancel(); |
| 218 | } |
| 219 | mJustPeeked = false; |
| 220 | } |
Selim Cinek | 4c6969a | 2014-05-26 19:22:17 +0200 | [diff] [blame] | 221 | if (!mJustPeeked && (!waitForTouchSlop || mTracking)) { |
Jorim Jaggi | cc69324 | 2014-06-14 03:04:35 +0000 | [diff] [blame] | 222 | setExpandedHeightInternal(newHeight); |
| 223 | mBar.panelExpansionChanged(PanelView.this, mExpandedFraction); |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 224 | } |
| 225 | |
| 226 | trackMovement(event); |
| 227 | break; |
| 228 | |
| 229 | case MotionEvent.ACTION_UP: |
| 230 | case MotionEvent.ACTION_CANCEL: |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 231 | mTrackingPointer = -1; |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 232 | trackMovement(event); |
Jorim Jaggi | 787a0af | 2014-06-04 18:57:14 +0200 | [diff] [blame] | 233 | if ((mTracking && mTouchSlopExceeded) |
| 234 | || event.getActionMasked() == MotionEvent.ACTION_CANCEL) { |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 235 | float vel = getCurrentVelocity(); |
| 236 | boolean expand = flingExpands(vel); |
| 237 | onTrackingStopped(expand); |
| 238 | fling(vel, expand); |
| 239 | } else { |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 240 | boolean expands = onEmptySpaceClick(mInitialTouchX); |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 241 | onTrackingStopped(expands); |
| 242 | } |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 243 | if (mVelocityTracker != null) { |
| 244 | mVelocityTracker.recycle(); |
| 245 | mVelocityTracker = null; |
| 246 | } |
| 247 | break; |
| 248 | } |
Selim Cinek | 4c6969a | 2014-05-26 19:22:17 +0200 | [diff] [blame] | 249 | return !waitForTouchSlop || mTracking; |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 250 | } |
| 251 | |
Selim Cinek | 4c6969a | 2014-05-26 19:22:17 +0200 | [diff] [blame] | 252 | protected abstract boolean hasConflictingGestures(); |
| 253 | |
Jorim Jaggi | 2fbad7b | 2014-05-26 22:38:00 +0200 | [diff] [blame] | 254 | protected void onTrackingStopped(boolean expand) { |
Selim Cinek | 4c6969a | 2014-05-26 19:22:17 +0200 | [diff] [blame] | 255 | mTracking = false; |
Jorim Jaggi | 2fbad7b | 2014-05-26 22:38:00 +0200 | [diff] [blame] | 256 | mBar.onTrackingStopped(PanelView.this, expand); |
Selim Cinek | 1685e63 | 2014-04-08 02:27:49 +0200 | [diff] [blame] | 257 | } |
| 258 | |
| 259 | protected void onTrackingStarted() { |
Selim Cinek | 4c6969a | 2014-05-26 19:22:17 +0200 | [diff] [blame] | 260 | mTracking = true; |
Selim Cinek | 1685e63 | 2014-04-08 02:27:49 +0200 | [diff] [blame] | 261 | mBar.onTrackingStarted(PanelView.this); |
| 262 | onExpandingStarted(); |
| 263 | } |
| 264 | |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 265 | private float getCurrentVelocity() { |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 266 | |
| 267 | // the velocitytracker might be null if we got a bad input stream |
| 268 | if (mVelocityTracker == null) { |
| 269 | return 0; |
| 270 | } |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 271 | mVelocityTracker.computeCurrentVelocity(1000); |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 272 | return mVelocityTracker.getYVelocity(); |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 273 | } |
| 274 | |
| 275 | @Override |
| 276 | public boolean onInterceptTouchEvent(MotionEvent event) { |
Jorim Jaggi | 0a27be8 | 2014-06-11 03:22:39 +0200 | [diff] [blame] | 277 | if (mInstantExpanding) { |
| 278 | return false; |
| 279 | } |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 280 | |
| 281 | /* |
| 282 | * If the user drags anywhere inside the panel we intercept it if he moves his finger |
| 283 | * upwards. This allows closing the shade from anywhere inside the panel. |
| 284 | * |
| 285 | * We only do this if the current content is scrolled to the bottom, |
| 286 | * i.e isScrolledToBottom() is true and therefore there is no conflicting scrolling gesture |
| 287 | * possible. |
| 288 | */ |
| 289 | int pointerIndex = event.findPointerIndex(mTrackingPointer); |
| 290 | if (pointerIndex < 0) { |
| 291 | pointerIndex = 0; |
| 292 | mTrackingPointer = event.getPointerId(pointerIndex); |
| 293 | } |
Jorim Jaggi | a631029 | 2014-04-16 14:11:52 +0200 | [diff] [blame] | 294 | final float x = event.getX(pointerIndex); |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 295 | final float y = event.getY(pointerIndex); |
| 296 | boolean scrolledToBottom = isScrolledToBottom(); |
| 297 | |
| 298 | switch (event.getActionMasked()) { |
| 299 | case MotionEvent.ACTION_DOWN: |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 300 | if (mHeightAnimator != null && !mHintAnimationRunning) { |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 301 | mHeightAnimator.cancel(); // end any outstanding animations |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 302 | mTouchSlopExceeded = true; |
Selim Cinek | 172e914 | 2014-05-07 19:38:00 +0200 | [diff] [blame] | 303 | return true; |
| 304 | } |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 305 | mInitialTouchY = y; |
Jorim Jaggi | a631029 | 2014-04-16 14:11:52 +0200 | [diff] [blame] | 306 | mInitialTouchX = x; |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 307 | mTouchSlopExceeded = false; |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 308 | initVelocityTracker(); |
| 309 | trackMovement(event); |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 310 | break; |
| 311 | case MotionEvent.ACTION_POINTER_UP: |
| 312 | final int upPointer = event.getPointerId(event.getActionIndex()); |
| 313 | if (mTrackingPointer == upPointer) { |
| 314 | // gesture is ongoing, find a new pointer to track |
| 315 | final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; |
| 316 | mTrackingPointer = event.getPointerId(newIndex); |
Jorim Jaggi | a631029 | 2014-04-16 14:11:52 +0200 | [diff] [blame] | 317 | mInitialTouchX = event.getX(newIndex); |
| 318 | mInitialTouchY = event.getY(newIndex); |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 319 | } |
| 320 | break; |
| 321 | |
| 322 | case MotionEvent.ACTION_MOVE: |
| 323 | final float h = y - mInitialTouchY; |
| 324 | trackMovement(event); |
| 325 | if (scrolledToBottom) { |
Jorim Jaggi | a631029 | 2014-04-16 14:11:52 +0200 | [diff] [blame] | 326 | if (h < -mTouchSlop && h < -Math.abs(x - mInitialTouchX)) { |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 327 | if (mHeightAnimator != null) { |
| 328 | mHeightAnimator.cancel(); |
| 329 | } |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 330 | mInitialOffsetOnTouch = mExpandedHeight; |
| 331 | mInitialTouchY = y; |
Jorim Jaggi | a631029 | 2014-04-16 14:11:52 +0200 | [diff] [blame] | 332 | mInitialTouchX = x; |
Selim Cinek | 91c39ef | 2014-04-07 21:18:09 +0200 | [diff] [blame] | 333 | mTracking = true; |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 334 | mTouchSlopExceeded = true; |
Selim Cinek | 1685e63 | 2014-04-08 02:27:49 +0200 | [diff] [blame] | 335 | onTrackingStarted(); |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 336 | return true; |
| 337 | } |
| 338 | } |
| 339 | break; |
| 340 | } |
| 341 | return false; |
| 342 | } |
| 343 | |
| 344 | private void initVelocityTracker() { |
| 345 | if (mVelocityTracker != null) { |
| 346 | mVelocityTracker.recycle(); |
| 347 | } |
Jorim Jaggi | b7b61dd | 2014-05-21 15:45:07 +0200 | [diff] [blame] | 348 | mVelocityTracker = VelocityTrackerFactory.obtain(getContext()); |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 349 | } |
| 350 | |
| 351 | protected boolean isScrolledToBottom() { |
Selim Cinek | 172e914 | 2014-05-07 19:38:00 +0200 | [diff] [blame] | 352 | return true; |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 353 | } |
| 354 | |
| 355 | protected float getContentHeight() { |
| 356 | return mExpandedHeight; |
Daniel Sandler | bf526d1 | 2012-09-04 22:56:44 -0400 | [diff] [blame] | 357 | } |
| 358 | |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 359 | @Override |
| 360 | protected void onFinishInflate() { |
| 361 | super.onFinishInflate(); |
| 362 | loadDimens(); |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 363 | } |
| 364 | |
Jorim Jaggi | 069cd03 | 2014-05-15 03:09:01 +0200 | [diff] [blame] | 365 | @Override |
| 366 | protected void onConfigurationChanged(Configuration newConfig) { |
| 367 | super.onConfigurationChanged(newConfig); |
| 368 | loadDimens(); |
| 369 | mMaxPanelHeight = -1; |
| 370 | } |
| 371 | |
Jorim Jaggi | 2fbad7b | 2014-05-26 22:38:00 +0200 | [diff] [blame] | 372 | /** |
Jorim Jaggi | e29b2db | 2014-05-30 23:17:03 +0200 | [diff] [blame] | 373 | * @param vel the current velocity of the motion |
| 374 | * @return whether a fling should expands the panel; contracts otherwise |
Jorim Jaggi | 2fbad7b | 2014-05-26 22:38:00 +0200 | [diff] [blame] | 375 | */ |
Jorim Jaggi | e29b2db | 2014-05-30 23:17:03 +0200 | [diff] [blame] | 376 | private boolean flingExpands(float vel) { |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 377 | if (Math.abs(vel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { |
Jorim Jaggi | e29b2db | 2014-05-30 23:17:03 +0200 | [diff] [blame] | 378 | return getExpandedFraction() > 0.5f; |
Selim Cinek | 1685e63 | 2014-04-08 02:27:49 +0200 | [diff] [blame] | 379 | } else { |
Jorim Jaggi | e29b2db | 2014-05-30 23:17:03 +0200 | [diff] [blame] | 380 | return vel > 0; |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 381 | } |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 382 | } |
| 383 | |
| 384 | protected void fling(float vel, boolean expand) { |
| 385 | cancelPeek(); |
| 386 | float target = expand ? getMaxPanelHeight() : 0.0f; |
Jorim Jaggi | 47c85a3 | 2014-06-05 17:25:40 +0200 | [diff] [blame] | 387 | if (target == mExpandedHeight || getOverExpansionAmount() > 0f && expand) { |
Jorim Jaggi | 2fbad7b | 2014-05-26 22:38:00 +0200 | [diff] [blame] | 388 | onExpandingFinished(); |
Jorim Jaggi | e29b2db | 2014-05-30 23:17:03 +0200 | [diff] [blame] | 389 | mBar.panelExpansionChanged(this, mExpandedFraction); |
Jorim Jaggi | 2fbad7b | 2014-05-26 22:38:00 +0200 | [diff] [blame] | 390 | return; |
| 391 | } |
Jorim Jaggi | 47c85a3 | 2014-06-05 17:25:40 +0200 | [diff] [blame] | 392 | mOverExpandedBeforeFling = getOverExpansionAmount() > 0f; |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 393 | ValueAnimator animator = createHeightAnimator(target); |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 394 | if (expand) { |
| 395 | mFlingAnimationUtils.apply(animator, mExpandedHeight, target, vel, getHeight()); |
| 396 | } else { |
| 397 | mFlingAnimationUtils.applyDismissing(animator, mExpandedHeight, target, vel, |
| 398 | getHeight()); |
| 399 | |
| 400 | // Make it shorter if we run a canned animation |
| 401 | if (vel == 0) { |
| 402 | animator.setDuration((long) (animator.getDuration() / 1.75f)); |
| 403 | } |
| 404 | } |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 405 | animator.addListener(new AnimatorListenerAdapter() { |
| 406 | @Override |
| 407 | public void onAnimationEnd(Animator animation) { |
| 408 | mHeightAnimator = null; |
| 409 | onExpandingFinished(); |
| 410 | } |
| 411 | }); |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 412 | mHeightAnimator = animator; |
Jorim Jaggi | 47c85a3 | 2014-06-05 17:25:40 +0200 | [diff] [blame] | 413 | animator.start(); |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 414 | } |
| 415 | |
| 416 | @Override |
| 417 | protected void onAttachedToWindow() { |
| 418 | super.onAttachedToWindow(); |
Daniel Sandler | 978f853 | 2012-08-15 15:48:16 -0400 | [diff] [blame] | 419 | mViewName = getResources().getResourceName(getId()); |
| 420 | } |
| 421 | |
| 422 | public String getName() { |
| 423 | return mViewName; |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 424 | } |
| 425 | |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 426 | @Override |
| 427 | protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { |
| 428 | super.onMeasure(widthMeasureSpec, heightMeasureSpec); |
| 429 | |
John Spurlock | 9764218 | 2013-07-29 17:58:39 -0400 | [diff] [blame] | 430 | if (DEBUG) logf("onMeasure(%d, %d) -> (%d, %d)", |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 431 | widthMeasureSpec, heightMeasureSpec, getMeasuredWidth(), getMeasuredHeight()); |
Daniel Sandler | 198a030 | 2012-08-17 16:04:31 -0400 | [diff] [blame] | 432 | |
| 433 | // Did one of our children change size? |
| 434 | int newHeight = getMeasuredHeight(); |
Selim Cinek | b84a107 | 2014-05-15 19:10:18 +0200 | [diff] [blame] | 435 | if (newHeight > mMaxPanelHeight) { |
| 436 | // we only adapt the max height if it's bigger |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 437 | mMaxPanelHeight = newHeight; |
Jorim Jaggi | 03c701ec | 2014-04-02 12:39:51 +0200 | [diff] [blame] | 438 | // If the user isn't actively poking us, let's rubberband to the content |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 439 | if (!mTracking && mHeightAnimator == null |
Jorim Jaggi | 03c701ec | 2014-04-02 12:39:51 +0200 | [diff] [blame] | 440 | && mExpandedHeight > 0 && mExpandedHeight != mMaxPanelHeight |
| 441 | && mMaxPanelHeight > 0) { |
| 442 | mExpandedHeight = mMaxPanelHeight; |
| 443 | } |
Daniel Sandler | 5050813 | 2012-08-16 14:10:53 -0400 | [diff] [blame] | 444 | } |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 445 | } |
| 446 | |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 447 | public void setExpandedHeight(float height) { |
John Spurlock | 9764218 | 2013-07-29 17:58:39 -0400 | [diff] [blame] | 448 | if (DEBUG) logf("setExpandedHeight(%.1f)", height); |
Jorim Jaggi | 47c85a3 | 2014-06-05 17:25:40 +0200 | [diff] [blame] | 449 | setExpandedHeightInternal(height + getOverExpansionPixels()); |
Daniel Sandler | 0c1b75c | 2012-10-04 12:08:54 -0400 | [diff] [blame] | 450 | mBar.panelExpansionChanged(PanelView.this, mExpandedFraction); |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 451 | } |
| 452 | |
Daniel Sandler | 5050813 | 2012-08-16 14:10:53 -0400 | [diff] [blame] | 453 | @Override |
| 454 | protected void onLayout (boolean changed, int left, int top, int right, int bottom) { |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 455 | if (DEBUG) logf("onLayout: changed=%s, bottom=%d eh=%d fh=%d", changed?"T":"f", bottom, |
| 456 | (int)mExpandedHeight, mMaxPanelHeight); |
Daniel Sandler | 5050813 | 2012-08-16 14:10:53 -0400 | [diff] [blame] | 457 | super.onLayout(changed, left, top, right, bottom); |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 458 | requestPanelHeightUpdate(); |
| 459 | } |
| 460 | |
| 461 | protected void requestPanelHeightUpdate() { |
| 462 | float currentMaxPanelHeight = getMaxPanelHeight(); |
| 463 | |
| 464 | // If the user isn't actively poking us, let's update the height |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 465 | if (!mTracking && mHeightAnimator == null |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 466 | && mExpandedHeight > 0 && currentMaxPanelHeight != mExpandedHeight) { |
Jorim Jaggi | 47c85a3 | 2014-06-05 17:25:40 +0200 | [diff] [blame] | 467 | setExpandedHeight(currentMaxPanelHeight); |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 468 | } |
Daniel Sandler | 5050813 | 2012-08-16 14:10:53 -0400 | [diff] [blame] | 469 | } |
| 470 | |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 471 | public void setExpandedHeightInternal(float h) { |
Jorim Jaggi | 47c85a3 | 2014-06-05 17:25:40 +0200 | [diff] [blame] | 472 | float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount(); |
| 473 | if (mHeightAnimator == null) { |
| 474 | float overExpansionPixels = Math.max(0, h - fhWithoutOverExpansion); |
| 475 | if (getOverExpansionPixels() != overExpansionPixels && mTracking) { |
| 476 | setOverExpansion(overExpansionPixels, true /* isPixels */); |
| 477 | } |
| 478 | mExpandedHeight = Math.min(h, fhWithoutOverExpansion) + getOverExpansionAmount(); |
| 479 | } else { |
| 480 | mExpandedHeight = h; |
| 481 | if (mOverExpandedBeforeFling) { |
| 482 | setOverExpansion(Math.max(0, h - fhWithoutOverExpansion), false /* isPixels */); |
| 483 | } |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 484 | } |
Daniel Sandler | 198a030 | 2012-08-17 16:04:31 -0400 | [diff] [blame] | 485 | |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 486 | onHeightUpdated(mExpandedHeight); |
Jorim Jaggi | 47c85a3 | 2014-06-05 17:25:40 +0200 | [diff] [blame] | 487 | mExpandedFraction = Math.min(1f, fhWithoutOverExpansion == 0 |
| 488 | ? 0 |
| 489 | : mExpandedHeight / fhWithoutOverExpansion); |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 490 | } |
| 491 | |
Jorim Jaggi | 47c85a3 | 2014-06-05 17:25:40 +0200 | [diff] [blame] | 492 | protected abstract void setOverExpansion(float overExpansion, boolean isPixels); |
Selim Cinek | 24120a5 | 2014-05-26 10:05:42 +0200 | [diff] [blame] | 493 | |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 494 | protected abstract void onHeightUpdated(float expandedHeight); |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 495 | |
Jorim Jaggi | 47c85a3 | 2014-06-05 17:25:40 +0200 | [diff] [blame] | 496 | protected abstract float getOverExpansionAmount(); |
| 497 | |
| 498 | protected abstract float getOverExpansionPixels(); |
| 499 | |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 500 | /** |
| 501 | * This returns the maximum height of the panel. Children should override this if their |
| 502 | * desired height is not the full height. |
| 503 | * |
| 504 | * @return the default implementation simply returns the maximum height. |
| 505 | */ |
| 506 | protected int getMaxPanelHeight() { |
Selim Cinek | b84a107 | 2014-05-15 19:10:18 +0200 | [diff] [blame] | 507 | mMaxPanelHeight = Math.max(mMaxPanelHeight, getHeight()); |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 508 | return mMaxPanelHeight; |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 509 | } |
| 510 | |
| 511 | public void setExpandedFraction(float frac) { |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 512 | setExpandedHeight(getMaxPanelHeight() * frac); |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 513 | } |
| 514 | |
| 515 | public float getExpandedHeight() { |
| 516 | return mExpandedHeight; |
| 517 | } |
| 518 | |
| 519 | public float getExpandedFraction() { |
| 520 | return mExpandedFraction; |
| 521 | } |
| 522 | |
Daniel Sandler | b4e56ed | 2012-09-12 23:07:44 -0700 | [diff] [blame] | 523 | public boolean isFullyExpanded() { |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 524 | return mExpandedHeight >= getMaxPanelHeight(); |
Daniel Sandler | b4e56ed | 2012-09-12 23:07:44 -0700 | [diff] [blame] | 525 | } |
| 526 | |
| 527 | public boolean isFullyCollapsed() { |
Daniel Sandler | 67eab79 | 2012-10-02 17:08:23 -0400 | [diff] [blame] | 528 | return mExpandedHeight <= 0; |
| 529 | } |
| 530 | |
| 531 | public boolean isCollapsing() { |
| 532 | return mClosing; |
Daniel Sandler | b4e56ed | 2012-09-12 23:07:44 -0700 | [diff] [blame] | 533 | } |
| 534 | |
John Spurlock | a4b70af | 2013-08-17 14:05:49 -0400 | [diff] [blame] | 535 | public boolean isTracking() { |
| 536 | return mTracking; |
| 537 | } |
| 538 | |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 539 | public void setBar(PanelBar panelBar) { |
| 540 | mBar = panelBar; |
| 541 | } |
| 542 | |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 543 | public void collapse() { |
| 544 | // TODO: abort animation or ongoing touch |
John Spurlock | 9764218 | 2013-07-29 17:58:39 -0400 | [diff] [blame] | 545 | if (DEBUG) logf("collapse: " + this); |
Daniel Sandler | b4e56ed | 2012-09-12 23:07:44 -0700 | [diff] [blame] | 546 | if (!isFullyCollapsed()) { |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 547 | if (mHeightAnimator != null) { |
| 548 | mHeightAnimator.cancel(); |
| 549 | } |
Daniel Sandler | 750bb9b | 2012-10-03 16:24:00 -0400 | [diff] [blame] | 550 | mClosing = true; |
Selim Cinek | 1685e63 | 2014-04-08 02:27:49 +0200 | [diff] [blame] | 551 | onExpandingStarted(); |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 552 | fling(0, false /* expand */); |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 553 | } |
| 554 | } |
| 555 | |
| 556 | public void expand() { |
John Spurlock | 9764218 | 2013-07-29 17:58:39 -0400 | [diff] [blame] | 557 | if (DEBUG) logf("expand: " + this); |
Daniel Sandler | 198a030 | 2012-08-17 16:04:31 -0400 | [diff] [blame] | 558 | if (isFullyCollapsed()) { |
| 559 | mBar.startOpeningPanel(this); |
Selim Cinek | 1685e63 | 2014-04-08 02:27:49 +0200 | [diff] [blame] | 560 | onExpandingStarted(); |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 561 | fling(0, true /* expand */); |
Daniel Sandler | 198a030 | 2012-08-17 16:04:31 -0400 | [diff] [blame] | 562 | } else if (DEBUG) { |
John Spurlock | 9764218 | 2013-07-29 17:58:39 -0400 | [diff] [blame] | 563 | if (DEBUG) logf("skipping expansion: is expanded"); |
| 564 | } |
| 565 | } |
| 566 | |
| 567 | public void cancelPeek() { |
| 568 | if (mPeekAnimator != null && mPeekAnimator.isStarted()) { |
| 569 | mPeekAnimator.cancel(); |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 570 | } |
| 571 | } |
Daniel Sandler | 37a38aa | 2013-02-13 17:15:57 -0500 | [diff] [blame] | 572 | |
Jorim Jaggi | 0a27be8 | 2014-06-11 03:22:39 +0200 | [diff] [blame] | 573 | public void instantExpand() { |
| 574 | mInstantExpanding = true; |
| 575 | abortAnimations(); |
| 576 | if (mTracking) { |
| 577 | onTrackingStopped(true /* expands */); // The panel is expanded after this call. |
| 578 | onExpandingFinished(); |
| 579 | } |
| 580 | setVisibility(VISIBLE); |
| 581 | |
| 582 | // Wait for window manager to pickup the change, so we know the maximum height of the panel |
| 583 | // then. |
| 584 | getViewTreeObserver().addOnGlobalLayoutListener( |
| 585 | new ViewTreeObserver.OnGlobalLayoutListener() { |
| 586 | @Override |
| 587 | public void onGlobalLayout() { |
| 588 | if (mStatusBar.getStatusBarWindow().getHeight() |
| 589 | != mStatusBar.getStatusBarHeight()) { |
| 590 | getViewTreeObserver().removeOnGlobalLayoutListener(this); |
| 591 | setExpandedFraction(1f); |
| 592 | mInstantExpanding = false; |
| 593 | } |
| 594 | } |
| 595 | }); |
| 596 | |
| 597 | // Make sure a layout really happens. |
| 598 | requestLayout(); |
| 599 | } |
| 600 | |
| 601 | private void abortAnimations() { |
| 602 | cancelPeek(); |
| 603 | if (mHeightAnimator != null) { |
| 604 | mHeightAnimator.cancel(); |
| 605 | } |
| 606 | } |
| 607 | |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 608 | protected void startUnlockHintAnimation() { |
| 609 | |
| 610 | // We don't need to hint the user if an animation is already running or the user is changing |
| 611 | // the expansion. |
| 612 | if (mHeightAnimator != null || mTracking) { |
| 613 | return; |
| 614 | } |
| 615 | cancelPeek(); |
| 616 | onExpandingStarted(); |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 617 | startUnlockHintAnimationPhase1(new Runnable() { |
| 618 | @Override |
| 619 | public void run() { |
| 620 | onExpandingFinished(); |
| 621 | mStatusBar.onHintFinished(); |
| 622 | mHintAnimationRunning = false; |
| 623 | } |
| 624 | }); |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 625 | mStatusBar.onUnlockHintStarted(); |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 626 | mHintAnimationRunning = true; |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 627 | } |
| 628 | |
| 629 | /** |
| 630 | * Phase 1: Move everything upwards. |
| 631 | */ |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 632 | private void startUnlockHintAnimationPhase1(final Runnable onAnimationFinished) { |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 633 | float target = Math.max(0, getMaxPanelHeight() - mHintDistance); |
| 634 | ValueAnimator animator = createHeightAnimator(target); |
| 635 | animator.setDuration(250); |
| 636 | animator.setInterpolator(mLinearOutSlowInInterpolator); |
| 637 | animator.addListener(new AnimatorListenerAdapter() { |
| 638 | private boolean mCancelled; |
| 639 | |
| 640 | @Override |
| 641 | public void onAnimationCancel(Animator animation) { |
| 642 | mCancelled = true; |
| 643 | } |
| 644 | |
| 645 | @Override |
| 646 | public void onAnimationEnd(Animator animation) { |
| 647 | if (mCancelled) { |
| 648 | mHeightAnimator = null; |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 649 | onAnimationFinished.run(); |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 650 | } else { |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 651 | startUnlockHintAnimationPhase2(onAnimationFinished); |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 652 | } |
| 653 | } |
| 654 | }); |
| 655 | animator.start(); |
| 656 | mHeightAnimator = animator; |
Selim Cinek | f99d000 | 2014-06-13 07:36:01 +0200 | [diff] [blame^] | 657 | mOriginalIndicationY = mKeyguardBottomArea.getIndicationView().getY(); |
| 658 | mKeyguardBottomArea.getIndicationView().animate() |
| 659 | .y(mOriginalIndicationY - mHintDistance) |
| 660 | .setDuration(250) |
| 661 | .setInterpolator(mLinearOutSlowInInterpolator) |
| 662 | .withEndAction(new Runnable() { |
| 663 | @Override |
| 664 | public void run() { |
| 665 | mKeyguardBottomArea.getIndicationView().animate() |
| 666 | .y(mOriginalIndicationY) |
| 667 | .setDuration(450) |
| 668 | .setInterpolator(mBounceInterpolator) |
| 669 | .start(); |
| 670 | } |
| 671 | }) |
| 672 | .start(); |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 673 | } |
| 674 | |
| 675 | /** |
| 676 | * Phase 2: Bounce down. |
| 677 | */ |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 678 | private void startUnlockHintAnimationPhase2(final Runnable onAnimationFinished) { |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 679 | ValueAnimator animator = createHeightAnimator(getMaxPanelHeight()); |
| 680 | animator.setDuration(450); |
| 681 | animator.setInterpolator(mBounceInterpolator); |
| 682 | animator.addListener(new AnimatorListenerAdapter() { |
| 683 | @Override |
| 684 | public void onAnimationEnd(Animator animation) { |
| 685 | mHeightAnimator = null; |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 686 | onAnimationFinished.run(); |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 687 | } |
| 688 | }); |
| 689 | animator.start(); |
| 690 | mHeightAnimator = animator; |
| 691 | } |
| 692 | |
| 693 | private ValueAnimator createHeightAnimator(float targetHeight) { |
| 694 | ValueAnimator animator = ValueAnimator.ofFloat(mExpandedHeight, targetHeight); |
| 695 | animator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { |
| 696 | @Override |
| 697 | public void onAnimationUpdate(ValueAnimator animation) { |
Jorim Jaggi | 47c85a3 | 2014-06-05 17:25:40 +0200 | [diff] [blame] | 698 | setExpandedHeightInternal((Float) animation.getAnimatedValue()); |
| 699 | mBar.panelExpansionChanged(PanelView.this, mExpandedFraction); |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 700 | } |
| 701 | }); |
| 702 | return animator; |
| 703 | } |
| 704 | |
| 705 | /** |
| 706 | * Gets called when the user performs a click anywhere in the empty area of the panel. |
| 707 | * |
| 708 | * @return whether the panel will be expanded after the action performed by this method |
| 709 | */ |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 710 | private boolean onEmptySpaceClick(float x) { |
| 711 | if (mHintAnimationRunning) { |
| 712 | return true; |
| 713 | } |
Jorim Jaggi | 6539a83 | 2014-06-03 23:33:09 +0200 | [diff] [blame] | 714 | if (x < mEdgeTapAreaWidth |
| 715 | && mStatusBar.getBarState() == StatusBarState.KEYGUARD) { |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 716 | onEdgeClicked(false /* right */); |
| 717 | return true; |
Jorim Jaggi | 6539a83 | 2014-06-03 23:33:09 +0200 | [diff] [blame] | 718 | } else if (x > getWidth() - mEdgeTapAreaWidth |
| 719 | && mStatusBar.getBarState() == StatusBarState.KEYGUARD) { |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 720 | onEdgeClicked(true /* right */); |
| 721 | return true; |
| 722 | } else { |
| 723 | return onMiddleClicked(); |
| 724 | } |
| 725 | } |
| 726 | |
| 727 | private boolean onMiddleClicked() { |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 728 | switch (mStatusBar.getBarState()) { |
| 729 | case StatusBarState.KEYGUARD: |
| 730 | startUnlockHintAnimation(); |
| 731 | return true; |
| 732 | case StatusBarState.SHADE_LOCKED: |
Jorim Jaggi | 6539a83 | 2014-06-03 23:33:09 +0200 | [diff] [blame] | 733 | mStatusBar.goToKeyguard(); |
Jorim Jaggi | 9012958 | 2014-06-02 14:44:49 +0200 | [diff] [blame] | 734 | return true; |
| 735 | case StatusBarState.SHADE: |
| 736 | collapse(); |
| 737 | return false; |
| 738 | default: |
| 739 | return true; |
| 740 | } |
| 741 | } |
| 742 | |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 743 | protected abstract void onEdgeClicked(boolean right); |
| 744 | |
Daniel Sandler | 37a38aa | 2013-02-13 17:15:57 -0500 | [diff] [blame] | 745 | public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { |
Selim Cinek | a3e5bcb | 2014-04-07 20:07:22 +0200 | [diff] [blame] | 746 | pw.println(String.format("[PanelView(%s): expandedHeight=%f maxPanelHeight=%d closing=%s" |
John Spurlock | 5072883 | 2014-04-17 19:05:28 -0400 | [diff] [blame] | 747 | + " tracking=%s justPeeked=%s peekAnim=%s%s timeAnim=%s%s" |
Daniel Sandler | 37a38aa | 2013-02-13 17:15:57 -0500 | [diff] [blame] | 748 | + "]", |
| 749 | this.getClass().getSimpleName(), |
| 750 | getExpandedHeight(), |
Selim Cinek | b6d85eb | 2014-03-28 20:21:01 +0100 | [diff] [blame] | 751 | getMaxPanelHeight(), |
Daniel Sandler | 37a38aa | 2013-02-13 17:15:57 -0500 | [diff] [blame] | 752 | mClosing?"T":"f", |
| 753 | mTracking?"T":"f", |
Daniel Sandler | 37a38aa | 2013-02-13 17:15:57 -0500 | [diff] [blame] | 754 | mJustPeeked?"T":"f", |
| 755 | mPeekAnimator, ((mPeekAnimator!=null && mPeekAnimator.isStarted())?" (started)":""), |
Jorim Jaggi | 1d48069 | 2014-05-20 19:41:58 +0200 | [diff] [blame] | 756 | mHeightAnimator, ((mHeightAnimator !=null && mHeightAnimator.isStarted())?" (started)":"") |
Daniel Sandler | 37a38aa | 2013-02-13 17:15:57 -0500 | [diff] [blame] | 757 | )); |
| 758 | } |
Selim Cinek | 3c4635c | 2014-05-29 02:12:47 +0200 | [diff] [blame] | 759 | |
| 760 | public abstract void resetViews(); |
Daniel Sandler | 08d05e3 | 2012-08-08 16:39:54 -0400 | [diff] [blame] | 761 | } |