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

1 2

  /packages/apps/Camera2/src/com/android/camera/module/
ModuleController.java 35 public static final int VISIBILITY_HIDDEN = 2;
80 * {@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 54 VISIBILITY_HIDDEN = 0,
gluRenderConfig.cpp 175 case tcu::WINDOWVISIBILITY_HIDDEN: return RenderConfig::VISIBILITY_HIDDEN;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 275 public static final int VISIBILITY_HIDDEN = 1;
BluetoothOppReceiver.java 208 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
218 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
BluetoothOppIncomingFileConfirmActivity.java 168 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
BluetoothOppUtility.java 241 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 129 config.windowVisibility != glu::RenderConfig::VISIBILITY_HIDDEN)
132 m_window.setVisible(config.windowVisibility != glu::RenderConfig::VISIBILITY_HIDDEN);
tcuWin32EGLNativeDisplayFactory.cpp 222 , m_curVisibility (eglu::WindowParams::VISIBILITY_HIDDEN)
233 case eglu::WindowParams::VISIBILITY_HIDDEN:
278 TCU_CHECK_INTERNAL(m_curVisibility != eglu::WindowParams::VISIBILITY_HIDDEN);
tcuWin32GLES3Platform.cpp 108 m_window.setVisible(config.windowVisibility != glu::RenderConfig::VISIBILITY_HIDDEN);
  /frameworks/base/core/java/android/provider/
Downloads.java 770 public static final int VISIBILITY_HIDDEN = DownloadManager.Request.VISIBILITY_HIDDEN;
  /external/deqp/framework/egl/
egluNativeWindow.hpp 46 VISIBILITY_HIDDEN = 0,
egluUtil.cpp 304 case tcu::WINDOWVISIBILITY_HIDDEN: return WindowParams::VISIBILITY_HIDDEN;
egluGLContextFactory.cpp 309 case RenderConfig::VISIBILITY_HIDDEN: return WindowParams::VISIBILITY_HIDDEN;
  /external/compiler-rt/lib/builtins/
assembly.h 100 #ifdef VISIBILITY_HIDDEN
  /external/compiler-rt/make/platform/
darwin_bni.mk 37 VISIBILITY_HIDDEN := 0
38 VISIBILITY_HIDDEN.Static := 1
darwin_fat.mk 56 VISIBILITY_HIDDEN := 1
clang_linux.mk 164 VISIBILITY_HIDDEN := 0
  /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),\
  /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/X11/
tcuX11EglPlatform.cpp 106 m_window.setVisibility((params.visibility != WindowParams::VISIBILITY_HIDDEN));
  /frameworks/base/core/java/android/app/
DownloadManager.java 404 public static final int VISIBILITY_HIDDEN = 2;
414 /** can take any of the following values: {@link #VISIBILITY_HIDDEN}
632 setNotificationVisibility(VISIBILITY_HIDDEN);
642 * It can take the following values: {@link #VISIBILITY_HIDDEN},
646 * If set to {@link #VISIBILITY_HIDDEN}, this requires the permission
    [all...]

Completed in 1677 milliseconds

1 2