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