Searched refs:popupView (Results 1 – 3 of 3) sorted by relevance
62 private View popupView; field in HifiUltrasoundTestActivity119 popupView = layoutInflater.inflate(R.layout.hifi_ultrasound_popup, null); in onCreate()121 popupView, LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); in onCreate()208 Button dismissButton = (Button)popupView.findViewById(R.id.dismiss); in plotResponse()221 XYPlot plot = (XYPlot) popupView.findViewById(R.id.responseChart); in plotResponse()
66 private View popupView; field in HifiUltrasoundSpeakerTestActivity136 popupView = layoutInflater.inflate(R.layout.hifi_ultrasound_popup, null); in onCreate()138 popupView, LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); in onCreate()249 Button dismissButton = (Button)popupView.findViewById(R.id.dismiss); in plotResponse()262 XYPlot plot = (XYPlot) popupView.findViewById(R.id.responseChart); in plotResponse()
1969 final View popupView = new View(mActivity); in createPopupContent() local1970 popupView.setLayoutParams(new ViewGroup.LayoutParams(width, height)); in createPopupContent()1971 popupView.setBackgroundColor(Color.MAGENTA); in createPopupContent()1973 return popupView; in createPopupContent()