Lines Matching refs:that
22 <p>It's possible to write code that wins every performance test in the world,
24 These are the applications that aren't <em>responsive</em> enough — the
25 ones that feel sluggish, hang or freeze for significant periods, or take too
28 <p>In Android, the system guards against applications that are insufficiently
33 to design responsiveness into your application, so that the system never has
39 process incoming user input events. After a time, the system concludes that the
45 conclude that your application has hung. It's always important to make
51 interface event loop) running and prevents the system from concluding that your code
58 application is not responding and provides guidelines for ensuring that your
80 This means that anything your application is doing in the main thread that
85 <p>Therefore any method that runs in the main thread should do as little work
91 operations, via an asynchronous request). However, this does not mean that
100 that display UI, as they are also subject to the same timeouts.</p>
103 long running operations such as network or database operations that
115 Intent Receiver, as it will spawn a new screen that will steal focus from
125 are some additional tips beyond what you should do to avoid ANR that will help
130 user input, show that progress is being made ({@link
138 indicate somehow that progress is being made, lest the user perceive that