Searched refs:getBottomOffsetPx (Results 1 – 3 of 3) sorted by relevance
151 view.getMeasuredHeight() + getBottomOffsetPx()391 + (mIsDismissInProgress ? getBottomOffsetPx() : 0)); in drawScaledBackground()397 protected int getBottomOffsetPx() { in getBottomOffsetPx() method in AbstractSlideInView
229 mAppsView.drawOnScrimWithBottomOffset(canvas, getBottomOffsetPx()); in dispatchDraw()
182 return mContent.getHeight() + getBottomOffsetPx(); in getShiftRange()