Searched defs:amount (Results 1 – 19 of 19) sorted by relevance
33 public void setProgress(int amount) { in setProgress()
46 public void setAmount(String amount) { in setAmount()
45 double amount = avg ? (statsForeground ? entry.mRunWeight : entry.mBgWeight) * weightToRam in init() local
164 public static CharSequence getFrequency(float amount, Context context) { in getFrequency()
84 public void increment(TimeUnit unit, long amount) { in increment()
74 private List<LiveWallpaperInfo> generatePlaceholderViews(int amount) { in generatePlaceholderViews()
209 public int readAt(long pos, byte[] buffer, int offset, int amount) throws IOException { in readAt()
259 public int readAt(long pos, byte[] buffer, int offset, int amount) throws IOException { in readAt()
209 public void trimTo(float amount) { in trimTo()
250 public void backup(int amount) { in backup()
1161 protected void acceleratedOverScroll(float amount) { in acceleratedOverScroll()1186 protected void dampedOverScroll(float amount) { in dampedOverScroll()1210 protected void overScroll(float amount) { in overScroll()
1529 protected void dampedOverScroll(float amount) { in dampedOverScroll()1542 protected void overScroll(float amount) { in overScroll()
1302 protected void overScroll(float amount) { in overScroll()
875 private void changePositionBy(long amount) { in changePositionBy()