OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
116
popupView
= layoutInflater.inflate(R.layout.hifi_ultrasound_popup, null);
118
popupView
, LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT);
205
Button dismissButton = (Button)
popupView
.findViewById(R.id.dismiss);
218
XYPlot plot = (XYPlot)
popupView
.findViewById(R.id.responseChart);
/cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java
[
all
...]
Completed in 329 milliseconds