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

1 2

  /external/deqp/framework/opengl/
gluRenderConfig.hpp 55 VISIBILITY_VISIBLE,
88 , windowVisibility (VISIBILITY_VISIBLE)
gluRenderConfig.cpp 176 case tcu::WINDOWVISIBILITY_WINDOWED: return RenderConfig::VISIBILITY_VISIBLE;
  /packages/apps/Camera2/src/com/android/camera/module/
ModuleController.java 31 public static final int VISIBILITY_VISIBLE = 0;
79 * {@link #VISIBILITY_VISIBLE}, {@link #VISIBILITY_COVERED},
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 112 if (mVisibility == BluetoothShare.VISIBILITY_VISIBLE) {
BluetoothShare.java 270 public static final int VISIBILITY_VISIBLE = 0;
BluetoothOppTransferHistory.java 116 + BluetoothShare.VISIBILITY_VISIBLE + "')";
BluetoothOppProvider.java 251 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE);
BluetoothOppReceiver.java 206 && visibility == BluetoothShare.VISIBILITY_VISIBLE) {
BluetoothOppService.java 711 if (info.mVisibility == BluetoothShare.VISIBILITY_VISIBLE
712 && newVisibility != BluetoothShare.VISIBILITY_VISIBLE
    [all...]
BluetoothOppNotification.java 62 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
  /frameworks/base/core/java/android/provider/
Downloads.java 758 public static final int VISIBILITY_VISIBLE = DownloadManager.Request.VISIBILITY_VISIBLE;
  /external/deqp/framework/egl/
egluNativeWindow.hpp 47 VISIBILITY_VISIBLE,
egluUtil.cpp 302 case tcu::WINDOWVISIBILITY_WINDOWED: return WindowParams::VISIBILITY_VISIBLE;
egluGLContextFactory.cpp 310 case RenderConfig::VISIBILITY_VISIBLE: return WindowParams::VISIBILITY_VISIBLE;
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp 128 if (config.windowVisibility != glu::RenderConfig::VISIBILITY_VISIBLE &&
tcuWin32EGLNativeDisplayFactory.cpp 238 case eglu::WindowParams::VISIBILITY_VISIBLE:
242 m_curVisibility = eglu::WindowParams::VISIBILITY_VISIBLE;
  /packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
PublicApiAccessTest.java 86 values.put(Downloads.Impl.COLUMN_VISIBILITY, Downloads.Impl.VISIBILITY_VISIBLE);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 19 import static android.app.DownloadManager.Request.VISIBILITY_VISIBLE;
364 (download.mVisibility == VISIBILITY_VISIBLE
DownloadReceiver.java 173 Downloads.Impl.VISIBILITY_VISIBLE);
DownloadProvider.java     [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java 393 public static final int VISIBILITY_VISIBLE = 0;
415 * {@link #VISIBILITY_VISIBLE_NOTIFY_COMPLETED}, {@link #VISIBILITY_VISIBLE},
418 private int mNotificationVisibility = VISIBILITY_VISIBLE;
631 return (show) ? setNotificationVisibility(VISIBILITY_VISIBLE) :
643 * {@link #VISIBILITY_VISIBLE},
    [all...]
  /external/deqp/modules/egl/
teglSwapBuffersTests.cpp 288 de::UniquePtr<eglu::NativeWindow> window (m_eglTestCtx.createNativeWindow(m_eglTestCtx.getDisplay().getEGLDisplay(), config, DE_NULL, 128, 128, eglu::WindowParams::VISIBILITY_VISIBLE));
teglNativeColorMappingTests.cpp 509 de::UniquePtr<eglu::NativeWindow> nativeWindow(m_eglTestCtx.createNativeWindow(display.getEGLDisplay(), config, DE_NULL, width, height, eglu::WindowParams::VISIBILITY_VISIBLE));
teglNativeCoordMappingTests.cpp 542 de::UniquePtr<eglu::NativeWindow> nativeWindow(m_eglTestCtx.createNativeWindow(display.getEGLDisplay(), config, DE_NULL, width, height, eglu::WindowParams::VISIBILITY_VISIBLE));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ActionBatch.java 168 ? Request.VISIBILITY_VISIBLE : Request.VISIBILITY_HIDDEN);

Completed in 629 milliseconds

1 2