HomeSort by relevance Sort by last modified time
    Searched refs:popupView (Results 1 - 3 of 3) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
HifiUltrasoundSpeakerTestActivity.java 63 private View popupView;
133 popupView = layoutInflater.inflate(R.layout.hifi_ultrasound_popup, null);
135 popupView, LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT);
246 Button dismissButton = (Button)popupView.findViewById(R.id.dismiss);
259 XYPlot plot = (XYPlot) popupView.findViewById(R.id.responseChart);
HifiUltrasoundTestActivity.java 59 private View popupView;
115 popupView = layoutInflater.inflate(R.layout.hifi_ultrasound_popup, null);
117 popupView, LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT);
204 Button dismissButton = (Button)popupView.findViewById(R.id.dismiss);
217 XYPlot plot = (XYPlot) popupView.findViewById(R.id.responseChart);
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java     [all...]

Completed in 100 milliseconds