Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java162 updateStatusArea(/* animate= */false); in onConfigChanged()
184 updateStatusArea(/* animate= */true); in setSplitShadeCentered()
259 updateStatusArea(/* animate= */false); in setClock()
262 private void updateStatusArea(boolean animate) { in updateStatusArea() method in KeyguardClockSwitch