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

1234

/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/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.java26 public boolean visible = true; field in class:StatusBarIcon
42 + " level=" + this.iconLevel + " visible=" + visible
50 that.visible = this.visible;
65 this.visible = in.readInt() != 0;
74 out.writeInt(this.visible ? 1 : 0);
H A DIStatusBarService.aidl31 void setIconVisibility(String slot, boolean visible);
/frameworks/base/core/java/android/os/
H A DLocalPowerManager.java36 void setKeyboardVisibility(boolean visible); argument
/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.java259 public void dispatchAppVisibility(boolean visible) {
264 visible ? 1 : 0);
333 * Return whether the wallpaper is currently visible to the user,
401 * Called to inform you of the wallpaper becoming visible or
403 * CPU while it is visible.</em>.
405 public void onVisibilityChanged(boolean visible) { argument
702 // don't want wallpapers running when not visible.
774 void doVisibilityChanged(boolean visible) { argument
776 mVisible = visible;
783 boolean visible
964 setVisibility(boolean visible) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationController.java67 boolean visible;
74 visible = true;
77 visible = false;
83 visible = true;
87 if (visible) {
H A DEventHole.java75 final boolean visible = isShown() && mWindowVis && getWidth() > 0 && getHeight() > 0;
88 if (visible) {
/frameworks/base/services/input/
H A DSpriteController.h112 /* Sets whether the sprite is visible. */
113 virtual void setVisible(bool visible) = 0;
181 dirty(0), visible(false),
189 bool visible; member in struct:android::SpriteController::SpriteState
203 return visible && alpha > 0.0f && icon.isValid();
222 virtual void setVisible(bool visible);
237 int32_t width, int32_t height, bool drawn, bool visible) {
242 mLocked.state.surfaceVisible = visible;
236 setSurfaceLocked(const sp<SurfaceControl>& surfaceControl, int32_t width, int32_t height, bool drawn, bool visible) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java99 public void setWifiIndicators(boolean visible, int strengthIcon, int activityIcon, argument
101 mWifiVisible = visible;
109 public void setMobileDataIndicators(boolean visible, int strengthIcon, int activityIcon, argument
111 mMobileVisible = visible;
/frameworks/base/services/java/com/android/server/wm/
H A DInputWindowHandle.java66 // Window is visible.
67 public boolean visible; field in class:InputWindowHandle
/frameworks/base/core/java/android/view/
H A DIWindow.aidl50 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,
H A DMenuItem.java370 * Sets the visibility of the menu item. Even if a menu item is not visible,
374 * @param visible If true then the item will be visible; if false it is
378 public MenuItem setVisible(boolean visible); argument
383 * @return If true the item is visible; else it is hidden.
390 * visible.
/frameworks/base/core/java/android/webkit/
H A DZoomControlEmbedded.java101 public void onVisibilityChanged(boolean visible) { argument
102 if (visible) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java279 boolean sound, boolean visible, PendingIntent pi) {
281 if (!visible && mUsbStorageNotification == null) {
292 if (visible) {
338 if (visible) {
357 private synchronized void setMediaStorageNotification(int titleId, int messageId, int icon, boolean visible, argument
360 if (!visible && mMediaStorageNotification == null) {
371 if (mMediaStorageNotification != null && visible) {
380 if (visible) {
409 if (visible) {
278 setUsbStorageNotification(int titleId, int messageId, int icon, boolean sound, boolean visible, PendingIntent pi) argument
/frameworks/base/core/java/android/app/
H A DStatusBarManager.java149 public void setIconVisibility(String slot, boolean visible) { argument
153 svc.setIconVisibility(slot, visible);
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java46 public void dispatchAppVisibility(boolean visible) { argument
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DClassHasNativeVisitor.java50 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
H A DRenameClassAdapter.java258 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
260 return super.visitAnnotation(desc, visible);
289 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
292 return super.visitAnnotation(desc, visible);
296 public AnnotationVisitor visitParameterAnnotation(int parameter, String desc, boolean visible) { argument
299 return super.visitParameterAnnotation(parameter, desc, visible);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java236 final boolean visible = ringerMode == AudioManager.RINGER_MODE_SILENT ||
249 if (visible) {
252 if (visible != mVolumeVisible) {
253 mService.setIconVisibility("volume", visible);
254 mVolumeVisible = visible;
/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) {
689 onVisibilityChanged(boolean visible) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItem.java206 public MenuItem setVisible(boolean visible) { argument
207 mFlags = (mFlags & HIDDEN) | (visible ? 0 : HIDDEN);

Completed in 664 milliseconds

1234