Searched refs:visible (Results 1 - 25 of 265) sorted by relevance

1234567891011

/frameworks/base/core/java/android/view/
H A DIWallpaperVisibilityListener.aidl25 * Method that will be invoked when wallpaper becomes visible or hidden.
26 * @param visible True if wallpaper is being displayed; false otherwise.
29 void onWallpaperVisibilityChanged(boolean visible, int displayId);
H A DIDockedStackListener.aidl30 void onDividerVisibilityChanged(boolean visible);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/component/
H A DRecentsVisibilityChangedEvent.java25 * of this event should not alter the UI, as the activity may still be visible.
30 public final boolean visible; field in class:RecentsVisibilityChangedEvent
32 public RecentsVisibilityChangedEvent(Context context, boolean visible) { argument
34 this.visible = visible;
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DMetricsLoggerCompat.java39 public void visible(int category) { method in class:MetricsLoggerCompat
40 mMetricsLogger.visible(category);
47 public void visibility(int category, boolean visible) { argument
48 mMetricsLogger.visibility(category, visible);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DIconLogger.java22 default void onIconVisibility(String tag, boolean visible) { argument
23 if (visible) {
H A DNetworkController.java71 public final boolean visible; field in class:NetworkController.IconState
75 public IconState(boolean visible, int icon, String contentDescription) { argument
76 this.visible = visible;
81 public IconState(boolean visible, int icon, int contentDescription, argument
83 this(visible, icon, context.getString(contentDescription));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconHolder.java102 return mIcon.visible;
104 return mWifiState.visible;
106 return mMobileState.visible;
112 public void setVisible(boolean visible) { argument
113 if (isVisible() == visible) {
119 mIcon.visible = visible;
123 mWifiState.visible = visible;
127 mMobileState.visible
[all...]
H A DStatusBarSignalPolicy.java147 boolean visible = statusIcon.visible && !mBlockWifi;
148 boolean in = activityIn && mActivityEnabled && visible;
149 boolean out = activityOut && mActivityEnabled && visible;
153 newState.visible = visible;
174 if (state.visible && state.resId > 0) {
194 state.visible = statusIcon.visible && !mBlockMobile;
275 boolean visible
307 public boolean visible; field in class:StatusBarSignalPolicy.SignalIconState
[all...]
/frameworks/base/core/java/com/android/internal/statusbar/
H A DNotificationVisibility.java36 public boolean visible = true; field in class:NotificationVisibility
48 this.visible = visibile;
57 + (visible?" visible":"")
63 return obtain(this.key, this.rank, this.count, this.visible);
92 out.writeInt(this.visible ? 1 : 0);
99 this.visible = in.readInt() != 0;
106 public static NotificationVisibility obtain(String key, int rank, int count, boolean visible) { argument
111 vo.visible = visible;
[all...]
H A DStatusBarIcon.java30 public boolean visible = true; field in class:StatusBarIcon
62 + (visible?" visible":"")
72 that.visible = this.visible;
88 this.visible = in.readInt() != 0;
98 out.writeInt(this.visible ? 1 : 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationCustomViewWrapper.java39 public void setVisible(boolean visible) { argument
40 super.setVisible(visible);
41 mView.setAlpha(visible ? 1.0f : 0.0f);
H A DNotificationMessagingTemplateViewWrapper.java72 public void setRemoteInputVisible(boolean visible) { argument
73 mMessagingLayout.showHistoricMessages(visible);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DIRecentsSystemUserCallbacks.aidl29 void updateRecentsVisibility(boolean visible);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
H A DIRecentsSystemUserCallbacks.aidl29 void updateRecentsVisibility(boolean visible);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWallpaperWindowToken.java83 void updateWallpaperVisibility(boolean visible) { argument
88 if (isHidden() == visible) {
89 setHidden(!visible);
98 if (visible) {
102 wallpaper.dispatchWallpaperVisibility(visible);
116 void updateWallpaperWindows(boolean visible) { argument
118 if (isHidden() == visible) {
120 "Wallpaper token " + token + " hidden=" + !visible);
121 setHidden(!visible);
133 if (visible) {
[all...]
/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java160 Visible[] visible = sp.getSpans(0, sp.length(), Visible.class);
162 for (int a = 0; a < visible.length; a++) {
163 if (sp.getSpanStart(visible[a].mTransformer) >= 0) {
164 st = sp.getSpanStart(visible[a]);
165 en = sp.getSpanEnd(visible[a]);
201 Visible[] visible = sp.getSpans(0, sp.length(), Visible.class);
202 nvisible = visible.length;
207 if (sp.getSpanStart(visible[i].mTransformer) >= 0) {
208 starts[i] = sp.getSpanStart(visible[i]);
209 ends[i] = sp.getSpanEnd(visible[
[all...]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DEmergencyCarrierArea.java61 public void setCarrierTextVisible(boolean visible) { argument
62 mCarrierText.setVisibility(visible ? View.VISIBLE : View.GONE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/colorextraction/
H A DSysuiColorExtractor.java50 // Colors to return when the wallpaper isn't visible
69 boolean visible = windowManagerService.registerWallpaperVisibilityListener(
77 setWallpaperVisible(visible);
116 * Get TYPE_NORMAL colors when wallpaper is visible, or fallback otherwise.
127 * Wallpaper colors when the wallpaper is visible, fallback otherwise.
143 * isn't visible
155 * if it's visible or not
177 void setWallpaperVisible(boolean visible) { argument
178 if (mWallpaperVisible != visible) {
179 mWallpaperVisible = visible;
184 setMediaBackdropVisible(boolean visible) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DTransformableView.java71 * Set this view to be fully visible or gone
73 * @param visible
75 void setVisible(boolean visible); argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerEthernetTest.java44 protected void verifyLastEthernetIcon(boolean visible, int icon) { argument
50 assertEquals("Ethernet visible, in status bar", visible, iconState.visible);
/frameworks/opt/car/setupwizard/library/src/com/android/car/setupwizardlib/
H A DBaseActivity.java298 * Sets whether the back button is visible. If this value is {@code true}, clicking the
301 protected void setBackButtonVisible(boolean visible) { argument
302 mCarSetupWizardLayout.setBackButtonVisible(visible);
306 * Sets whether the toolbar title is visible.
308 protected void setToolbarTitleVisible(boolean visible) { argument
309 mCarSetupWizardLayout.setToolbarTitleVisible(visible);
320 * Sets whether the primary continue button is visible.
322 protected void setPrimaryToolbarButtonVisible(boolean visible) { argument
323 mCarSetupWizardLayout.setPrimaryToolbarButtonVisible(visible);
368 * Sets whether the secondary continue button is visible
370 setSecondaryToolbarButtonVisible(boolean visible) argument
424 setProgressBarVisible(boolean visible) argument
[all...]
H A DCarSetupWizardLayout.java206 void setViewVisible(View view, boolean visible) { argument
207 view.setVisibility(visible ? View.VISIBLE : View.GONE);
210 // Add or remove the back button touch delegate depending on whether it is visible.
212 void updateBackButtonTouchDelegate(boolean visible) { argument
213 if (visible) {
246 // Set the TouchDelegate to null if the back button is not visible.
276 public void setBackButtonVisible(boolean visible) { argument
277 setViewVisible(mBackButton, visible);
278 updateBackButtonTouchDelegate(visible);
303 public void setToolbarTitleVisible(boolean visible) { argument
329 setPrimaryToolbarButtonVisible(boolean visible) argument
412 setSecondaryToolbarButtonVisible(boolean visible) argument
472 setProgressBarVisible(boolean visible) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewTransform.java60 public boolean visible = false; field in class:TaskViewTransform
72 visible = true;
85 visible = other.visible;
99 && visible == other.visible
112 visible = false;
139 // Return early if not visible
140 if (!visible) {
201 return "R: " + rect + " V: " + visible;
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DIWallpaperEngine.aidl29 void setVisibility(boolean visible);
/frameworks/base/services/core/java/com/android/server/input/
H A DInputWindowHandle.java69 // Window is visible.
70 public boolean visible; field in class:InputWindowHandle
114 .append(", visible=").append(visible)

Completed in 1908 milliseconds

1234567891011