Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java54 private boolean interruption; field in NotificationData.Entry
72 interruption = true; in setInterruption()
76 return interruption; in hasInterrupted()
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DInterruptionTest.java41 setContentView(R.layout.interruption); in onCreate()
/frameworks/base/docs/html/design/patterns/
Dnotifications_k.jd246 an interruption. If
279 do not warrant a real time interruption. For the users that do care about them,
Dnavigation.jd141 response is required and the interruption of the user's context is necessary</strong>. For example,
/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/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>