HomeSort by relevance Sort by last modified time
    Searched full:invisible (Results 251 - 275 of 771) sorted by null

<<11121314151617181920>>

  /packages/apps/Camera/src/com/android/camera/
CameraActivity.java 186 mControlsBackground.setVisibility(View.INVISIBLE);
201 mSwitcher.setVisibility(View.INVISIBLE);
  /packages/apps/Settings/src/com/android/settings/
DreamSettings.java 317 settingsDivider.setVisibility(showSettings ? View.VISIBLE : View.INVISIBLE);
320 settingsButton.setVisibility(showSettings ? View.VISIBLE : View.INVISIBLE);
NotificationStation.java 365 // settingsDivider.setVisibility(false ? View.VISIBLE : View.INVISIBLE);
368 // settingsButton.setVisibility(false ? View.VISIBLE : View.INVISIBLE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListPreference.java 207 status.setVisibility(showProgressBar ? View.INVISIBLE : View.VISIBLE);
208 progressBar.setVisibility(showProgressBar ? View.VISIBLE : View.INVISIBLE);
  /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/tests/rtl/
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.
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestMultiRenderTarget.java 190 GPU skips rendering for invisible lights
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
genero.php 183 "INVISIBLE",
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 65 WMcursor *BlankCursor; /* The invisible cursor */
  /frameworks/base/core/java/android/webkit/
AutoCompletePopup.java 39 setVisibility(INVISIBLE);

Completed in 1046 milliseconds

<<11121314151617181920>>