Searched refs:tempLeft (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 1408 milliseconds