HomeSort by relevance Sort by last modified time
    Searched full:invisible (Results 226 - 250 of 709) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/view/
MenuTest.java 228 Assert.assertFalse("Item did not become invisible", item1.isVisible());
230 Assert.assertFalse("Item did not become invisible", item2.isVisible());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java 248 setVisibility(View.INVISIBLE);
257 setVisibility(View.INVISIBLE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationPanel.java 294 getClearButton().setVisibility(showX ? View.VISIBLE : View.INVISIBLE);
326 // NB: it will be invisible until you show it
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
PasswordUnlockScreen.java 126 == Configuration.HARDKEYBOARDHIDDEN_NO ? View.INVISIBLE : View.VISIBLE);
371 mKeyboardView.setVisibility(isKeyboardOpen ? View.INVISIBLE : View.VISIBLE);
  /packages/apps/Camera/src/com/android/camera/
CameraActivity.java 189 mControlsBackground.setVisibility(View.INVISIBLE);
202 mSwitcher.setVisibility(View.INVISIBLE);
  /packages/apps/Settings/src/com/android/settings/
DreamSettings.java 315 settingsDivider.setVisibility(showSettings ? View.VISIBLE : View.INVISIBLE);
318 settingsButton.setVisibility(showSettings ? View.VISIBLE : View.INVISIBLE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 663 * {@link #showInvisibleViews(boolean)}) where individual invisible nodes
903 * Shows or hides invisible parent views, which are views which have empty bounds and
907 * @param show When true, any invisible parent nodes are padded and highlighted
916 // Optimization: Avoid doing work when we don't have invisible parents (on show)
    [all...]
  /bionic/libc/arch-x86/include/machine/
asm.h 47 * to a possibly-modified form that will be invisible to C programs.
  /bootable/recovery/
device.h 50 // recovery will be at the main menu with it invisible after an
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 114 mRemoteViews.setViewVisibility(R.id.remoteView_chronometer, View.INVISIBLE);
116 assertEquals(View.INVISIBLE, view.getVisibility());
436 mRemoteViews.setInt(R.id.remoteView_chronometer, "setVisibility", View.INVISIBLE);
438 assertEquals(View.INVISIBLE, view.getVisibility());
  /development/ndk/platforms/android-9/arch-x86/include/machine/
asm.h 47 * to a possibly-modified form that will be invisible to C programs.
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimationsHideShow.java 69 v.setVisibility(hideGoneCB.isChecked() ? View.GONE : View.INVISIBLE);
  /device/ti/panda/
media_profiles.xml 157 If a codec is not enabled, it is invisible to the applications
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu_button.cc 125 // As the disabled color is set to invisible, disabling makes the
  /external/chromium/chrome/browser/
process_singleton.h 40 // - the Windows implementation uses an invisible global message window;
  /external/chromium/chrome/browser/ui/cocoa/
info_bubble_window.mm 113 // Start invisible. Will be made visible when ordered front.
page_info_bubble_controller_unittest.mm 70 // The window's only immediate child is an invisible view that has a flipped
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox_unittest.cc 152 // Expanding the width may cause some invisible children to be shown,
status_bubble_gtk.h 55 // Called when the download shelf becomes visible or invisible.
  /external/chromium/webkit/glue/
webcursor_gtk.cc 50 // Get/create a custom cursor which is invisible.
  /external/compiler-rt/lib/tsan/rtl_tests/
tsan_test_util.h 40 void StaticInit(); // Emulates static initalization (tsan invisible).
  /external/eclipse-windowbuilder/propertysheet/
README.txt 84 - Support invisible children (where the whole flyout is hidden)
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentationImpl.java 168 // check, may be Control is invisible, so no reason to change bounds
  /external/icu4c/tools/toolutil/
denseranges.cpp 20 // Definitions in the anonymous namespace are invisible outside this file.
  /external/javassist/src/main/javassist/bytecode/
ParameterAnnotationsAttribute.java 37 * runtime invisible annotations attribute.

Completed in 1337 milliseconds

1 2 3 4 5 6 7 8 91011>>