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.java287 public void hide(boolean destroyView) { in hide() argument
304 if (destroyView) { in hide()
DStatusBarKeyguardViewManager.java317 private void hideBouncer(boolean destroyView) { in hideBouncer() argument
321 mBouncer.hide(destroyView); in hideBouncer()