HomeSort by relevance Sort by last modified time
    Searched refs:getMax (Results 26 - 50 of 69) sorted by null

12 3

  /cts/tests/tests/widget/src/android/widget/cts/
AbsSeekBarTest.java 189 assertEquals(max, myAbsSeekBar.getMax());
195 assertEquals(max, myAbsSeekBar.getMax());
RemoteViewsTest.java 234 assertEquals(100, progress.getMax());
242 assertEquals(100, progress.getMax());
248 assertEquals(60, progress.getMax());
  /external/skia/legacy/include/views/
SkWidget.h 202 uint16_t getMax() const { return fMax; }
271 uint16_t getMax() const { return fMax; }
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Gallery.java 259 float maxX = event.getDevice().getMotionRange(MotionEvent.AXIS_X).getMax();
260 float maxY = event.getDevice().getMotionRange(MotionEvent.AXIS_Y).getMax();
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHTree.java 195 Vector3f max = bbox.getMax(null);
210 return bbox.getMax(null).get(axis);
  /external/skia/include/views/
SkWidget.h 256 uint16_t getMax() const { return fMax; }
  /dalvik/dx/junit-tests/com/android/dx/util/
BitsTest.java 49 Bits.getMax(new int[expect]));
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
Octnode.java 96 Vector3f max = bbox.getMax(null);
  /frameworks/base/core/java/android/view/
InputDevice.java 680 public float getMax() {
VolumePanel.java 715 if (sc.seekbarView.getMax() != max) {
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackFragment.java 304 if (mPlaybackSeek.getMax() != seekBarMax) {
VoicemailPlaybackPresenter.java 529 mView.setClipPosition(seekBar.getProgress(), seekBar.getMax());
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 244 if (max != mProgressBar.getMax()) {
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 338 /// getMax - Get the max backedge taken count for the loop.
339 const SCEV *getMax(ScalarEvolution *SE) const;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ProgressBarICS.java 457 * @param progress the new progress, between 0 and {@link #getMax()}
493 * @param secondaryProgress the new secondary progress, between 0 and {@link #getMax()}
522 * @return the current progress, between 0 and {@link #getMax()}
528 * @see #getMax()
538 * @return the current secondary progress, between 0 and {@link #getMax()}
544 * @see #getMax()
559 public synchronized int getMax() {
568 * @see #getMax()
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingBox.java 940 public Vector3f getMax(Vector3f store) {
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleEmitter.java 880 bbox.getMax(max);
    [all...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 686 * @param progress the new progress, between 0 and {@link #getMax()}
724 * @param secondaryProgress the new secondary progress, between 0 and {@link #getMax()}
754 * @return the current progress, between 0 and {@link #getMax()}
760 * @see #getMax()
771 * @return the current secondary progress, between 0 and {@link #getMax()}
777 * @see #getMax()
794 public synchronized int getMax() {
803 * @see #getMax()
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 642 * @param progress the new progress, between 0 and {@link #getMax()}
680 * @param secondaryProgress the new secondary progress, between 0 and {@link #getMax()}
710 * @return the current progress, between 0 and {@link #getMax()}
716 * @see #getMax()
727 * @return the current secondary progress, between 0 and {@link #getMax()}
733 * @see #getMax()
750 public synchronized int getMax() {
759 * @see #getMax()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 1214 milliseconds

12 3