Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mDensity

111     protected float mDensity;
311 mDensity = getResources().getDisplayMetrics().density;
315 (int) (mFlingToDeleteThresholdVelocity * mDensity);
317 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
318 mMinFlingVelocity = (int) (MIN_FLING_VELOCITY * mDensity);
319 mMinSnapVelocity = (int) (MIN_SNAP_VELOCITY * mDensity);