Searched defs:percent (Results 1 – 6 of 6) 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
141 public void onBufferingUpdate(MediaPlayer mp, int percent) { in onBufferingUpdate()338 private native void nativeOnBuffering(int percent, int nativePointer); in nativeOnBuffering()
423 int percent = mPlayer.getBufferPercentage(); in setProgress() local
1221 int percent = (int)(factor*100); in preProcessImage() local1358 int percent = (int)(factor*100); in preProcessImageToCache() local
2139 void onBufferingUpdate(MediaPlayer mp, int percent); in onBufferingUpdate()