Searched refs:popupView (Results 1 – 3 of 3) sorted by relevance
59 private View popupView; field in HifiUltrasoundTestActivity116 popupView = layoutInflater.inflate(R.layout.hifi_ultrasound_popup, null); in onCreate()118 popupView, LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); in onCreate()205 Button dismissButton = (Button)popupView.findViewById(R.id.dismiss); in plotResponse()218 XYPlot plot = (XYPlot) popupView.findViewById(R.id.responseChart); in plotResponse()
63 private View popupView; field in HifiUltrasoundSpeakerTestActivity133 popupView = layoutInflater.inflate(R.layout.hifi_ultrasound_popup, null); in onCreate()135 popupView, LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); in onCreate()246 Button dismissButton = (Button)popupView.findViewById(R.id.dismiss); in plotResponse()259 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()