Searched refs:unfreeze (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLRoot.java49 public void unfreeze(); method in interface:GLRoot
H A DGLRootView.java534 unfreeze();
572 public void unfreeze() { method in class:GLRootView
594 // We need to unfreeze in the following methods and in onPause().
596 // the GLThread will wait on main thread to call unfreeze and cause dead
600 unfreeze();
606 unfreeze();
612 unfreeze();
618 unfreeze();
625 unfreeze();
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java298 mActivity.getGLRoot().unfreeze();
1299 mActivity.getGLRoot().unfreeze();
1323 mActivity.getGLRoot().unfreeze();

Completed in 193 milliseconds