Searched defs:percent (Results 1 – 7 of 7) sorted by relevance
114 float percent = (currentPos - mPositions[prevPos]) / in precomputeGradientColors() local196 private int computeColor(int c1, int c2, float percent) { in computeColor()208 private int computeChannel(int c1, int c2, float percent) { in computeChannel()
51 float percent = (float)(*timeUs) * 100 / mDurationUs; in getOffsetForTime() local
145 public void onBufferingUpdate(MediaPlayer mp, int percent) { in onBufferingUpdate()352 private native void nativeOnBuffering(int percent, int nativePointer); in nativeOnBuffering()
905 public boolean pinchOut(int percent, int steps) throws UiObjectNotFoundException { in pinchOut()944 public boolean pinchIn(int percent, int steps) throws UiObjectNotFoundException { in pinchIn()
431 int percent = mPlayer.getBufferPercentage(); in setProgress() local
1221 int percent = (int)(factor*100); in preProcessImage() local1358 int percent = (int)(factor*100); in preProcessImageToCache() local
2161 void onBufferingUpdate(MediaPlayer mp, int percent); in onBufferingUpdate()