Searched refs:visible (Results 51 - 56 of 56) sorted by relevance

123

/frameworks/base/include/ui/
H A DInputDispatcher.h94 * obscured by another visible window above it. The motion event should be
204 bool visible; member in struct:android::InputWindow
/frameworks/base/libs/ui/
H A DInputDispatcher.cpp1080 if (window->visible) {
1373 if (other->visible && ! other->isTrustedOverlay() && other->frameContainsPoint(x, y)) {
2698 "visible=%s, canReceiveKeys=%s, flags=0x%08x, type=0x%08x, layer=%d, "
2707 toString(window.visible),
/frameworks/base/core/java/android/widget/
H A DAbsListView.java86 * notification is received and only if the last item is already visible
94 * are currently visible.
568 * @param firstVisibleItem the index of the first visible cell (ignore if
570 * @param visibleItemCount the number of visible cells
712 * If fast scroll is visible, then don't draw the vertical scrollbar.
722 * is computed based on the number of visible pixels in the visible items. This
730 * visible items inside the adapter. This provides a stable scrollbar as the user
1277 final boolean visible = getWindowVisibility() == View.VISIBLE;
1278 if (mFiltered && visible
[all...]
H A DTextView.java3737 * For selection, ensure start or end is visible depending on controller's state.
5721 * Is there whitespace visible at the left? Fix it if so.
5726 * Is there whitespace visible at the right? Fix it if so.
5786 * Move the cursor, if needed, so that it is at an offset that is visible
5803 // First: make sure the line is visible on screen:
5821 // Next: make sure the character is visible on screen:
6039 * Set whether the cursor is visible. The default is true.
6044 public void setCursorVisible(boolean visible) { argument
6045 mCursorVisible = visible;
6048 if (visible) {
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebView.java533 // The time that the Zoom Controls are visible before fading away
913 public void onVisibilityChanged(boolean visible) {
914 if (visible) {
1207 * Return the amount of the titlebarview (if any) that is visible
2106 * or at the top of the screen if the title bar is not visible. This
2360 // Used to avoid sending many visible rect messages.
2393 // Sets r to be the visible rectangle of our webview in view coordinates
2403 // Sets r to be our visible rectangle in content coordinates
2409 // the visible height back in to account for the fact that if the title
2410 // bar is partially visible, th
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java268 // This is a process only hosting activities that are not visible,
295 // immediately visible. An example is background music playback. Value set in
299 // This is a process only hosting activities that are visible to the
2582 if (r.visible) {
2611 // restarting this process, but there is a visible activity that
2612 // is hosted by the process... then make sure all visible
2692 // heavy/important/visible/foreground processes first.
3562 // See if the top visible activity is waiting to run in this process...
7258 pw.println(" Activities waiting for another to become visible:");
11441 // other activities are made visible
[all...]

Completed in 176 milliseconds

123