/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | RotatingButton.java | 51 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 …]
|
D | SeekBar1.java | 47 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/ |
D | CardViewFragment.java | 86 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/ |
D | LevelsRSActivity.java | 97 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()
|
D | LevelsDalvikActivity.java | 82 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/ |
D | MainActivity.java | 85 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/ |
D | MainActivity.java | 68 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/ |
D | AnimationSeeking.java | 79 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/ |
D | Card.java | 216 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/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | MainActivity.java | 337 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/ApiDemos/src/com/example/android/apis/media/ |
D | AudioFxDemo.java | 146 public void onProgressChanged(SeekBar seekBar, int progress, in setupEqualizerFxAndUI() 148 mEqualizer.setBandLevel(band, (short) (progress + minEQLevel)); in setupEqualizerFxAndUI()
|
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/ |
D | MainActivity.java | 70 mProgressBar = (ProgressBar) findViewById(R.id.progress); in onCreate()
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
D | LookupActivity.java | 100 mProgress = (ProgressBar) findViewById(R.id.progress); in onCreate()
|
/development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/ |
D | ImagePixelization.java | 97 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) {
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 558 liberalism - n. a political orientation that favors social progress by reform and by changing laws … 776 progressive - j. favoring or promoting progress
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 168 …quashfs-tools,plougher,Fix bug uncompressing 1.0 and 2.0 filesystems caused by adding progress bar. 175 …m/external/squashfs-tools,plougher,"Rather than make the rotator in the progress bar rotate every … 229 …b7cf4ce4785c60948458d08c0dcb71,platform/external/squashfs-tools,plougher,Add -n[o-progress] option. 246 …bd9aa9d9b7a276604091a497db85450c0fc13b3,platform/external/squashfs-tools,plougher,Add progress bar. 247 …05de52236a3c0cacc1703,platform/external/squashfs-tools,plougher,Quieten progress bar when output i… 274 …bQAW0OtgJnVeMkw@fakeemail.com,Unsquashfs: add comment regarding SQUASHFS_TRACE and the progress bar 315 …OtgJnVeMkw@fakeemail.com,unsquashfs: make {disable|enable}_progress_bar contingent on progress flag 5448 …9f0598cfe29,platform/system/core,fake_DGbnL6-oQrG-BP4td_yJEA@fakeemail.com,Show bugreport progress. 5864 …platform/system/core,fake_hrLg6uvZRAmxPEvIe67S0A@fakeemail.com,adb: fix progress percentage when p… 6079 …em/core,fake_DGbnL6-oQrG-BP4td_yJEA@fakeemail.com,Don't display bugreport progress when it recedes. [all …]
|