Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mDensity

110     protected float mDensity;
320 mDensity = getResources().getDisplayMetrics().density;
324 (int) (mFlingToDeleteThresholdVelocity * mDensity);
326 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
327 mMinFlingVelocity = (int) (MIN_FLING_VELOCITY * mDensity);
328 mMinSnapVelocity = (int) (MIN_SNAP_VELOCITY * mDensity);