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

12345

/frameworks/support/v13/ics/android/support/v13/app/
H A DFragmentCompatICS.java22 public static void setMenuVisibility(Fragment f, boolean visible) { argument
23 f.setMenuVisibility(visible);
/frameworks/base/media/java/android/media/
H A DVolumeController.java28 public void postRemoteSliderVisibility(boolean visible); argument
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentCompat.java27 void setMenuVisibility(Fragment f, boolean visible); argument
32 public void setMenuVisibility(Fragment f, boolean visible) { argument
40 public void setMenuVisibility(Fragment f, boolean visible) { argument
41 FragmentCompatICS.setMenuVisibility(f, visible);
67 public static void setMenuVisibility(Fragment f, boolean visible) { argument
68 IMPL.setMenuVisibility(f, visible);
/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIcon.java28 public boolean visible = true; field in class:StatusBarIcon
46 + " level=" + this.iconLevel + " visible=" + visible
54 that.visible = this.visible;
70 this.visible = in.readInt() != 0;
80 out.writeInt(this.visible ? 1 : 0);
H A DIStatusBarService.aidl31 void setIconVisibility(String slot, boolean visible);
/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java161 Visible[] visible = sp.getSpans(0, sp.length(), Visible.class);
163 for (int a = 0; a < visible.length; a++) {
164 if (sp.getSpanStart(visible[a].mTransformer) >= 0) {
165 st = sp.getSpanStart(visible[a]);
166 en = sp.getSpanEnd(visible[a]);
202 Visible[] visible = sp.getSpans(0, sp.length(), Visible.class);
203 nvisible = visible.length;
208 if (sp.getSpanStart(visible[i].mTransformer) >= 0) {
209 starts[i] = sp.getSpanStart(visible[i]);
210 ends[i] = sp.getSpanEnd(visible[
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DIWallpaperEngine.aidl27 void setVisibility(boolean visible);
H A DWallpaperService.java270 public void dispatchAppVisibility(boolean visible) {
275 visible ? 1 : 0);
345 * Return whether the wallpaper is currently visible to the user,
418 * Called to inform you of the wallpaper becoming visible or
420 * CPU while it is visible.</em>.
422 public void onVisibilityChanged(boolean visible) { argument
722 // don't want wallpapers running when not visible.
795 void doVisibilityChanged(boolean visible) { argument
797 mVisible = visible;
804 boolean visible
981 setVisibility(boolean visible) argument
[all...]
/frameworks/base/services/input/
H A DSpriteController.h110 /* Sets whether the sprite is visible. */
111 virtual void setVisible(bool visible) = 0;
179 dirty(0), visible(false),
187 bool visible; member in struct:android::SpriteController::SpriteState
201 return visible && alpha > 0.0f && icon.isValid();
220 virtual void setVisible(bool visible);
235 int32_t width, int32_t height, bool drawn, bool visible) {
240 mLocked.state.surfaceVisible = visible;
234 setSurfaceLocked(const sp<SurfaceControl>& surfaceControl, int32_t width, int32_t height, bool drawn, bool visible) argument
/frameworks/base/services/java/com/android/server/input/
H A DInputWindowHandle.java66 // Window is visible.
67 public boolean visible; field in class:InputWindowHandle
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java274 boolean sound, boolean visible, PendingIntent pi) {
276 if (!visible && mUsbStorageNotification == null) {
287 if (visible) {
334 if (visible) {
354 private synchronized void setMediaStorageNotification(int titleId, int messageId, int icon, boolean visible, argument
357 if (!visible && mMediaStorageNotification == null) {
368 if (mMediaStorageNotification != null && visible) {
377 if (visible) {
407 if (visible) {
273 setUsbStorageNotification(int titleId, int messageId, int icon, boolean sound, boolean visible, PendingIntent pi) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java194 final boolean visible = ringerMode == AudioManager.RINGER_MODE_SILENT ||
207 if (visible) {
210 if (visible != mVolumeVisible) {
211 mService.setIconVisibility("volume", visible);
212 mVolumeVisible = visible;
H A DPanelBar.java154 final boolean visible = pv.getVisibility() == View.VISIBLE;
155 // adjust any other panels that may be partially visible
163 mPanelExpandedFractionSum += (visible ? thisFrac : 0);
170 if (!visible) pv.setVisibility(View.VISIBLE);
172 if (visible) pv.setVisibility(View.GONE);
/frameworks/base/services/java/com/android/server/connectivity/
H A DDataConnectionStats.java87 boolean visible = (simReadyOrUnknown || isCdma()) // we only check the sim state for GSM
92 networkType, visible ? "" : "not "));
94 mBatteryStats.notePhoneDataConnectionState(networkType, visible);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAbstractClassAdapter.java205 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
207 return super.visitAnnotation(desc, visible);
235 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
238 return super.visitAnnotation(desc, visible);
242 public AnnotationVisitor visitParameterAnnotation(int parameter, String desc, boolean visible) { argument
245 return super.visitParameterAnnotation(parameter, desc, visible);
/frameworks/base/core/java/android/view/
H A DIWindow.aidl51 void dispatchAppVisibility(boolean visible);
H A DMenu.java39 * <b>expanded menus</b> (only available if six or more menu items are visible,
345 * @param visible If true the items are visible, else they are hidden.
349 public void setGroupVisible(int group, boolean visible); argument
362 * Return whether the menu currently has item items that are visible.
364 * @return True if there is one or more item visible,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java99 public void setWifiIndicators(boolean visible, int strengthIcon, String contentDescription) { argument
100 mWifiVisible = visible;
108 public void setMobileDataIndicators(boolean visible, int strengthIcon, argument
110 mMobileVisible = visible;
/frameworks/base/services/java/com/android/server/wifi/
H A DWifiNotificationController.java198 * @param visible {@code true} if notification should be visible, {@code false} otherwise
203 * visible or invisible.
205 private void setNotificationVisible(boolean visible, int numNetworks, boolean force, argument
215 if (!visible && !mNotificationShown && !force) {
223 if (visible) {
257 mNotificationShown = visible;
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivity.java262 * @param visible Whether to show the progress bars in the title.
264 public void setSupportProgressBarVisibility(boolean visible) { argument
265 mImpl.setSupportProgressBarVisibility(visible);
276 * @param visible Whether to show the progress bars in the title.
278 public void setSupportProgressBarIndeterminateVisibility(boolean visible) { argument
279 mImpl.setSupportProgressBarIndeterminateVisibility(visible);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuItemWrapperICS.java179 public MenuItem setVisible(boolean visible) { argument
181 mLastRequestVisible = visible;
182 // If we need to be visible, we need to check whether the ActionProvider overrides it
187 return wrappedSetVisible(visible);
357 final MenuItem wrappedSetVisible(boolean visible) { argument
358 return mWrappedObject.setVisible(visible);
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiScrollable.java84 * visible or not.
152 * scrolling and only on visible elements.
235 * a visible item that matches the {@link UiObject} is found.
248 * element until a visible item that matches the selector is found.
282 * Scrolls forward until the UiObject is fully visible in the scrollable container.
286 * @return true if the child element is already fully visible, or
287 * if the method scrolled successfully until the child became fully visible;
294 Rect visible = childObject.getVisibleBounds();
295 if (visible.width() * visible
[all...]
/frameworks/base/core/java/android/widget/
H A DZoomButtonsController.java52 * view and does the hit detection locally (attaches when visible, detaches when invisible).
184 // Doh, it is still null, just ignore the set visible call
186 "Cannot make the zoom controller visible if the owner view is " +
330 * Whether the zoom controls are visible to the user.
332 * @return Whether the zoom controls are visible to the user.
339 * Sets whether the zoom controls should be visible to the user.
341 * @param visible Whether the zoom controls should be visible to the user.
343 public void setVisible(boolean visible) { argument
345 if (visible) {
675 onVisibilityChanged(boolean visible) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java137 public void onWindowSystemUiVisibilityChanged(int visible) { argument
138 super.onWindowSystemUiVisibilityChanged(visible);
140 final int diff = mLastSystemUiVisibility ^ visible;
141 mLastSystemUiVisibility = visible;
142 final boolean barVisible = (visible&SYSTEM_UI_FLAG_FULLSCREEN) == 0;
144 final boolean stable = (visible&SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
146 // We want the bar to be visible if it is not being hidden,
/frameworks/base/core/java/android/app/
H A DStatusBarManager.java175 public void setIconVisibility(String slot, boolean visible) { argument
179 svc.setIconVisibility(slot, visible);

Completed in 597 milliseconds

12345