Searched refs:mControlsView (Results 1 – 1 of 1) sorted by relevance
66 protected View mControlsView; field in MirrorWindowControl90 if (mControlsView != null) { in showControl()95 mControlsView = onCreateView(LayoutInflater.from(mContext), viewSize); in showControl()104 mWindowManager.addView(mControlsView, lp); in showControl()129 if (mControlsView != null) { in destroyControl()130 mWindowManager.removeView(mControlsView); in destroyControl()131 mControlsView = null; in destroyControl()144 if (mControlsView == null) { in move()160 LayoutParams lp = (LayoutParams) mControlsView.getLayoutParams(); in setPosition()163 mWindowManager.updateViewLayout(mControlsView, lp); in setPosition()