Searched refs:mPanel (Results 1 – 5 of 5) sorted by relevance
49 private final View[] mPanel; field in PhotoCarousel108 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 …]
44 private final View mPanel; field in SideFragmentManager64 mPanel = mActivity.findViewById(R.id.side_panel); in SideFragmentManager()66 mShowAnimator.setTarget(mPanel); in SideFragmentManager()68 mHideAnimator.setTarget(mPanel); in SideFragmentManager()124 mPanel.setVisibility(View.VISIBLE); in show()128 mPanel.getViewTreeObserver().removeOnGlobalLayoutListener(this); in show()136 mPanel.getViewTreeObserver().addOnGlobalLayoutListener(mShowOnGlobalLayoutListener); in show()160 mPanel.getViewTreeObserver().removeOnGlobalLayoutListener(mShowOnGlobalLayoutListener); in hideAll()185 mPanel.setVisibility(View.GONE); in hideAllInternal()206 mPanel.setVisibility(View.VISIBLE); in showSidePanel()[all …]
70 private View mPanel; field in HvacPanelController157 mPanel = mContainer.findViewById(R.id.hvac_center_panel); in HvacPanelController()159 mHvacFanControlBackground = mPanel.findViewById(R.id.fan_control_bg); in HvacPanelController()160 mPanel.setOnClickListener(mPanelClickListener); in HvacPanelController()521 int currentHeight = mPanel.getLayoutParams().height;522 mPanel.getLayoutParams().height = height;523 mPanel.setTop(mPanel.getTop() + height - currentHeight);524 mPanel.requestLayout();
37 private final NinePatchTexture mPanel; field in UndoBarView74 mPanel = new NinePatchTexture(context, R.drawable.panel_undo_holo); in UndoBarView()105 mPanel.draw(canvas, mBarMargin, 0, w - mBarMargin * 2, mBarHeight); in render()
52 private View mPanel; field in HvacUiService135 mPanel = mContainer.findViewById(R.id.hvac_center_panel); in onCreate()136 mPanel.getLayoutParams().height = mPanelCollapsedHeight; in onCreate()