From 55e395ab33f24b009d87a4d45a5566394260fff7 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 16 Jul 2012 14:57:22 -0700 Subject: Remove freezeDisplay(), which is no-op. Change-Id: I981ee49e6e2d41a09feaee4b384392e83f7faf3d --- core/java/android/view/Surface.java | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'core/java/android/view/Surface.java') diff --git a/core/java/android/view/Surface.java b/core/java/android/view/Surface.java index a968768..ec5157a 100644 --- a/core/java/android/view/Surface.java +++ b/core/java/android/view/Surface.java @@ -413,22 +413,6 @@ public class Surface implements Parcelable { /* * set display parameters & screenshots */ - - /** - * Freezes the specified display, No updating of the screen will occur - * until unfreezeDisplay() is called. Everything else works as usual though, - * in particular transactions. - * @param display - * @hide - */ - public static native void freezeDisplay(int display); - - /** - * resume updating the specified display. - * @param display - * @hide - */ - public static native void unfreezeDisplay(int display); /** * set the orientation of the given display. -- cgit v1.1