Home
last modified time | relevance | path

Searched refs:mMarginLeft (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardDisplayManager.java271 private int mMarginLeft; field in KeyguardDisplayManager.KeyguardPresentation
275 int x = mMarginLeft + (int) (Math.random() * (mUsableWidth - mClock.getWidth()));
344 mMarginLeft = (100 - VIDEO_SAFE_REGION) * bounds.width() / 200; in updateBounds()