Searched refs:visible (Results 101 - 107 of 107) sorted by relevance

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java939 // usual case: status bar visible & not immersive
1123 Log.d(TAG, "making carrier label " + (makeVisible?"visible":"invisible"));
1300 // close recents if it's visible
1404 if (SPEW) Log.d(TAG, "Make expanded visible: expanded visible=" + mExpandedVisible);
1730 * number of children. Only children visible when the notification area is fully
2271 void setNotificationIconVisibility(boolean visible, int anim) { argument
2273 int v = visible ? View.VISIBLE : View.INVISIBLE;
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java968 boolean visible) {
992 chip = visible ?
1933 // Start the search for tokens after the last currently visible
967 createReplacementChip(int tokenStart, int tokenEnd, Editable editable, boolean visible) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1002 // rebuild the visible layer list per screen
1379 // If a layer is visible only on a single display, then that
1422 // that is not visible on any display. Also can occur at
1450 // this layer is not visible anymore
1452 // compute the actual visible region
1514 * visibleRegion: area of a surface that is visible on screen
1517 * Areas covered by a translucent surface are considered visible.
1523 * visible regions above it (which includes the translucent areas).
1529 * transparent. This is only used to tell when the layer has no visible
1538 // handle hidden surfaces by setting the visible regio
3092 const bool visible = (state.layerStack == hw->getLayerStack()) local
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java2694 * Sets whether the soft input method will be made visible when this
2705 * Returns whether the soft input method will be made visible when this
2738 * @return the radius of the shadow layer. If 0, the shadow layer is not visible
4674 * For selection, ensure start or end is visible depending on controller's state.
6731 // we want to keep visible.
6813 * Is there whitespace visible at the left? Fix it if so.
6818 * Is there whitespace visible at the right? Fix it if so.
6882 * Move the cursor, if needed, so that it is at an offset that is visible
6899 // First: make sure the line is visible on screen:
6917 // Next: make sure the character is visible o
7206 setCursorVisible(boolean visible) argument
[all...]
H A DAbsListView.java111 * notification is received and only if the last item is already visible
119 * are currently visible.
735 * @param firstVisibleItem the index of the first visible cell (ignore if
737 * @param visibleItemCount the number of visible cells
1121 * on all visible item views. This should only be called when a valid
1367 * is computed based on the number of visible pixels in the visible items. This
1375 * visible items inside the adapter. This provides a stable scrollbar as the user
2109 final boolean visible = getWindowVisibility() == View.VISIBLE;
2110 if (mFiltered && visible
[all...]
/frameworks/base/core/java/android/view/
H A DView.java600 * another visible window. As a result, the view will not receive touches whenever a
733 * This view is visible.
991 * window containing this view is visible to the user. This effectively
2304 * requested the system UI (status bar) to be visible (the default).
3021 * visible edges of this view its bounds.
3287 * with this flag set, all visible applications will be able to participate
4068 * content in this view is visible.
4092 * content in this view is visible.
4101 * content in this view is visible.
4623 * Request that a rectangle of this view be visible o
17055 onWindowSystemUiVisibilityChanged(int visible) argument
17062 dispatchWindowSystemUiVisiblityChanged(int visible) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java569 * The time at which the previous process was last visible.
3631 // restarting this process, but there is a visible activity that
3632 // is hosted by the process... then make sure all visible
3704 // heavy/important/visible/foreground processes first.
5000 // See if the top visible activity is waiting to run in this process...
14148 // are made visible with the correct configuration.
14291 if (r.visible) {
14368 if (r.visible) {
14369 // App has a visible activity; only upgrade adjustment.
14372 app.adjType = "visible";
[all...]

Completed in 268 milliseconds

12345