OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TunerZenModePanel
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerZenModePanel.java
34
public class
TunerZenModePanel
extends LinearLayout implements OnClickListener {
35
private static final String TAG = "
TunerZenModePanel
";
48
public
TunerZenModePanel
(Context context, @Nullable AttributeSet attrs) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogImpl.java
84
import com.android.systemui.tuner.
TunerZenModePanel
;
149
private
TunerZenModePanel
mZenPanel;
275
mZenPanel = (
TunerZenModePanel
) mDialog.findViewById(R.id.tuner_zen_mode_panel);
[
all
...]
Completed in 91 milliseconds