Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java269 public void hide(boolean destroyView) { in hide() argument
285 if (destroyView) { in hide()
DStatusBarKeyguardViewManager.java222 private void hideBouncer(boolean destroyView) { in hideBouncer() argument
223 mBouncer.hide(destroyView); in hideBouncer()