Searched refs:mMaxHeightPx (Results 1 – 1 of 1) sorted by relevance
71 private int mMaxHeightPx; field in AllAppsEduView81 mMaxHeightPx = getResources().getDimensionPixelSize(R.dimen.swipe_edu_max_height); in AllAppsEduView()179 final float transY = mMaxHeightPx - mCircleSizePx - mPaddingPx; in playAnimation()263 int top = mMaxHeightPx - mCircleSizePx + mPaddingPx; in init()265 mGradient.setBounds(0, mMaxHeightPx - mCircleSizePx, mWidthPx, mMaxHeightPx); in init()268 DragLayer.LayoutParams lp = new DragLayer.LayoutParams(mWidthPx, mMaxHeightPx); in init()271 lp.topMargin = grid.heightPx - grid.hotseatBarSizePx - mMaxHeightPx; in init()