Searched refs:topmost (Results 1 – 2 of 2) sorted by relevance
7 The 2 topmost rows define the Battery Saver mode and whether the app is allowlisted or not for it.
436 int topmost = Integer.MAX_VALUE; in contentFits() local439 if (mItemTops[i] < topmost) { in contentFits()440 topmost = mItemTops[i]; in contentFits()447 return topmost >= getPaddingTop() && bottommost <= getHeight() - getPaddingBottom(); in contentFits()