Home
last modified time | relevance | path

Searched refs:SoundLevels (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DSoundLevels.java39 public class SoundLevels extends View { class
70 public SoundLevels(final Context context) { in SoundLevels() method in SoundLevels
74 public SoundLevels(final Context context, final AttributeSet attrs) { in SoundLevels() method in SoundLevels
78 public SoundLevels(final Context context, final AttributeSet attrs, final int defStyle) { in SoundLevels() method in SoundLevels
85 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SoundLevels, in SoundLevels()
203 info.setClassName(SoundLevels.class.getCanonicalName()); in onInitializeAccessibilityNodeInfo()
DAudioRecordView.java91 private SoundLevels mSoundLevels;
118 mSoundLevels = (SoundLevels) findViewById(R.id.sound_levels); in onFinishInflate()