Searched refs:mClip (Results 1 – 1 of 1) sorted by relevance
51 private final Rect mClip = new Rect(0, 0, Integer.MAX_VALUE, Integer.MAX_VALUE); field in FloatingHeaderView286 mClip.top = mMaxTranslation + mTranslationY; in applyVerticalMove()288 mMainRV.setClipBounds(mClip); in applyVerticalMove()290 mWorkRV.setClipBounds(mClip); in applyVerticalMove()