Searched refs:visible (Results 151 - 156 of 156) sorted by relevance

1234567

/frameworks/base/core/java/android/widget/
H A DTextView.java2895 * Sets whether the soft input method will be made visible when this
2905 * Returns whether the soft input method will be made visible when this
2945 * @return the radius of the shadow layer. If 0, the shadow layer is not visible
4914 * For selection, ensure start or end is visible depending on controller's state.
6986 // we want to keep visible.
7068 * Is there whitespace visible at the left? Fix it if so.
7073 * Is there whitespace visible at the right? Fix it if so.
7137 * Move the cursor, if needed, so that it is at an offset that is visible
7154 // First: make sure the line is visible on screen:
7172 // Next: make sure the character is visible o
7461 setCursorVisible(boolean visible) argument
[all...]
H A DAbsListView.java113 * notification is received and only if the last item is already visible
122 * are currently visible.
758 * @param firstVisibleItem the index of the first visible cell (ignore if
760 * @param visibleItemCount the number of visible cells
1151 * on all visible item views. This should only be called when a valid
1411 * is computed based on the number of visible pixels in the visible items. This
1419 * visible items inside the adapter. This provides a stable scrollbar as the user
2170 final boolean visible = getWindowVisibility() == View.VISIBLE;
2171 if (mFiltered && visible
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp962 // rebuild the visible layer list per screen
1009 // If something changed, but we don't currently have any visible layers,
1387 // If a layer is visible only on a single display, then that
1430 // that is not visible on any display. Also can occur at
1458 // this layer is not visible anymore
1460 // compute the actual visible region
1550 * visibleRegion: area of a surface that is visible on screen
1553 * Areas covered by a translucent surface are considered visible.
1559 * visible regions above it (which includes the translucent areas).
1565 * transparent. This is only used to tell when the layer has no visible
3279 const bool visible = (state.layerStack == hw->getLayerStack()) local
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java620 * The time at which the previous process was last visible.
4756 // restarting this process, but there is a visible activity that
4757 // is hosted by the process... then make sure all visible
4829 // heavy/important/visible/foreground processes first.
6189 // See if the top visible activity is waiting to run in this process...
10628 public boolean requestVisibleBehind(IBinder token, boolean visible) { argument
10634 return mStackSupervisor.requestVisibleBehindLocked(r, visible);
10649 final boolean visible = stack == null ? false : stack.hasVisibleBehindActivity();
10651 "isBackgroundVisibleBehind: stack=" + stack + " visible=" + visible);
[all...]
/frameworks/base/core/java/android/view/
H A DView.java615 * another visible window. As a result, the view will not receive touches whenever a
763 * This view is visible.
1036 * window containing this view is visible to the user. This effectively
2441 * requested the system UI (status bar) to be visible (the default).
2785 * Whether Recents is visible or not.
3090 * visible edges of this view its bounds.
3385 * with this flag set, all visible applications will be able to participate
4360 * content in this view is visible.
4384 * content in this view is visible.
4393 * content in this view is visible
18005 onWindowSystemUiVisibilityChanged(int visible) argument
18012 dispatchWindowSystemUiVisiblityChanged(int visible) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java1545 // so that when the progress bar becomes visible again, it has the
2772 public void onWindowSystemUiVisibilityChanged(int visible) { argument

Completed in 425 milliseconds

1234567