HomeSort by relevance Sort by last modified time
    Searched full:seekbar (Results 226 - 250 of 477) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/res/layout/
sample_media_router.xml 85 <SeekBar android:id="@+id/seekbar"
  /developers/samples/android/media/MediaRouter/Application/src/main/res/layout/
sample_media_router.xml 85 <SeekBar android:id="@+id/seekbar"
  /development/ndk/platforms/android-9/samples/native-audio/res/layout/
main.xml 161 <SeekBar
167 <SeekBar
  /development/samples/browseable/MediaRouter/res/layout/
sample_media_router.xml 85 <SeekBar android:id="@+id/seekbar"
  /external/androidplot/Examples/DemoApp/res/layout/
bar_plot_example.xml 80 <SeekBar
88 <SeekBar
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$id.class 
  /frameworks/support/samples/Support7Demos/res/layout/
sample_media_router.xml 90 <SeekBar android:id="@+id/seekbar"
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorColorBorder.java 33 import android.widget.SeekBar;
193 mSeekBar = (SeekBar) editControl.findViewById(R.id.primarySeekBar);
EditorDraw.java 38 import android.widget.SeekBar;
250 mSeekBar = (SeekBar) editControl.findViewById(R.id.primarySeekBar);
  /packages/apps/MusicFX/res/layout/
music_main.xml 79 <SeekBar
110 <SeekBar
  /packages/apps/MusicFX/res/layout-land/
music_main.xml 89 <SeekBar
120 <SeekBar
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteControllerDialog.java 68 import android.widget.SeekBar;
148 private SeekBar mVolumeSlider;
155 private Map<MediaRouter.RouteInfo, SeekBar> mVolumeSliderMap;
396 mVolumeSlider = (SeekBar) findViewById(R.id.mr_volume_slider);
    [all...]
  /frameworks/support/samples/Support4Demos/res/layout/
media_controller.xml 55 <SeekBar
  /packages/apps/Gallery2/res/layout/
filtershow_editor_panel.xml 43 <SeekBar
filtershow_export_dialog.xml 78 <SeekBar
  /packages/apps/Music/res/layout/
audio_player_common.xml 80 <SeekBar android:id="@android:id/progress"
audiopreview.xml 38 <SeekBar android:id="@+id/progress"
  /packages/apps/Settings/res/layout/
font_size_activity.xml 77 style="@android:style/Widget.Material.SeekBar.Discrete"/>
screen_zoom_activity.xml 76 style="@android:style/Widget.Material.SeekBar.Discrete"/>
  /packages/apps/Settings/res/layout-sw300dp-land/
font_size_activity.xml 66 style="@android:style/Widget.Material.SeekBar.Discrete" />
screen_zoom_activity.xml 66 style="@android:style/Widget.Material.SeekBar.Discrete"/>
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 49 import android.widget.SeekBar;
115 private SeekBar mZoomSeekBar;
245 mZoomSeekBar = (SeekBar) findViewById(R.id.zoom_seekbar);
    [all...]
  /packages/apps/Gallery2/res/layout-land/
filtershow_color_border_ui.xml 59 <SeekBar
87 <SeekBar
  /packages/apps/Settings/src/com/android/settings/tts/
TextToSpeechSettings.java 305 * The minimum speech pitch/rate value should be > 0 but the minimum value of a seekbar in
306 * android is fixed at 0. Therefore, we increment the seekbar progress with MIN_SPEECH_VALUE
307 * so that the minimum seekbar progress value is MIN_SPEECH_PITCH/RATE.
320 * Since we are appending the MIN_SPEECH value to the speech seekbar progress, the
321 * speech seekbar progress should be set to (speechValue - MIN_SPEECH value).
  /frameworks/support/v7/appcompat/res/values-v21/
styles_base.xml 181 <style name="Base.Widget.AppCompat.SeekBar" parent="android:Widget.Material.SeekBar" />

Completed in 490 milliseconds

1 2 3 4 5 6 7 8 91011>>