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

1234567891011

/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java81 // Set of visible application overlay window surfaces connected to this session.
83 // Set of visible alert window surfaces connected to this session.
500 boolean visible, int type) {
511 if (visible) {
535 if (visible) {
499 onWindowSurfaceVisibilityChanged(WindowSurfaceController surfaceController, boolean visible, int type) argument
H A DTaskSnapshotController.java63 * When we task becomes visible again, we show a starting window with the snapshot as the content to
140 void notifyAppVisibilityChanged(AppWindowToken appWindowToken, boolean visible) { argument
141 if (!visible) {
249 // Ensure at least one window for the top app is visible before attempting to take
258 Slog.w(TAG_WM, "Failed to take screenshot. No visible windows for " + task);
312 // If the task of the app is not visible anymore, it means no other app in that task
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java540 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
564 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
747 boolean visible) {
746 visitParameterAnnotation(int parameter, String desc, boolean visible) argument
H A DDependencyFinder.java417 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
441 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
621 boolean visible) {
620 visitParameterAnnotation(int parameter, String desc, boolean visible) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarFragment.java402 // If the navbar is visible, show the rotate button if there's a pending suggestion
458 // visible given some time limit.
464 } else { // The navbar is visible so show the icon right away
481 mMetricsLogger.visible(MetricsEvent.ROTATION_SUGGESTION_SHOWN);
501 public void setRotateSuggestionButtonState(final boolean visible) { argument
502 setRotateSuggestionButtonState(visible, false);
505 public void setRotateSuggestionButtonState(final boolean visible, final boolean force) { argument
509 // Similarly, a call to make the button visible may be rejected because an a11y service is
516 if (!visible && !currentlyVisible) return;
535 if (visible) { // Appea
[all...]
/frameworks/base/core/java/android/net/
H A DIConnectivityManager.aidl134 void setProvisioningNotificationVisible(boolean visible, int networkType, in String action);
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java587 boolean visible = (data[pos] & 0x20) != 0;
601 new CaptionWindow(windowId, visible, rowLock, columnLock, priority,
607 + "rowLock: %s, visible: %s, anchorVertical: %d, "
611 windowId, priority, columnLock, rowLock, visible, anchorVertical,
985 public final boolean visible; field in class:Cea708CCParser.CaptionWindow
998 public CaptionWindow(int id, boolean visible, argument
1003 this.visible = visible;
1977 if (captionWindow.visible) {
H A DIAudioService.aidl166 void notifyVolumeControllerVisible(in IVolumeController controller, boolean visible);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java363 public void setItemsVisible(boolean visible) { argument
365 mItems.setItemsVisible(visible);
H A DCellularTile.java254 mInfo.enabled = qsIcon.visible;
270 mInfo.airplaneModeEnabled = icon.visible;
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DLockscreenFragment.java99 boolean visible = !TextUtils.isEmpty(v);
100 unlock.setVisible(visible);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DDropDownListView.java278 * to have at least 3 completely visible children, and
420 public boolean setVisible(boolean visible, boolean restart) { argument
422 return super.setVisible(visible, restart);
461 // Do not cancel the selected position if the selection is visible
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java269 // We always want the task to to be visible in the bounds without affecting its size when
634 // the one where the home stack is visible since recents isn't visible yet, but the
689 // windows that are no longer visible.
1044 // when this stack is no longer visible.
1366 // Make sure any paused or stopped but visible activities are now sleeping.
1568 + " wasStopping=" + wasStopping + " visible=" + prev.visible);
1583 } else if (!prev.visible || shouldSleepOrShutDownActivities()) {
1586 // If we were visible the
[all...]
H A DActivityRecord.java270 long lastVisibleTime; // last time this activity became visible
309 boolean visible; // does this activity's window need to be shown? field in class:ActivityRecord
310 boolean visibleIgnoringKeyguard; // is this activity visible, ignoring the fact that Keyguard
315 boolean nowVisible; // is this activity's window visible?
508 pw.print(" visible="); pw.print(visible);
882 visible = false;
1310 // When visible, allow entering PiP if the app is not locked. If it is over the
1434 // - It is currently resumed or paused. i.e. it is currently visible to the user and we want
1621 if (!mDeferHidingClient && !visible) {
1628 setVisibility(boolean visible) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuBuilder.java77 * Whether the shortcuts should be visible on menus. Use isShortcutsVisible()
91 /** Contains only the items that are currently visible. This will be created/refreshed from
598 public void setGroupVisible(int group, boolean visible) { argument
608 if (item.setVisibleInt(visible)) changedAtLeastOneItem = true;
740 * Sets whether the shortcuts should be visible on menus. Devices without hardware
741 * key input will never make shortcuts visible even if this method is passed 'true'.
743 * @param shortcutsVisible Whether shortcuts should be visible (if true and a
761 * @return Whether shortcuts should be visible on menus.
1024 * Called by {@link MenuItemImpl} when its visible flag is changed.
1047 // Refresh the visible item
1269 setOptionalIconsVisible(boolean visible) argument
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java419 public boolean setVisible(boolean visible, boolean restart) { argument
420 boolean changed = super.setVisible(visible, restart);
422 mLastDrawable.setVisible(visible, restart);
425 mCurrDrawable.setVisible(visible, restart);
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DVolumeDialogController.java53 void notifyVisible(boolean visible); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServicesDialog.java111 mMetricsLogger.visible(MetricsProto.MetricsEvent.RUNNING_BACKGROUND_APPS_DIALOG);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java281 mWifiVisible = statusIcon.visible && !mBlockWifi;
298 state.mMobileVisible = statusIcon.visible && !mBlockMobile;
312 mEthernetVisible = state.visible && !mBlockEthernet;
376 mIsAirplaneMode = icon.visible && !mBlockAirplane;
H A DStatusBarIconView.java291 && mIcon.visible == icon.visible;
320 setVisibility(icon.visible && !mBlocked ? VISIBLE : GONE);
900 return mIcon != null && mIcon.visible;
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DEvents.java124 MetricsLogger.visible(context, MetricsEvent.VOLUME_DIALOG);
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_surface.h42 bool visible() const { return visible_; } function in class:android::dvr::DisplaySurface
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/menu/
H A DMenuBuilder.java87 * Whether the shortcuts should be visible on menus. Use isShortcutsVisible() instead of
104 * Contains only the items that are currently visible. This will be created/refreshed from
650 public void setGroupVisible(int group, boolean visible) { argument
660 if (item.setVisibleInt(visible)) changedAtLeastOneItem = true;
802 * Sets whether the shortcuts should be visible on menus. Devices without hardware key input
803 * will never make shortcuts visible even if this method is passed 'true'.
805 * @param shortcutsVisible Whether shortcuts should be visible (if true and a menu item does not
825 * @return Whether shortcuts should be visible on menus.
1101 * Called by {@link MenuItemImpl} when its visible flag is changed.
1126 // Refresh the visible item
1348 setOptionalIconsVisible(boolean visible) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivity.java225 * <li>If an activity has lost focus but is still visible (that is, a new non-full-sized
233 * however, it is no longer visible to the user so its window is hidden
262 * <li>The <b>visible lifetime</b> of an activity happens between a call to
271 * can be called multiple times, as the activity becomes visible and hidden
347 * <td>Called when the activity is becoming visible to the user.
379 * <td>Called when the activity is no longer visible to the user, because
458 * had been in the foreground or visible to the user, once {@link #onDestroy} is
677 * <li> <p>A <b>visible activity</b> (an activity that is visible to the user
681 * <li> <p>A <b>background activity</b> (an activity that is not visible t
5518 setVisible(boolean visible) argument
6133 setProgressBarVisibility(boolean visible) argument
6148 setProgressBarIndeterminateVisibility(boolean visible) argument
6565 requestVisibleBehind(boolean visible) argument
6630 onBackgroundVisibleBehindChanged(boolean visible) argument
[all...]
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java323 public void setGestureVisible(boolean visible) { argument
324 mGestureVisible = visible;

Completed in 617 milliseconds

1234567891011