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

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

Completed in 76 milliseconds