Searched refs:tempLeft (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/widget/
H A DProgressBar.java1737 int tempLeft = left;
1739 right = w - tempLeft;
/frameworks/base/libs/hwui/
H A DRect.h129 float tempLeft = std::max(left, l); local
134 return ((tempLeft < tempRight) && (tempTop < tempBottom)); // !isEmpty

Completed in 2490 milliseconds