Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 25 of 26) sorted by relevance

12

/development/samples/ApiDemos/src/com/example/android/apis/view/
DRotatingButton.java51 public void onProgressChanged(SeekBar seekBar, int progress, in onCreate()
53 rotatingButton.setTranslationX((float)progress); in onCreate()
66 public void onProgressChanged(SeekBar seekBar, int progress, in onCreate()
68 rotatingButton.setTranslationY((float)progress); in onCreate()
82 public void onProgressChanged(SeekBar seekBar, int progress, in onCreate()
84 rotatingButton.setScaleX((float)progress/10f); in onCreate()
98 public void onProgressChanged(SeekBar seekBar, int progress, in onCreate()
100 rotatingButton.setScaleY((float)progress/10f); in onCreate()
113 public void onProgressChanged(SeekBar seekBar, int progress, in onCreate()
116 rotatingButton.setRotationX((float)progress); in onCreate()
[all …]
DSeekBar1.java47 mProgressText = (TextView) findViewById(R.id.progress); in onCreate()
61 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { in onProgressChanged() argument
62 mProgressText.setText(progress + " " + in onProgressChanged()
/development/samples/browseable/CardView/src/com.example.android.cardview/
DCardViewFragment.java86 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) { in onViewCreated()
87 Log.d(TAG, String.format("SeekBar Radius progress : %d", progress)); in onViewCreated()
88 mCardView.setRadius(progress); in onViewCreated()
104 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) { in onViewCreated()
105 Log.d(TAG, String.format("SeekBar Elevation progress : %d", progress)); in onViewCreated()
106 mCardView.setElevation(progress); in onViewCreated()
/development/samples/RenderScript/Levels/src/com/android/rs/levels/
DLevelsRSActivity.java97 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) { in onProgressChanged() argument
100 mInBlack = (float)progress; in onProgressChanged()
103 mOutBlack = (float)progress; in onProgressChanged()
106 mInWhite = (float)progress + 127.0f; in onProgressChanged()
109 mOutWhite = (float)progress + 127.0f; in onProgressChanged()
112 mGamma = (float)progress/100.0f; in onProgressChanged()
117 mSaturation = (float)progress / 50.0f; in onProgressChanged()
DLevelsDalvikActivity.java82 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) { in onProgressChanged() argument
85 mInBlack = (float)progress; in onProgressChanged()
88 mOutBlack = (float)progress; in onProgressChanged()
91 mInWhite = (float)progress + 127.0f; in onProgressChanged()
94 mOutWhite = (float)progress + 127.0f; in onProgressChanged()
97 mGamma = (float)progress/100.0f; in onProgressChanged()
101 mSaturation = (float)progress / 50.0f; in onProgressChanged()
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
DMainActivity.java85 public void onProgressChanged(SeekBar seekBar, int progress, in onCreate()
87 updateImage(progress); in onCreate()
319 private void updateImage(int progress) { in updateImage() argument
320 float f = getFilterParameter(progress); in updateImage()
/development/samples/browseable/BasicRenderScript/src/com.example.android.basicrenderscript/
DMainActivity.java68 public void onProgressChanged(SeekBar seekBar, int progress, in onCreate()
72 float f = (float) ((max - min) * (progress / 100.0) + min); in onCreate()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DAnimationSeeking.java79 public void onProgressChanged(SeekBar seekBar, int progress, in onCreate()
83 animView.seek(progress); in onCreate()
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCard.java216 public Card setProgress(int progress) { in setProgress() argument
218 mCardProgress.setProgress(progress); in setProgress()
661 public void setProgress(int progress) { in setProgress() argument
662 currProgress = progress; in setProgress()
/development/samples/ApiDemos/src/com/example/android/apis/media/
DAudioFxDemo.java146 public void onProgressChanged(SeekBar seekBar, int progress, in setupEqualizerFxAndUI()
148 mEqualizer.setBandLevel(band, (short) (progress + minEQLevel)); in setupEqualizerFxAndUI()
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DMainActivity.java337 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) { in onCreate()
340 long pos = progress * item.getDuration() / 100; in onCreate()
529 int progress = 0; in updateProgress() local
543 progress = (int) (100.0 * (position + timeDelta) / duration); in updateProgress()
546 mSeekBar.setProgress(progress); in updateProgress()
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
DMainActivity.java70 mProgressBar = (ProgressBar) findViewById(R.id.progress); in onCreate()
/development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
DImagePixelization.java97 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) {
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DLookupActivity.java100 mProgress = (ProgressBar) findViewById(R.id.progress); in onCreate()
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt558 liberalism - n. a political orientation that favors social progress by reform and by changing laws …
776 progressive - j. favoring or promoting progress
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/ControllerSample/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/EffectiveNavigation/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/tools/winscope/
Dyarn.lock3227 progress "^2.0.0"
6122 progress@^2.0.0:
6124 …resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb7…
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/FragmentBasics/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/location-aware/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...

12