Searched refs:visible (Results 101 - 125 of 171) sorted by relevance

1234567

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedStateListDrawable.java87 public boolean setVisible(boolean visible, boolean restart) { argument
88 final boolean changed = super.setVisible(visible, restart);
91 if (visible) {
94 // Ensure we're showing the correct state when visible.
H A DAnimatedVectorDrawable.java265 public boolean setVisible(boolean visible, boolean restart) { argument
266 mAnimatedVectorState.mVectorDrawable.setVisible(visible, restart);
267 return super.setVisible(visible, restart);
H A DDrawable.java99 * Though usually not visible to the application, Drawables may take a variety
747 * Set whether this Drawable is visible. This generally does not impact
751 * @param visible Set to true if visible, false if not.
753 * as if it has just become visible, even if it had last
754 * been set visible. Used for example to force animations
760 public boolean setVisible(boolean visible, boolean restart) { argument
761 boolean changed = mVisible != visible;
763 mVisible = visible;
816 * be visible
[all...]
H A DRippleDrawable.java138 /** Whether we expect to draw a background when visible. */
144 /** Whether we expect to draw a ripple when visible. */
309 public boolean setVisible(boolean visible, boolean restart) { argument
310 final boolean changed = super.setVisible(visible, restart);
312 if (!visible) {
315 // If we just became visible, ensure the background and ripple
H A DDrawableContainer.java396 public boolean setVisible(boolean visible, boolean restart) { argument
397 boolean changed = super.setVisible(visible, restart);
399 mLastDrawable.setVisible(visible, restart);
402 mCurrDrawable.setVisible(visible, restart);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java425 public void setVisible(boolean visible) { argument
426 if (mVisible != visible) {
427 mVisible = visible;
653 // Visible above not visible
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DQsTuner.java135 state.visible = true;
152 state.visible = true;
413 state.visible = true;
/frameworks/base/tools/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
746 boolean visible) {
745 visitParameterAnnotation(int parameter, String desc, boolean visible) argument
H A DDependencyFinder.java418 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
442 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
621 boolean visible) {
620 visitParameterAnnotation(int parameter, String desc, boolean visible) argument
/frameworks/base/core/java/android/app/
H A DActivityView.java359 public void setVisible(IBinder container, boolean visible) { argument
360 if (DEBUG) Log.v(TAG, "setVisible(): container=" + container + " visible=" + visible +
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl109 void setAppVisibility(IBinder token, boolean visible);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java404 public void setKeyguardShowing(boolean visible) { argument
405 mKeyguardVisible = visible;
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuBuilder.java75 * Whether the shortcuts should be visible on menus. Use isShortcutsVisible()
89 /** Contains only the items that are currently visible. This will be created/refreshed from
582 public void setGroupVisible(int group, boolean visible) { argument
592 if (item.setVisibleInt(visible)) changedAtLeastOneItem = true;
724 * Sets whether the shortcuts should be visible on menus. Devices without hardware
725 * key input will never make shortcuts visible even if this method is passed 'true'.
727 * @param shortcutsVisible Whether shortcuts should be visible (if true and a
746 * @return Whether shortcuts should be visible on menus.
934 * Closes the visible menu.
1004 * Called by {@link MenuItemImpl} when its visible fla
1248 setOptionalIconsVisible(boolean visible) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DCastTile.java95 state.visible = !mKeyguard.isSecure() || !mKeyguard.isShowing()
H A DIntentTile.java127 state.visible = intent.getBooleanExtra("visible", true);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java750 // Stop visible behind activity before going to sleep.
754 "Sleep still waiting to stop visible behind " + r);
764 // Make sure any stopped but visible activities are now sleeping.
1018 // If we were visible then resumeTopActivities will release resources before
1039 // since it is no longer visible.
1135 private void setVisible(ActivityRecord r, boolean visible) { argument
1136 r.visible = visible;
1137 mWindowManager.setAppVisibility(r.appToken, visible);
1141 container.setVisible(visible);
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java967 * scrolled offscreen in pixels. The valid range is 0 (fully visible) to the action bar's
980 * scrolled offscreen in pixels. The valid range is 0 (fully visible) to the action bar's
1032 public void dispatchMenuVisibilityChanged(boolean visible) { argument
1099 * @param isVisible True if an action bar menu is now visible, false if no action bar
1100 * menus are visible.
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuBuilder.java82 * Whether the shortcuts should be visible on menus. Use isShortcutsVisible() instead of
99 * Contains only the items that are currently visible. This will be created/refreshed from
622 public void setGroupVisible(int group, boolean visible) { argument
632 if (item.setVisibleInt(visible)) changedAtLeastOneItem = true;
774 * Sets whether the shortcuts should be visible on menus. Devices without hardware key input
775 * will never make shortcuts visible even if this method is passed 'true'.
777 * @param shortcutsVisible Whether shortcuts should be visible (if true and a menu item does not
796 * @return Whether shortcuts should be visible on menus.
988 * Closes the visible menu.
1058 * Called by {@link MenuItemImpl} when its visible fla
1305 setOptionalIconsVisible(boolean visible) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1782 // Make sure the dismissButton is visible and not in the animated state.
2415 private void updateSpeedBump(boolean visible) { argument
2417 if (visible != notGoneBefore) {
2418 int newVisibility = visible ? VISIBLE : GONE;
2420 if (visible) {
2517 public void updateEmptyShadeView(boolean visible) { argument
2519 int newVisibility = visible ? VISIBLE : GONE;
2557 public void updateOverflowContainerVisibility(boolean visible) { argument
2560 final int newVisibility = visible ? VISIBLE : GONE;
2591 public void updateDismissView(boolean visible) { argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java592 // If non-null, this is the currently visible window that is associated
1460 // visible one in layering.
1985 boolean visible = foundW != null;
1986 if (visible) {
1987 // The window is visible to the compositor... but is it visible
1989 visible = isWallpaperVisible(foundW);
1990 if (DEBUG_WALLPAPER) Slog.v(TAG, "Wallpaper visibility: " + visible);
2037 if (visible) {
2059 if (token.hidden == visible) {
2305 dispatchWallpaperVisibility(final WindowState wallpaper, final boolean visible) argument
4539 setTokenVisibilityLocked(AppWindowToken wtoken, WindowManager.LayoutParams lp, boolean visible, int transit, boolean performLayout, boolean isVoiceInteraction) argument
4673 setAppVisibility(IBinder token, boolean visible) argument
5981 showCircularMask(boolean visible) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java939 // no restrictive rules; network is visible
2041 final boolean visible = (msg.arg1 != 0);
2047 if (nai != null && (visible != nai.lastCaptivePortalDetected)) {
2048 nai.lastCaptivePortalDetected = visible;
2049 nai.everCaptivePortalDetected |= visible;
2052 if (!visible) {
3201 private void setProvNotificationVisible(boolean visible, int networkType, String action) { argument
3203 log("setProvNotificationVisible: E visible=" + visible + " networkType=" + networkType
3210 setProvNotificationVisibleIntent(visible, i
3229 setProvNotificationVisibleIntent(boolean visible, int id, NotificationType notifyType, int networkType, String extraInfo, PendingIntent intent, boolean highPriority) argument
3412 setProvisioningNotificationVisible(boolean visible, int networkType, String action) argument
[all...]
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java323 public void setGestureVisible(boolean visible) { argument
324 mGestureVisible = visible;
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java437 * @return Whether the drop-down is visible as long as there is {@link #enoughToFilter()}
446 * Sets whether the drop-down should remain visible as long as there is there is
454 * @param dropDownAlwaysVisible Whether to keep the drop-down visible.
1069 * @param visible whether the ime should be in front. If false, the ime is pushed to
1073 public void ensureImeVisible(boolean visible) { argument
1074 mPopup.setInputMethodMode(visible
1113 * ignore outside touch even when the drop down is not set to always visible.
/frameworks/base/core/java/com/android/internal/widget/
H A DToolbarWidgetWrapper.java688 public void setVisibility(int visible) { argument
689 mToolbar.setVisibility(visible);
/frameworks/base/media/java/android/media/
H A DTtmlRenderer.java607 // don't keep the state if we are not visible
715 public void setVisible(boolean visible) { argument
716 if (visible) {

Completed in 1536 milliseconds

1234567