Searched refs:mDragProgress (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java74 private float mDragProgress; field in class:PrintContentView
209 final int adjustedAlpha = (int) (baseAlpha * (1 - mDragProgress));
312 if (Float.compare(mDragProgress, progress) == 0) {
316 if ((mDragProgress == 0 && progress > 0)
317 || (mDragProgress == 1.0f && progress < 1.0f)) {
323 if ((mDragProgress > 0 && progress == 0)
324 || (mDragProgress < 1.0f && progress == 1.0f)) {
331 mDragProgress = progress;

Completed in 419 milliseconds