Home
last modified time | relevance | path

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

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