Searched defs:mPanel (Results 1 - 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DSideFragmentManager.java41 private final View mPanel; field in class:SideFragmentManager
60 mPanel = mActivity.findViewById(R.id.side_panel);
62 mShowAnimator.setTarget(mPanel);
64 mHideAnimator.setTarget(mPanel);
124 mPanel.setVisibility(View.VISIBLE);
161 mPanel.setVisibility(View.GONE);
183 mPanel.setVisibility(View.VISIBLE);
196 mPanel.removeCallbacks(mHideAllRunnable);
199 hideAnimator.setTarget(mPanel);
204 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);
/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...]

Completed in 118 milliseconds