Home
last modified time | relevance | path

Searched refs:interruption (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java48 private boolean interruption; field in NotificationData.Entry
68 interruption = true; in setInterruption()
72 return interruption; in hasInterrupted()
132 if (a.interruption != b.interruption) {
133 return a.interruption ? -1 : 1;
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DInterruptionTest.java41 setContentView(R.layout.interruption); in onCreate()
/frameworks/base/docs/html/design/patterns/
Dnotifications_k.jd245 an interruption. If
278 do not warrant a real time interruption. For the users that do care about them,
Dnavigation.jd142 response is required and the interruption of the user's context is necessary</strong>. For example,
Dnotifications.jd623 warrant an interruption. If you are unsure, allow the user to opt into a
663 interruption. For the users
/frameworks/base/docs/html/design/get-started/
Dprinciples.jd211 focused, and unless it's critical and time-sensitive, an interruption can be taxing and frustrating…
/frameworks/base/docs/html/tools/debugging/
Dsystrace.jd302 <p>The trace excerpt in figure 3 shows an section of a trace that indicates an interruption in the
/frameworks/base/docs/html/guide/topics/renderscript/
Dadvanced.jd161 interruption and increases efficiency. If functions were allowed to have return values, the call
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd354 should be able to return to where they were before the interruption:
/frameworks/base/docs/html/training/articles/
Dsmp.jd814 read-modify-write sequence until it completes without interruption.</p>