Home | History | Annotate | Download | only in launcher2

Lines Matching defs:mDensity

85     protected float mDensity;
244 mDensity = getResources().getDisplayMetrics().density;
246 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
247 mMinFlingVelocity = (int) (MIN_FLING_VELOCITY * mDensity);
248 mMinSnapVelocity = (int) (MIN_SNAP_VELOCITY * mDensity);