Home
last modified time | relevance | path

Searched refs:problem (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/core/java/android/view/
DInputEventConsistencyVerifier.java217 problem("ACTION_DOWN but key is already down and this event " in onKeyEvent()
228 problem("ACTION_UP but key was not down."); in onKeyEvent()
237 problem("Invalid action " + KeyEvent.actionToString(action) in onKeyEvent()
269 problem("ACTION_DOWN but trackball is already down."); in onTrackballEvent()
279 problem("ACTION_UP but trackball is not down."); in onTrackballEvent()
291 problem("Invalid action " + MotionEvent.actionToString(action) in onTrackballEvent()
297 problem("Trackball is down but pressure is not greater than 0."); in onTrackballEvent()
299 problem("Trackball is up but pressure is not equal to 0."); in onTrackballEvent()
302 problem("Source was not SOURCE_CLASS_TRACKBALL."); in onTrackballEvent()
344 problem("Touch event stream contains events from multiple sources: " in onTouchEvent()
[all …]
/frameworks/base/docs/html/resources/articles/
Dcan-i-use-this-intent.jd67 but it only lets you react to the problem, you cannot predict it and update the
Dtouch-mode.jd74 problem with new Android developers is to rely on
122 solution they need to "fix" the problem of "disappearing" selection/focus. We
Dpainless-threading.jd55 <p>At first, this code seems to be a good solution to your problem, as it does
94 <p>To remedy this problem, Android 1.5 and later platforms offer a utility class
Dui-1.6.jd72 <p>The problem is that this layout uses forward references. For instance, the
Dfuture-proofing.jd55 better than 1.1 at exposing this problem. Most developers won't need to
Dfaster-screen-orientation-change.jd75 problem is to temporarily cache the images. They could be cached on the SD card
Dlayout-tricks-efficiency.jd151 where to position the title's bottom edge. To solve this problem, you
Dlayout-tricks-merge.jd12 easier to understand the problem this tag solves by looking at an example. The
Dglsurfaceview.jd221 This makes it tricky problem to choose the best available surface on
/frameworks/base/docs/html/resources/faq/
Dtroubleshooting.jd173 You may find any of these steps will fix the problem and with practice you
243 <p>This is similar to the ApiDemos problem described above, except that
295 <p>The problem occurs because the Keytool utility &mdash; included in the JDK and used by the Andro…
297 <p>If you encounter this problem, follow these steps to work around it: </p>
311 <p>This problem has been verified on Windows and may apply to other platforms. </p>
/frameworks/base/tools/orientationplot/
DREADME.txt71 greatly exceeds 60ms then there is a problem with the accelerometer or the
/frameworks/base/docs/html/sdk/1.1_r1/
Dupgrading.jd149 apps in my IDE because of a signing error</a> for information about how to solve the problem.</p>
/frameworks/base/docs/html/guide/topics/processes/
Dprocess-lifecycle.jd31 it terminates the spawned thread running in the process. The solution to this problem
/frameworks/base/docs/html/guide/practices/design/
Dseamlessness.jd32 <p>A common seamlessness problem is when an application's background process
51 <p>Another example of a seamlessness problem is when an activity inadvertently
Dresponsiveness.jd53 level, you can think of responsiveness as a <em>class</em> problem. (Compare
Dperformance.jd302 <p>The problem is that the VM considers direct access to <code>Foo</code>'s
387 have a problem. Make sure you can accurately measure your existing performance,
/frameworks/base/docs/html/resources/
Dcommunity-groups.jd69 help others understand your problem. Code or log snippets, as well as
/frameworks/base/docs/html/resources/tutorials/opengl/
Dopengl-es10.jd330 being rendered in a frame which is not perfectly square. You'll fix that problem using a projection
342 system onto your typically non-square screen. To solve this problem, you can apply an OpenGL
Dopengl-es20.jd410 being rendered in a frame which is not perfectly square. You'll fix that problem using a projection
422 system onto your typically non-square screen. To solve this problem, you can apply an OpenGL
/frameworks/base/docs/html/guide/topics/resources/
Dlocalization.jd153 <li>This application might compile without a problem. An IDE such as Eclipse
156 the application might run without a problem, because
357 highlight this kind of error, and you will not see the problem when you
/frameworks/base/docs/html/guide/developing/tools/
Dproguard.jd175 …you ensure that you can debug a problem if a user encounters a bug and submits an obfuscated stack…
/frameworks/base/docs/html/guide/topics/fundamentals/
Dprocesses-and-threads.jd264 <p>To fix this problem, Android offers several ways to access the UI thread from other
362 <p class="caution"><strong>Caution:</strong> Another problem you might encounter when using a worker
/frameworks/base/docs/html/sdk/
DRELEASENOTES.jd469 problem is being investigated.</li>
631 problem, you can close the file in the editor and open it again, or you
797 problem, you can close the file in the editor and open it again, or you
/frameworks/base/docs/html/guide/practices/
Dscreen-compat-mode.jd53 problem, screen compatibility mode can make the application a little more usable on larger

12