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

/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLRootStub.java36 public void unfreeze() {} method in class:GLRootStub
H A DGLRootMock.java43 public void unfreeze() {} method in class:GLRootMock
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLRoot.java46 public void unfreeze(); method in interface:GLRoot
H A DGLRootView.java493 unfreeze();
531 public void unfreeze() { method in class:GLRootView
548 // We need to unfreeze in the following methods and in onPause().
550 // the GLThread will wait on main thread to call unfreeze and cause dead
554 unfreeze();
560 unfreeze();
566 unfreeze();
572 unfreeze();
579 unfreeze();
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java307 mActivity.getGLRoot().unfreeze();
848 mActivity.getGLRoot().unfreeze();
865 mActivity.getGLRoot().unfreeze();

Completed in 166 milliseconds