Lines Matching refs:as
32 stopped responding, such as the dialog
59 level, you can think of responsiveness as a <em>class</em> problem. (Compare
68 <li>No response to an input event (such as key press or screen touch events)
85 <p>Therefore, any method that runs in the UI thread should do as little work
86 as possible on that thread. In particular, activities should do as little as possible to set
87 up in key life-cycle methods such as {@link android.app.Activity#onCreate onCreate()}
89 Potentially long running operations such as network
90 or database operations, or computationally expensive calculations such as
145 as the UI thread by default.</p>
160 as saving a setting or registering a {@link android.app.Notification}. So as with other methods
170 long running operations such as network or database operations that
184 user input, show that progress is being made (such as with a {@link
191 showing a splash screen or rendering the main view as quickly as possible, indicate that
196 <li>Use performance tools such as <a href="{@docRoot}tools/help/systrace.html">Systrace</a>