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

/frameworks/base/core/java/android/text/format/
H A DTimeFormatter.java300 int bot = ((yday + 11 - wday) % DAYSPERWEEK) - 3;
302 int top = bot - (len % DAYSPERWEEK);
312 if (yday >= bot) {
313 w = 1 + ((yday - bot) / DAYSPERWEEK);
/frameworks/native/opengl/libagl/
H A Degl.cpp296 const int32_t bot = min(lhs.bottom, rhs.bottom); local
297 if (top < bot) {
302 storage->bottom = bot;
309 storage->bottom = bot;
/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp715 <string name="bot" product="default">yes</string>
735 &table_, "string/bot",

Completed in 73 milliseconds