HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentBounds (Results 1 - 5 of 5) sorted by null

  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
OverlayListView.java 103 private Rect mCurrentBounds;
118 mCurrentBounds = new Rect(startRect);
119 if (mBitmap != null && mCurrentBounds != null) {
121 mBitmap.setBounds(mCurrentBounds);
239 mCurrentBounds.top = mStartRect.top + deltaY;
240 mCurrentBounds.bottom = mStartRect.bottom + deltaY;
242 if (mBitmap != null && mCurrentBounds != null) {
244 mBitmap.setBounds(mCurrentBounds);
  /frameworks/support/design/src/android/support/design/widget/
CollapsingTextHelper.java 64 private final RectF mCurrentBounds;
117 mCurrentBounds = new RectF();
469 mCurrentBounds.left = lerp(mExpandedBounds.left, mCollapsedBounds.left,
471 mCurrentBounds.top = lerp(mExpandedDrawY, mCollapsedDrawY,
473 mCurrentBounds.right = lerp(mExpandedBounds.right, mCollapsedBounds.right,
475 mCurrentBounds.bottom = lerp(mExpandedBounds.bottom, mCollapsedBounds.bottom,
500 canvas.drawRect(mCurrentBounds.left, y + ascent, mCurrentBounds.right, y + descent,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 286 private Rect mCurrentBounds = new Rect(-1, -1, -1, -1);
454 && mCurrentBounds.top < mCurrentBounds.bottom) {
455 canvas.drawRect(0, mCurrentBounds.top, getWidth(), mCurrentBounds.bottom,
    [all...]
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 83 milliseconds