Home | History | Annotate | Download | only in wm

Lines Matching defs:hide

308     void hide(SurfaceControl.Transaction transaction, String reason) {
319 mSurfaceController.hide(transaction, reason);
324 void hide(String reason) {
325 hide(mTmpTransaction, reason);
549 + width + "x" + height + "), layer=" + mAnimLayer + " HIDE", false);
641 // Don't hide wallpaper if we're deferring the surface destroy
669 // Don't hide wallpaper if we're destroying a deferred surface
1119 // Wallpaper is no longer visible and there is no wp target => hide it.
1120 hide("prepareSurfaceLocked");
1122 hide("prepareSurfaceLocked");
1300 mPendingDestroySurface.mSurfaceControl.hide();