HomeSort by relevance Sort by last modified time
    Searched refs:VISIBILITY_HIDDEN (Results 1 - 25 of 62) sorted by null

1 2 3

  /packages/apps/Camera2/src/com/android/camera/module/
ModuleController.java 35 public static final int VISIBILITY_HIDDEN = 2;
73 * {@link #VISIBILITY_HIDDEN}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
flag-types.h 102 VISIBILITY_HIDDEN,
  /external/deqp/framework/opengl/
gluRenderConfig.hpp 63 VISIBILITY_HIDDEN = 0,
gluRenderConfig.cpp 175 case tcu::WINDOWVISIBILITY_HIDDEN: return RenderConfig::VISIBILITY_HIDDEN;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 271 public static final int VISIBILITY_HIDDEN = 1;
BluetoothOppReceiver.java 195 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
209 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
  /external/compiler-rt/make/
options.mk 24 VISIBILITY_HIDDEN := 0
lib_info.mk 58 VISIBILITY_HIDDEN KERNEL_USE \
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp 135 config.windowVisibility != glu::RenderConfig::VISIBILITY_HIDDEN)
138 m_window.setVisible(config.windowVisibility != glu::RenderConfig::VISIBILITY_HIDDEN);
tcuWin32EGLNativeDisplayFactory.cpp 239 , m_curVisibility (eglu::WindowParams::VISIBILITY_HIDDEN)
250 case eglu::WindowParams::VISIBILITY_HIDDEN:
295 TCU_CHECK_INTERNAL(m_curVisibility != eglu::WindowParams::VISIBILITY_HIDDEN);
  /frameworks/base/core/java/android/provider/
Downloads.java 778 public static final int VISIBILITY_HIDDEN = DownloadManager.Request.VISIBILITY_HIDDEN;
  /packages/apps/Messaging/src/com/android/messaging/mmslib/
Downloads.java 769 public static final int VISIBILITY_HIDDEN = DownloadManager.Request.VISIBILITY_HIDDEN;
  /external/deqp/framework/egl/
egluNativeWindow.hpp 46 VISIBILITY_HIDDEN = 0,
egluGLContextFactory.cpp 219 case RenderConfig::VISIBILITY_HIDDEN: return WindowParams::VISIBILITY_HIDDEN;
egluUtil.cpp 366 case tcu::WINDOWVISIBILITY_HIDDEN: return WindowParams::VISIBILITY_HIDDEN;
  /external/compiler-rt/
Makefile 240 $(call Set,Tmp.VISIBILITY_HIDDEN,$(strip \
241 $(call GetCNAVar,VISIBILITY_HIDDEN,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
244 $(if $(call streq,$(Tmp.VISIBILITY_HIDDEN),1),\
  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
assembly.h 114 #ifdef VISIBILITY_HIDDEN
  /external/compiler-rt/lib/builtins/
assembly.h 114 #ifdef VISIBILITY_HIDDEN
  /external/compiler-rt/make/platform/
darwin_bni.mk 37 VISIBILITY_HIDDEN := 0
38 VISIBILITY_HIDDEN.Static := 1
clang_linux.mk 90 VISIBILITY_HIDDEN := 0
  /packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
PublicApiAccessTest.java 111 values.put(Downloads.Impl.COLUMN_VISIBILITY, Downloads.Impl.VISIBILITY_HIDDEN);
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 155 m_window.setVisibility((params.visibility != WindowParams::VISIBILITY_HIDDEN));
tcuLnxX11GlxPlatform.cpp 430 m_x11Window.setVisibility(cfg.windowVisibility != RenderConfig::VISIBILITY_HIDDEN);
  /platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/
DownloadAppTestHelper.java 232 ? Request.VISIBILITY_VISIBLE_NOTIFY_ONLY_COMPLETION : Request.VISIBILITY_HIDDEN);
  /frameworks/base/core/java/android/app/
DownloadManager.java 423 public static final int VISIBILITY_HIDDEN = 2;
433 /** can take any of the following values: {@link #VISIBILITY_HIDDEN}
633 setNotificationVisibility(VISIBILITY_HIDDEN);
643 * It can take the following values: {@link #VISIBILITY_HIDDEN},
647 * If set to {@link #VISIBILITY_HIDDEN}, this requires the permission
    [all...]

Completed in 632 milliseconds

1 2 3