Home | History | Annotate | Download | only in launcher3

Lines Matching defs:mDensity

112     protected float mDensity;
327 mDensity = getResources().getDisplayMetrics().density;
331 (int) (mFlingToDeleteThresholdVelocity * mDensity);
333 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
334 mMinFlingVelocity = (int) (MIN_FLING_VELOCITY * mDensity);
335 mMinSnapVelocity = (int) (MIN_SNAP_VELOCITY * mDensity);