OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RadioBandButton
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Car/Radio/src/com/android/car/radio/
RadioBandButton.java
29
public class
RadioBandButton
extends Button {
38
public
RadioBandButton
(Context context) {
43
public
RadioBandButton
(Context context, AttributeSet attrs) {
48
public
RadioBandButton
(Context context, AttributeSet attrs, int defStyleAttrs) {
53
public
RadioBandButton
(Context context, AttributeSet attrs, int defStyleAttrs,
69
TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.
RadioBandButton
);
ManualTunerController.java
43
private final
RadioBandButton
mAmBandButton;
44
private final
RadioBandButton
mFmBandButton;
162
mAmBandButton = (
RadioBandButton
) container.findViewById(R.id.manual_tuner_am_band);
164
mFmBandButton = (
RadioBandButton
) container.findViewById(R.id.manual_tuner_fm_band);
Completed in 1856 milliseconds