Home
last modified time | relevance | path

Searched refs:topmost (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
Dnetwork-policy-restrictions.md7 The 2 topmost rows define the Battery Saver mode and whether the app is allowlisted or not for it.
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java436 int topmost = Integer.MAX_VALUE; in contentFits() local
439 if (mItemTops[i] < topmost) { in contentFits()
440 topmost = mItemTops[i]; in contentFits()
447 return topmost >= getPaddingTop() && bottommost <= getHeight() - getPaddingBottom(); in contentFits()