Searched refs:visible (Results 251 - 265 of 265) sorted by relevance

<<11

/frameworks/base/core/proto/android/server/
H A Dactivitymanagerservice.proto117 optional bool visible = 4;
/frameworks/base/media/java/android/media/
H A DAudioManager.java4095 public void notifyVolumeControllerVisible(IVolumeController controller, boolean visible) { argument
4097 getService().notifyVolumeControllerVisible(controller, visible);
4620 * Does the actual computation to generate an array of (externally-visible) AudioDeviceInfo
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java224 boolean hasBeenVisible; // Set if any activities in the task have been visible to the user.
312 // Ranking (from top) of this task among all visible tasks. (-1 means it's not visible)
313 // This number will be assigned when we evaluate OOM scores for all visible tasks.
641 // between the removal and addition, in which no window is visible. We also want the
1077 if (r.visible) {
1904 if (r.visible) {
H A DActivityStackSupervisor.java346 /** List of activities that are waiting for a new activity to become visible before completing
352 /** List of processes waiting to find out when a specific activity becomes visible. */
887 * Find all visible task stacks containing {@param userId} and intercept them with an activity
1421 // We only set the visibility to true if the activity is allowed to be visible
1424 // later cancelled due to later calls to ensure visible activities that set
1605 // it to pause+stop (but remain visible), and it has done so and reported back the
2570 * in last-focused order for a focusable and visible stack, different from the target stack.
2625 * displays and stacks in last-focused order for a focusable and visible stack, except those
2923 // Non-visible stacks get resized once we're done with the resize
3687 * Make sure that all activities that need to be visible i
[all...]
H A DActivityManagerService.java1047 * The time at which the previous process was last visible.
5922 // there is a visible activity that is hosted by the process... then make sure all
5923 // visible activities are running, taking care of restarting this process.
6012 // heavy/important/visible/foreground processes first.
7866 // See if the top visible activity is waiting to run in this process...
11147 * - if there is a task behind the provided task, then that task is made visible and resumed as
11152 * (depending on whether it is visible)
14000 + " is not visible");
17705 * @param dumpVisibleStacksOnly dump activity with {@param name} only if in a visible stack
22807 // are made visible wit
[all...]
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java7351 public void notifyVolumeControllerVisible(final IVolumeController controller, boolean visible) { argument
7359 mVolumeController.setVisible(visible);
7360 if (DEBUG_VOL) Log.d(TAG, "Volume controller visible: " + visible);
7398 // ui will become visible
7416 public void setVisible(boolean visible) { argument
7417 mVisible = visible;
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java367 // visible.
368 // Nav bar is always opaque when either the freeform stack or docked stack is visible.
370 // Nav bar is always translucent when the freeform stack is visible, otherwise always opaque.
1110 public void onBarVisibilityChanged(boolean visible) {
1111 mAccessibilityManager.notifyAccessibilityButtonVisibilityChanged(visible);
1233 // change of the currently visible window's orientation.
4514 public void setRecentsVisibilityLw(boolean visible) { argument
4515 mRecentsVisible = visible;
4519 public void setPipVisibilityLw(boolean visible) { argument
4520 mPictureInPictureVisible = visible;
[all...]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java531 // Only authenticate fingerprint once when assistant is visible
1852 info.visible));
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1454 boolean visible) {
1471 chip = visible ? constructChipSpan(entry) : new InvisibleRecipientChip(entry);
2494 // Start the search for tokens after the last currently visible
1453 createReplacementChip(int tokenStart, int tokenEnd, Editable editable, boolean visible) argument
/frameworks/base/core/java/android/widget/
H A DTextView.java4364 * Sets whether the soft input method will be made visible when this
4374 * Returns whether the soft input method will be made visible when this
4417 * @return the radius of the shadow layer. If 0, the shadow layer is not visible
6748 * For selection, ensure start or end is visible depending on controller's state.
9041 // we want to keep visible.
9133 * Is there whitespace visible at the left? Fix it if so.
9138 * Is there whitespace visible at the right? Fix it if so.
9202 * Move the cursor, if needed, so that it is at an offset that is visible
9219 // First: make sure the line is visible on screen:
9238 // Next: make sure the character is visible o
9552 setCursorVisible(boolean visible) argument
[all...]
H A DAbsListView.java123 * notification is received and only if the last item is already visible
132 * are currently visible.
781 * @param firstVisibleItem the index of the first visible cell (ignore if
783 * @param visibleItemCount the number of visible cells
1167 * on all visible item views. This should only be called when a valid
1427 * is computed based on the number of visible pixels in the visible items. This
1435 * visible items inside the adapter. This provides a stable scrollbar as the user
2187 final boolean visible = getWindowVisibility() == View.VISIBLE;
2188 if (mFiltered && visible
[all...]
H A DEditor.java217 // Note: this only captures UI thread-visible changes, so it's a known issue that an animating
2975 // The window is not visible yet, ignore the text change.
3346 // Either parentPositionChanged or parentScrolled is true, check if still visible
3830 // Make "Add to dictionary" item visible if there is a span with the misspelled flag
4362 // Whether the magnifier is currently visible.
4629 private void setVisible(final boolean visible) { argument
4630 mContainer.getContentView().setVisibility(visible ? VISIBLE : INVISIBLE);
4918 // Make the cursor visible and stop blinking.
5639 * Makes the cursor controller visible on screen.
/frameworks/base/core/java/android/view/
H A DView.java692 * another visible window. As a result, the view will not receive touches whenever a
963 * This view is visible.
1629 * window containing this view is visible to the user. This effectively
3234 * showing autofill for views not visible to the user we evaluate
3291 * requested the system UI (status bar) to be visible (the default).
4083 * visible edges of this view its bounds.
4546 * with this flag set, all visible applications with targetSdkVersion >=
5867 * content in this view is visible.
5891 * content in this view is visible.
5900 * content in this view is visible
23767 onWindowSystemUiVisibilityChanged(int visible) argument
23774 dispatchWindowSystemUiVisiblityChanged(int visible) argument
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java768 MetricsLogger.visible(getContext(), MetricsEvent.NOTIFICATION_PANEL);
807 // Report to usage stats that notification was made visible
808 if (DBG) Slog.d(TAG, "Marking notification as visible " + nv.key);
811 // If the newly visible notification has smart replies
6173 * notifications visible to the given listener.
6528 * Also takes care of removing a notification that has been visible to a listener before,
6551 // This notification hasn't been and still isn't visible -> ignore.
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 2681 milliseconds

<<11