Searched refs:mPanel (Results 1 - 2 of 2) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoCarousel.java49 private final View[] mPanel; field in class:PhotoCarousel
108 mPanel = new View[2];
176 return (ImageView) ((mPanel[0].getAlpha() < 0.5f) ? mPanel[0] : mPanel[1]);
228 mPanel[0].animate().cancel();
229 mPanel[1].animate().cancel();
231 float frontY = mPanel[0].getRotationY();
232 float backY = mPanel[1].getRotationY();
233 float frontA = mPanel[
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DUndoBarView.java37 private final NinePatchTexture mPanel; field in class:UndoBarView
74 mPanel = new NinePatchTexture(context, R.drawable.panel_undo_holo);
105 mPanel.draw(canvas, mBarMargin, 0, w - mBarMargin * 2, mBarHeight);

Completed in 153 milliseconds