Home
last modified time | relevance | path

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

/frameworks/base/docs/html/design/patterns/
Dnavigation.jd29 <p>If a screen is the topmost one in an app (that is, the app's home), it should not present an Up
103 <li><em>Otherwise</em>, Up should navigate to the topmost ("Home") screen of your app.</li>
107 task's back stack the complete upward navigation path to the app's topmost screen. This allows users
108 who've forgotten how they entered your app to navigate to the app's topmost screen before
/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()
/frameworks/base/docs/html/training/gestures/
Dscale.jd241 * X and Y positions. Note that the Y value represents the topmost pixel position,
/frameworks/base/docs/html/training/articles/
Dperf-jni.jd664 <p>The topmost method is <code>Foo.myfunc</code>. <code>FindClass</code>