Home | History | Annotate | Download | only in keyguard

Lines Matching defs:mDensity

96     protected float mDensity;
312 mDensity = getResources().getDisplayMetrics().density;
313 mWarpPeekAmount = mDensity * WARP_ANIMATE_AMOUNT;
316 mFlingToDeleteThresholdVelocity = (int) (mFlingToDeleteThresholdVelocity * mDensity);
318 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
319 mMinFlingVelocity = (int) (MIN_FLING_VELOCITY * mDensity);
320 mMinSnapVelocity = (int) (MIN_SNAP_VELOCITY * mDensity);