Searched refs:visible (Results 201 - 208 of 208) sorted by relevance

123456789

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1219 // rebuild the visible layer list per screen
1250 // previously visible, but no longer is
1276 // If something changed, but we don't currently have any visible layers,
1667 // If a layer is visible only on a single display, then that
1710 // that is not visible on any display. Also can occur at
1738 // this layer is not visible anymore
1740 // compute the actual visible region
1821 * visibleRegion: area of a surface that is visible on screen
1824 * Areas covered by a translucent surface are considered visible.
1830 * visible region
3785 const bool visible = (state.layerStack == hw->getLayerStack()) local
[all...]
H A DSurfaceFlinger_hwc1.cpp1129 // rebuild the visible layer list per screen
1176 // If something changed, but we don't currently have any visible layers,
1577 // If a layer is visible only on a single display, then that
1620 // that is not visible on any display. Also can occur at
1648 // this layer is not visible anymore
1650 // compute the actual visible region
1742 * visibleRegion: area of a surface that is visible on screen
1745 * Areas covered by a translucent surface are considered visible.
1751 * visible regions above it (which includes the translucent areas).
1757 * transparent. This is only used to tell when the layer has no visible
3677 const bool visible = (state.layerStack == hw->getLayerStack()) local
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1305 boolean visible) {
1322 chip = visible ? constructChipSpan(entry) : new InvisibleRecipientChip(entry);
2273 // Start the search for tokens after the last currently visible
1304 createReplacementChip(int tokenStart, int tokenEnd, Editable editable, boolean visible) argument
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java6636 public boolean requestVisibleBehind(IBinder token, boolean visible) throws RemoteException { argument
6641 data.writeInt(visible ? 1 : 0);
6658 final boolean visible = reply.readInt() > 0;
6661 return visible;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStarter.java590 // this, so it waits for the new activity to become visible instead.
1228 // make sure it becomes visible as it starts (this will also trigger entry
1231 // as the starting activity just needs to be in the visible paused state until the
1310 if (top != null && !top.visible) {
2024 // There is a docked stack, but it isn't visible, so we can't launch into that.
H A DActivityManagerService.java846 * The time at which the previous process was last visible.
5107 // there is a visible activity that is hosted by the process... then make sure all
5108 // visible activities are running, taking care of restarting this process.
5175 // heavy/important/visible/foreground processes first.
6604 // See if the top visible activity is waiting to run in this process...
12256 + " is not visible");
12517 public boolean requestVisibleBehind(IBinder token, boolean visible) { argument
12523 return mStackSupervisor.requestVisibleBehindLocked(r, visible);
12538 final boolean visible = stack == null ? false : stack.hasVisibleBehindActivity();
12540 "isBackgroundVisibleBehind: stack=" + stack + " visible
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java120 * notification is received and only if the last item is already visible
129 * are currently visible.
776 * @param firstVisibleItem the index of the first visible cell (ignore if
778 * @param visibleItemCount the number of visible cells
1164 * on all visible item views. This should only be called when a valid
1424 * is computed based on the number of visible pixels in the visible items. This
1432 * visible items inside the adapter. This provides a stable scrollbar as the user
2184 final boolean visible = getWindowVisibility() == View.VISIBLE;
2185 if (mFiltered && visible
[all...]
/frameworks/base/core/java/android/view/
H A DView.java678 * another visible window. As a result, the view will not receive touches whenever a
871 * This view is visible.
1155 * window containing this view is visible to the user. This effectively
2741 * requested the system UI (status bar) to be visible (the default).
3412 * visible edges of this view its bounds.
3765 * with this flag set, all visible applications with targetSdkVersion >=
4954 * content in this view is visible.
4978 * content in this view is visible.
4987 * content in this view is visible.
5998 * should make a best effort to make the newly focused child fully visible t
20450 onWindowSystemUiVisibilityChanged(int visible) argument
20457 dispatchWindowSystemUiVisiblityChanged(int visible) argument
[all...]

Completed in 374 milliseconds

123456789