Searched refs:mCurrentBounds (Results 1 – 3 of 3) sorted by relevance
103 private Rect mCurrentBounds; field in OverlayListView.OverlayObject118 mCurrentBounds = new Rect(startRect); in OverlayObject()119 if (mBitmap != null && mCurrentBounds != null) { in OverlayObject()121 mBitmap.setBounds(mCurrentBounds); in OverlayObject()239 mCurrentBounds.top = mStartRect.top + deltaY; in update()240 mCurrentBounds.bottom = mStartRect.bottom + deltaY; in update()242 if (mBitmap != null && mCurrentBounds != null) { in update()244 mBitmap.setBounds(mCurrentBounds); in update()
318 private Rect mCurrentBounds = new Rect(-1, -1, -1, -1); field in NotificationStackScrollLayout516 && (mCurrentBounds.top < mCurrentBounds.bottom || mAmbientState.isDark())) { in onDraw()533 final int lockScreenTop = mCurrentBounds.top; in drawBackground()534 final int lockScreenBottom = mCurrentBounds.bottom; in drawBackground()2259 if (!mCurrentBounds.equals(mBackgroundBounds)) {2269 mCurrentBounds.set(mBackgroundBounds);2294 mCurrentBounds.left = mBackgroundBounds.left;2295 mCurrentBounds.right = mBackgroundBounds.right;2329 mCurrentBounds.top, newEndValue);2343 mStartAnimationRect.top = mCurrentBounds.top;[all …]