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

123456789

/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java164 mDragWindowHandle.visible = true;
223 /* call out to each visible window/session informing it about the drag
312 * previously been notified, i.e. it became visible after the drag operation
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java2472 * Set sign in error notification to visible or in visible
2474 * @param visible
2480 public void setProvisioningNotificationVisible(boolean visible, int networkType, argument
2483 mService.setProvisioningNotificationVisible(visible, networkType, action);
/frameworks/base/core/java/android/widget/
H A DSearchView.java81 * If you want the search field to always be visible, then call setIconifiedByDefault(false).
545 * relevant when the text field is not visible by default. Calling {@link #setIconified
681 * fully visible.
871 // Visibility of views that are visible when collapsed
970 private void setImeVisibility(final boolean visible) { argument
971 if (visible) {
1245 * criteria apply to make the voice button visible.
H A DTextView.java3320 * Sets whether the soft input method will be made visible when this
3330 * Returns whether the soft input method will be made visible when this
3373 * @return the radius of the shadow layer. If 0, the shadow layer is not visible
5376 * For selection, ensure start or end is visible depending on controller's state.
7499 // we want to keep visible.
7581 * Is there whitespace visible at the left? Fix it if so.
7586 * Is there whitespace visible at the right? Fix it if so.
7650 * Move the cursor, if needed, so that it is at an offset that is visible
7667 // First: make sure the line is visible on screen:
7685 // Next: make sure the character is visible o
7985 setCursorVisible(boolean visible) argument
[all...]
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java186 public void setVisible(boolean visible) { argument
187 if (visible) {
H A DAudioManager.java3397 public void notifyVolumeControllerVisible(IVolumeController controller, boolean visible) { argument
3399 getService().notifyVolumeControllerVisible(controller, visible);
3913 * Does the actual computation to generate an array of (externally-visible) AudioDeviceInfo
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/stack/
H A DNotificationStackScrollLayout.java599 // This child starts off screen, so let's keep it offscreen to keep the others visible
622 // that it is not visible anymore.
1104 // that it is not visible anymore.
3466 public void updateEmptyShadeView(boolean visible) { argument
3468 int newVisibility = visible ? VISIBLE : GONE;
3511 public void updateOverflowContainerVisibility(boolean visible) { argument
3514 final int newVisibility = visible ? VISIBLE : GONE;
3545 public void updateDismissView(boolean visible) { argument
3547 int newVisibility = visible ? VISIBLE : GONE;
4003 // If the gear is visible an
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java2259 final boolean visible = (msg.arg1 != 0);
2265 if (nai != null && (visible != nai.lastCaptivePortalDetected)) {
2267 nai.lastCaptivePortalDetected = visible;
2268 nai.everCaptivePortalDetected |= visible;
2271 if (!visible) {
3868 public void setProvisioningNotificationVisible(boolean visible, int networkType, argument
3875 mNotifier.setProvNotificationVisible(visible, id, action);
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp486 if (windowInfo->visible) {
1215 if (windowInfo->visible) {
1633 && otherInfo->visible && !otherInfo->isTrustedOverlay()
1654 && otherInfo->visible && !otherInfo->isTrustedOverlay()
1714 // to touch whatever was visible at the time. Even if focus changes or a new
3197 "visible=%s, canReceiveKeys=%s, flags=0x%08x, type=0x%08x, layer=%d, "
3204 toString(windowInfo->visible),
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java315 final boolean visible = visibility == VISIBLE;
316 if (mStatusBarBackground != null && mStatusBarBackground.isVisible() != visible) {
317 mStatusBarBackground.setVisible(visible, false);
1593 * @return true if both views are visible and overlap each other
/frameworks/base/core/java/android/view/
H A DViewGroup.java1255 // Only track this on disappearing views - appearing views are already visible
1300 // Only dispatch to visible children. Not visible children and their subtrees already
1301 // know that they aren't visible and that's not going to change as a result of
1569 public void dispatchWindowSystemUiVisiblityChanged(int visible) { argument
1570 super.dispatchWindowSystemUiVisiblityChanged(visible);
1576 child.dispatchWindowSystemUiVisiblityChanged(visible);
1581 public void dispatchSystemUiVisibilityChanged(int visible) { argument
1582 super.dispatchSystemUiVisibilityChanged(visible);
1588 child.dispatchSystemUiVisibilityChanged(visible);
[all...]
H A DViewDebug.java685 private static void captureViewLayer(View view, DataOutputStream clientStream, boolean visible) argument
688 final boolean localVisible = view.getVisibility() == View.VISIBLE && visible;
H A DViewRootImpl.java259 final Rect mVisRect; // used to retrieve visible rect of focused view.
970 void handleAppVisibility(boolean visible) { argument
971 if (mAppVisible != visible) {
972 mAppVisible = visible;
1122 // updates that lie outside of the visible region
1559 // Non-visible windows can't hold accessibility focus.
1763 + " visible=" + mPendingVisibleInsets.toShortString()
1764 + " visible=" + mPendingStableInsets.toShortString()
3026 // going to make the focus visible... otherwise we scroll
3043 // view is visible
6539 dispatchAppVisibility(boolean visible) argument
7057 dispatchAppVisibility(boolean visible) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java543 /** Keys of notifications currently visible to the user. */
590 // Tracks notifications currently visible in mNotificationStackScroller and
606 // A. Keep list of visible notifications.
607 // B. Keep list of previously hidden, now visible notifications.
608 // 2. Compute no-longer visible notifications by removing currently
609 // visible notifications from the set of previously visible
611 // 3. Report newly visible and no-longer visible notifications.
612 // 4. Keep currently visible notification
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java111 * while a third could have no input area (and thus not be visible to the
140 * as long as the input view is visible, you will see user interaction in
256 * The IME is active. It may or may not be visible.
262 * The IME is visible.
592 * UI, will only pan if needed to make the current focus visible, and
594 * needed to make the focus visible. This value is relative to the top edge
622 * the visible insets can be touched.
898 boolean visible = mWindowVisible;
909 if (visible) {
922 // If the candidates are currently visible, mak
[all...]
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java501 * Request the list of outstanding notifications (that is, those that are visible to the
514 * Request the list of outstanding notifications (that is, those that are visible to the
968 public void onNotificationVisibilityChanged(String key, long time, boolean visible) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java179 // visible, but currently would be in the new currentTime
186 // and the old last stack active time, they were not visible and in the
218 * Dismisses recents if we are already visible and the intent is to toggle the recents view.
244 * Dismisses recents if we are already visible and the intent is to toggle the recents view.
259 * Dismisses Recents directly to Home without checking whether it is currently visible.
266 * Dismisses Recents directly to Home without checking whether it is currently visible.
361 // Notify that recents is now visible
363 MetricsLogger.visible(this, MetricsEvent.OVERVIEW_ACTIVITY);
443 // After we have resumed, set the visible state until the next onStop() call
831 writer.print(" visible
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.h525 HWC2::Error setVisibleRegion(hwc_region_t visible);
H A DHWC2On1Adapter.cpp2091 std::vector<hwc_rect_t> visible(rawVisible.rects,
2093 mVisibleRegion.setPending(std::move(visible));
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java752 public void setProvisioningNotificationVisible(boolean visible, int networkType, argument
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java6008 public void notifyVolumeControllerVisible(final IVolumeController controller, boolean visible) { argument
6016 mVolumeController.setVisible(visible);
6017 if (DEBUG_VOL) Log.d(TAG, "Volume controller visible: " + visible);
6055 // ui will become visible
6073 public void setVisible(boolean visible) { argument
6074 mVisible = visible;
/frameworks/base/core/java/android/app/
H A DActivityThread.java211 // Number of activities that are currently visible on-screen.
1295 public void scheduleBackgroundVisibleBehindChanged(IBinder token, boolean visible) { argument
1296 sendMessage(H.BACKGROUND_VISIBLE_BEHIND_CHANGED, token, visible ? 1 : 0);
2737 // needs to be visible but isn't in the foreground. We accomplish this by going
2923 public void handleOnBackgroundVisibleBehindChanged(IBinder token, boolean visible) { argument
2926 r.activity.onBackgroundVisibleBehindChanged(visible);
3522 // window visible.
3532 // The window is now visible if it has been added, we are not
3812 * it the result when it is done, but the window may still be visible.
4107 // paused, so make sure our window is visible
[all...]
H A DIActivityManager.java588 public boolean requestVisibleBehind(IBinder token, boolean visible) throws RemoteException; argument
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java224 // visible.
225 // Nav bar is always opaque when either the freeform stack or docked stack is visible.
227 // Nav bar is always translucent when the freeform stack is visible, otherwise always opaque.
498 // The current visible size of the screen; really; (ir)regardless of whether the status
511 // visible system UI elements.
996 // change of the currently visible window's orientation.
3852 public void setRecentsVisibilityLw(boolean visible) { argument
3853 mRecentsVisible = visible;
3857 public void setTvPipVisibilityLw(boolean visible) { argument
3858 mTvPictureInPictureVisible = visible;
[all...]

Completed in 1344 milliseconds

123456789