Searched defs:visibility (Results 1 - 25 of 85) sorted by path

1234

/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java856 protected void setGhostVisibility(int visibility) { argument
861 ghostView.setVisibility(visibility);
866 protected void scheduleGhostVisibilityChange(final int visibility) { argument
874 setGhostVisibility(visibility);
956 final Visibility visibility = (Visibility) transition;
957 visibility.setSuppressLayout(false);
H A DActivityView.java182 protected void onVisibilityChanged(View changedView, final int visibility) { argument
183 super.onVisibilityChanged(changedView, visibility);
185 if (mSurface != null && (visibility == View.GONE || mLastVisibility == View.GONE)) {
186 if (DEBUG) Log.v(TAG, "visibility changed; enqueing runnable");
187 final Surface surface = (visibility == View.GONE) ? null : mSurface;
190 mLastVisibility = visibility;
H A DDownloadManager.java665 * @param visibility the visibility setting value
668 public Request setNotificationVisibility(int visibility) { argument
669 mNotificationVisibility = visibility;
H A DMediaRouteButton.java297 public void setVisibility(int visibility) { argument
298 super.setVisibility(visibility);
H A DNotification.java602 * Sphere of visibility of this notification, which affects how and when the SystemUI reveals
619 public int visibility; field in class:Notification
622 * Notification visibility: Show this notification in its entirety on all lockscreens.
624 * {@see #visibility}
629 * Notification visibility: Show this notification on all lockscreens, but conceal sensitive or
632 * {@see #visibility}
637 * Notification visibility: Do not reveal any part of this notification on a secure lockscreen.
639 * {@see #visibility}
1509 * in an insecure context such as atop a secure keyguard. See {@link #visibility}
1645 visibility
3128 setVisibility(int visibility) argument
[all...]
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java825 * Returns the visibility mode of this view, as per
1102 public void setVisibility(int visibility) { argument
1103 mNode.mFlags = (mNode.mFlags&~ViewNode.FLAGS_VISIBILITY_MASK) | visibility;
/frameworks/base/core/java/android/provider/
H A DDownloads.java196 public static final String COLUMN_VISIBILITY = "visibility";
553 * @param visibility the value of {@link #COLUMN_VISIBILITY}.
556 public static boolean isNotificationToBeDisplayed(int visibility) { argument
557 return visibility == DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED ||
558 visibility == DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_ONLY_COMPLETION;
/frameworks/base/core/java/android/view/
H A DGhostView.java26 * by its parent because its visibility is set to INVISIBLE, but will be drawn
65 public void setVisibility(@Visibility int visibility) { argument
66 super.setVisibility(visibility);
68 int inverseVisibility = (visibility == View.VISIBLE) ? View.INVISIBLE : View.VISIBLE;
H A DSurfaceView.java247 protected void onWindowVisibilityChanged(int visibility) { argument
248 super.onWindowVisibilityChanged(visibility);
249 mWindowVisibility = visibility == VISIBLE;
255 public void setVisibility(int visibility) { argument
256 super.setVisibility(visibility);
257 mViewVisibility = visibility == VISIBLE;
262 // to request a re-layout when the visibility changes at all.
265 // the visibility changes.
H A DTextureView.java411 protected void onVisibilityChanged(View changedView, int visibility) { argument
412 super.onVisibilityChanged(changedView, visibility);
418 if (visibility == VISIBLE) {
H A DView.java174 * <li><strong>Set visibility:</strong> You can hide or show views using
290 * <td>Called when the visibility of the window containing the view
851 * Use with {@link #setVisibility} and <a href="#attr_android:visibility">{@code
852 * android:visibility}.
858 * Use with {@link #setVisibility} and <a href="#attr_android:visibility">{@code
859 * android:visibility}.
865 * purposes. Use with {@link #setVisibility} and <a href="#attr_android:visibility">{@code
866 * android:visibility}.
871 * Mask for use with setFlags indicating bits used for visibility.
3234 * This view's request for the visibility o
7999 setVisibility(@isibility int visibility) argument
9448 setTransitionVisibility(@isibility int visibility) argument
10222 dispatchVisibilityChanged(@onNull View changedView, @Visibility int visibility) argument
10236 onVisibilityChanged(@onNull View changedView, @Visibility int visibility) argument
10272 dispatchWindowVisibilityChanged(@isibility int visibility) argument
10286 onWindowVisibilityChanged(@isibility int visibility) argument
10434 dispatchCollectViewAttributes(AttachInfo attachInfo, int visibility) argument
10438 performCollectViewAttributes(AttachInfo attachInfo, int visibility) argument
15366 dispatchAttachedToWindow(AttachInfo info, int visibility) argument
20278 setSystemUiVisibility(int visibility) argument
20343 dispatchSystemUiVisibilityChanged(int visibility) argument
22500 onSystemUiVisibilityChange(int visibility) argument
[all...]
H A DViewGroup.java487 // List of children changing visibility. This is used to potentially keep rendering
1239 * Called when a view's visibility has changed. Notify the parent to take any appropriate
1242 * @param child The view whose visibility has changed
1243 * @param oldVisibility The previous visibility value (GONE, INVISIBLE, or VISIBLE).
1244 * @param newVisibility The new visibility value (GONE, INVISIBLE, or VISIBLE).
1274 protected void dispatchVisibilityChanged(View changedView, int visibility) { argument
1275 super.dispatchVisibilityChanged(changedView, visibility);
1279 children[i].dispatchVisibilityChanged(changedView, visibility);
1284 public void dispatchWindowVisibilityChanged(int visibility) { argument
1285 super.dispatchWindowVisibilityChanged(visibility);
1328 dispatchCollectViewAttributes(AttachInfo attachInfo, int visibility) argument
2951 dispatchAttachedToWindow(AttachInfo info, int visibility) argument
[all...]
H A DViewStructure.java76 * Set the visibility state of this view, as per
79 public abstract void setVisibility(int visibility); argument
H A DViewStub.java213 * When visibility is set to {@link #VISIBLE} or {@link #INVISIBLE},
218 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
224 public void setVisibility(int visibility) { argument
228 view.setVisibility(visibility);
233 super.setVisibility(visibility);
234 if (visibility == VISIBLE || visibility == INVISIBLE) {
H A DWindowManagerPolicy.java287 * Retrieve the current system UI visibility flags associated with
948 * current visibility. Expressed as positive insets.
1287 * Called when a new system UI visibility is being reported, allowing
1289 * @param visibility The raw visibility reported by the status bar.
1290 * @return The new desired visibility.
1292 public int adjustSystemUiVisibilityLw(int visibility); argument
/frameworks/base/core/java/android/webkit/
H A DWebView.java1205 * <li>If the {@link WebView}'s visibility is set to {@link View#VISIBLE VISIBLE} then
1207 * <li>If the {@link WebView}'s visibility is set to {@link View#INVISIBLE INVISIBLE}
1210 * <li>If the {@link WebView}'s visibility is set to {@link View#GONE GONE} then the
2527 protected void onWindowVisibilityChanged(int visibility) { argument
2528 super.onWindowVisibilityChanged(visibility);
2529 mProvider.getViewDelegate().onWindowVisibilityChanged(visibility);
2558 protected void onVisibilityChanged(View changedView, int visibility) { argument
2559 super.onVisibilityChanged(changedView, visibility);
2563 mProvider.getViewDelegate().onVisibilityChanged(changedView, visibility);
H A DWebViewProvider.java327 public void onWindowVisibilityChanged(int visibility); argument
351 public void onVisibilityChanged(View changedView, int visibility); argument
/frameworks/base/core/java/android/widget/
H A DAdapterViewFlipper.java133 protected void onWindowVisibilityChanged(int visibility) { argument
134 super.onWindowVisibilityChanged(visibility);
135 mVisible = (visibility == VISIBLE);
H A DCheckedTextView.java296 public void setVisibility(int visibility) { argument
297 super.setVisibility(visibility);
300 mCheckMarkDrawable.setVisible(visibility == VISIBLE, false);
H A DChronometer.java250 protected void onWindowVisibilityChanged(int visibility) { argument
251 super.onWindowVisibilityChanged(visibility);
252 mVisible = visibility == VISIBLE;
H A DDateTimeView.java136 public void setVisibility(@Visibility int visibility) { argument
137 boolean gotVisible = visibility != GONE && getVisibility() == GONE;
138 super.setVisibility(visibility);
H A DRemoteViews.java2435 * @param viewId The id of the view whose visibility should change
2436 * @param visibility The new visibility for the view
2438 public void setViewVisibility(int viewId, int visibility) { argument
2439 setInt(viewId, "setVisibility", visibility);
H A DTextView.java8409 protected void onVisibilityChanged(View changedView, int visibility) { argument
8410 super.onVisibilityChanged(changedView, visibility);
8411 if (mEditor != null && visibility != VISIBLE) {
H A DViewFlipper.java117 protected void onWindowVisibilityChanged(int visibility) { argument
118 super.onWindowVisibilityChanged(visibility);
119 mVisible = visibility == VISIBLE;
H A DZoomControls.java90 private void fade(int visibility, float startAlpha, float endAlpha) { argument
94 setVisibility(visibility);

Completed in 3880 milliseconds

1234