Searched refs:GLView (Results 1 - 20 of 20) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DMeasureHelper.java26 private GLView mComponent;
30 private MeasureHelper(GLView component) {
34 public static MeasureHelper getInstance(GLView component) {
H A DGLView.java30 // GLView is a UI component. It can render to a GLCanvas and accept touch
31 // events. A GLView may have zero or more child GLView and they form a tree
35 // A GLView tree should be attached to a GLRoot before event dispatching and
36 // rendering happens. GLView asks GLRoot to re-render or re-layout the
37 // GLView hierarchy using requestRender() and requestLayoutContentPane().
42 // from main thread (like a Handler) in your GLView, you need to call
45 public class GLView { class
46 private static final String TAG = "GLView";
56 void onClick(GLView
[all...]
H A DPreparePageFadeoutTexture.java17 private GLView mRootPane;
19 public PreparePageFadeoutTexture(GLView rootPane) {
67 GLView rootPane) {
H A DGLRoot.java43 public void setContentPane(GLView content);
H A DDetailsHelper.java53 public DetailsHelper(AbstractGalleryActivity activity, GLView rootPane, DetailsSource source) {
58 if (mContainer instanceof GLView) {
59 GLView view = (GLView) mContainer;
H A DScrollBarView.java26 public class ScrollBarView extends GLView {
H A DEdgeView.java25 public class EdgeView extends GLView {
H A DSlideshowView.java29 public class SlideshowView extends GLView {
H A DSlotView.java30 public class SlotView extends GLView {
149 public void addComponent(GLView view) {
741 public Rect getSlotRect(int slotIndex, GLView rootPane) {
H A DPhotoView.java47 public class PhotoView extends GLView {
256 mUndoBar.setVisibility(GLView.INVISIBLE);
259 public void onClick(GLView v) {
1382 mUndoBar.animateVisibility(GLView.VISIBLE);
1390 mUndoBar.animateVisibility(GLView.INVISIBLE);
1817 public PhotoFallbackEffect buildFallbackEffect(GLView root, GLCanvas canvas) {
H A DGLRootView.java54 // The root component of all <code>GLView</code>s. The rendering is done in GL
83 private GLView mContentView;
157 public void setContentPane(GLView content) {
H A DUndoBarView.java30 public class UndoBarView extends GLView {
H A DTileImageView.java42 public class TileImageView extends GLView {
/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DStateTransitionAnimation.java25 import com.android.gallery3d.ui.GLView;
146 private void applyOldTexture(GLView view, GLCanvas canvas, float alpha, float scale, boolean clear) {
160 public void applyBackground(GLView view, GLCanvas canvas) {
166 public void applyContentTransform(GLView view, GLCanvas canvas) {
175 public void applyOverlay(GLView view, GLCanvas canvas) {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DActivityState.java38 import com.android.gallery3d.ui.GLView;
72 private GLView mContentPane;
77 protected void setContentPane(GLView content) {
H A DSlideshowPage.java35 import com.android.gallery3d.ui.GLView;
92 private final GLView mRootPane = new GLView() {
H A DManageCachePage.java41 import com.android.gallery3d.ui.GLView;
94 private GLView mRootPane = new GLView() {
H A DAlbumPage.java52 import com.android.gallery3d.ui.GLView;
148 private final GLView mRootPane = new GLView() {
H A DAlbumSetPage.java54 import com.android.gallery3d.ui.GLView;
127 private final GLView mRootPane = new GLView() {
H A DPhotoPage.java68 import com.android.gallery3d.ui.GLView;
242 private final GLView mRootPane = new GLView() {

Completed in 123 milliseconds