Home
last modified time | relevance | path

Searched refs:getBottomOffsetPx (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DAbstractSlideInView.java151 view.getMeasuredHeight() + getBottomOffsetPx()
391 + (mIsDismissInProgress ? getBottomOffsetPx() : 0)); in drawScaledBackground()
397 protected int getBottomOffsetPx() { in getBottomOffsetPx() method in AbstractSlideInView
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsSlideInView.java229 mAppsView.drawOnScrimWithBottomOffset(canvas, getBottomOffsetPx()); in dispatchDraw()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java182 return mContent.getHeight() + getBottomOffsetPx(); in getShiftRange()