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

1234567891011

/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskPositioner.java269 mDragWindowHandle.visible = true;
344 // movement should be calculated relative to the visible bounds.
608 // Horizontally, at least mMinVisibleWidth pixels of the window should remain visible.
612 // Vertically, the top mMinVisibleHeight of the window should remain visible.
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java679 public void setProvisioningNotificationVisible(boolean visible, int networkType, argument
/frameworks/support/media/src/main/java/androidx/media/subtitle/
H A DSubtitleTrack.java120 * is visible at one time.
312 // if a cue is added that should be visible, need to refresh view
682 * @param visible true if subtitles should be drawn, false otherwise
684 void setVisible(boolean visible); argument
/frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
H A DClosedCaptionRenderer.java183 public void setVisible(boolean visible) { argument
184 if (visible) {
/frameworks/base/core/java/android/widget/
H A DSearchView.java82 * If you want the search field to always be visible, then call setIconifiedByDefault(false).
532 * relevant when the text field is not visible by default. Calling {@link #setIconified
668 * fully visible.
858 // Visibility of views that are visible when collapsed
1219 * criteria apply to make the voice button visible.
2044 private void setImeVisibility(final boolean visible) { argument
2046 if (!visible) {
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java186 public void setVisible(boolean visible) { argument
187 if (visible) {
H A DWebVttRenderer.java1089 // don't keep the state if we are not visible
1201 public void setVisible(boolean visible) { argument
1202 if (visible) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java985 (visible) -> {
986 mBrightnessMirrorVisible = visible;
1830 // close recents if it's visible
2097 * Decides if the status bar (clock + notifications + signal cluster) should be visible
2242 if (SPEW) Log.d(TAG, "Make expanded visible: expanded visible=" + mExpandedVisible);
2400 // Close any guts that might be visible
3441 String visible = args.getString("visible");
3442 int vis = mDemoMode && "false".equals(visible)
5459 visibilityChanged(boolean visible) argument
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp764 const std::vector<IComposerClient::Rect>& visible)
768 mWriter.setLayerVisibleRegion(visible);
763 setLayerVisibleRegion(Display display, Layer layer, const std::vector<IComposerClient::Rect>& visible) argument
/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.cpp771 const std::vector<hwc_rect_t>& visible) {
781 hwc_layer->info.visible_regions = visible;
770 setLayerVisibleRegion(Display display, Layer layer, const std::vector<hwc_rect_t>& visible) argument
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java2269 final boolean visible = toBool(msg.arg1);
2272 if (nai != null && (visible != nai.lastCaptivePortalDetected)) {
2274 nai.lastCaptivePortalDetected = visible;
2275 nai.everCaptivePortalDetected |= visible;
2286 if (!visible) {
4061 public void setProvisioningNotificationVisible(boolean visible, int networkType, argument
4071 mNotifier.setProvNotificationVisible(visible, id, action);
4370 // are no visible methods to set the UIDs, an app could use reflection to try and get
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp525 if (windowInfo->visible) {
1258 if (windowInfo->visible) {
1669 && otherInfo->visible && !otherInfo->isTrustedOverlay()
1690 && otherInfo->visible && !otherInfo->isTrustedOverlay()
1750 // to touch whatever was visible at the time. Even if focus changes or a new
3254 "visible=%s, canReceiveKeys=%s, flags=0x%08x, type=0x%08x, layer=%d, "
3261 toString(windowInfo->visible),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java486 // The public layouts expand button is always visible
625 * Set the how much the header should be visible. A value of 0 will make the header fully gone
630 * @param headerVisibleAmount the amount the header should be visible.
931 * @return the currently visible notification header. This can be different from
1345 * Set the icons to be visible of this notification.
1385 boolean visible = isChildInGroup()
1389 l.setIconsVisible(visible);
1392 mChildrenContainer.setIconsVisible(visible);
2365 * @return Whether this view is allowed to be dismissed. Only valid for visible notifications as
2444 // During the animation the visible vie
[all...]
H A DNotificationContentView.java130 /** The visible type at the start of a touch driven transformation */
132 /** The visible type at the start of an animation driven transformation */
873 boolean visible = mVisibleType == type
875 if (!visible) {
980 * @return the corresponding transformable view according to the given visible type
1001 * @return the corresponding view according to the given visible type
1608 * Sets a one-shot listener for when the expanded view becomes visible.
1610 * This will fire the listener immediately if the expanded view is already visible.
H A DCommandQueue.java126 default void topAppWindowChanged(boolean visible) { } argument
H A DKeyboardShortcuts.java143 MetricsLogger.visible(context,
/frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
H A DCoordinatorLayout.java329 final boolean visible = visibility == VISIBLE;
330 if (mStatusBarBackground != null && mStatusBarBackground.isVisible() != visible) {
331 mStatusBarBackground.setVisible(visible, false);
1683 * @return true if both views are visible and overlap each other
2071 * of the behavior. If you only wish to handle touch events when the child is visible, you
2097 * of the behavior. If you only wish to handle touch events when the child is visible, you
/frameworks/base/core/java/android/view/
H A DViewGroup.java905 // getting focus or if we're not visible
1518 // Only track this on disappearing views - appearing views are already visible
1563 // Only dispatch to visible children. Not visible children and their subtrees already
1564 // know that they aren't visible and that's not going to change as a result of
1835 public void dispatchWindowSystemUiVisiblityChanged(int visible) { argument
1836 super.dispatchWindowSystemUiVisiblityChanged(visible);
1842 child.dispatchWindowSystemUiVisiblityChanged(visible);
1847 public void dispatchSystemUiVisibilityChanged(int visible) { argument
1848 super.dispatchSystemUiVisibilityChanged(visible);
[all...]
H A DViewDebug.java679 private static void captureViewLayer(View view, DataOutputStream clientStream, boolean visible) argument
682 final boolean localVisible = view.getVisibility() == View.VISIBLE && visible;
H A DViewRootImpl.java332 final Rect mVisRect; // used to retrieve visible rect of focused view.
1125 void handleAppVisibility(boolean visible) { argument
1126 if (mAppVisible != visible) {
1127 mAppVisible = visible;
1307 // updates that lie outside of the visible region
1793 // Non-visible windows can't hold accessibility focus.
2001 + " visible=" + mPendingVisibleInsets.toShortString()
3554 // going to make the focus visible... otherwise we scroll
3571 // view is visible.
3585 // within the visible par
7392 dispatchAppVisibility(boolean visible) argument
7939 dispatchAppVisibility(boolean visible) argument
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java115 * while a third could have no input area (and thus not be visible to the
144 * as long as the input view is visible, you will see user interaction in
330 * The IME is active. It may or may not be visible.
336 * The IME is visible.
722 * UI, will only pan if needed to make the current focus visible, and
724 * needed to make the focus visible. This value is relative to the top edge
752 * the visible insets can be touched.
1029 boolean visible = mWindowVisible;
1040 if (visible) {
1053 // If the candidates are currently visible, mak
[all...]
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java2659 * Set sign in error notification to visible or in visible
2661 * @param visible
2668 public void setProvisioningNotificationVisible(boolean visible, int networkType, argument
2671 mService.setProvisioningNotificationVisible(visible, networkType, action);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java1548 final boolean visible = (mAlwaysOn && networkState != DetailedState.CONNECTED);
1554 if (!visible) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java228 * Dismisses recents if we are already visible and the intent is to toggle the recents view.
254 * Dismisses recents if we are already visible and the intent is to toggle the recents view.
269 * Dismisses Recents directly to Home without checking whether it is currently visible.
276 * Dismisses Recents directly to Home without checking whether it is currently visible.
366 // Reload the stack view whenever we are made visible again
369 // Notify that recents is now visible
371 MetricsLogger.visible(this, MetricsEvent.OVERVIEW_ACTIVITY);
399 // Recents doesn't care about the wallpaper being visible or not, it always
478 // After we have resumed, set the visible state until the next onStop() call
526 // Reload the task stack view if we are still visible t
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java798 // This child starts off screen, so let's keep it offscreen to keep the others visible
821 // that it is not visible anymore.
1397 // that it is not visible anymore.
4099 public void updateEmptyShadeView(boolean visible) { argument
4100 mEmptyShadeView.setVisible(visible, mIsExpanded && mAnimationsEnabled);
4110 public void updateFooterView(boolean visible, boolean showDismissView) { argument
4115 mFooterView.setVisible(visible, animate);
4585 getVisibility() == View.VISIBLE ? "visible"
4807 // Only close visible guts if they're not a leavebehind.
4815 // Touch was outside visible gut
[all...]

Completed in 670 milliseconds

1234567891011