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

1 2 3

  /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;
72 * {@link #VISIBILITY_VISIBLE}, {@link #VISIBILITY_COVERED},
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 112 if (mVisibility == BluetoothShare.VISIBILITY_VISIBLE) {
BluetoothShare.java 264 public static final int VISIBILITY_VISIBLE = 0;
BluetoothOppReceiver.java 178 && visibility == BluetoothShare.VISIBILITY_VISIBLE) {
BluetoothOppTransferHistory.java 117 + BluetoothShare.VISIBILITY_VISIBLE + "')";
BluetoothOppProvider.java 239 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE);
BluetoothOppNotification.java 67 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
BluetoothOppService.java     [all...]
  /frameworks/base/core/java/android/provider/
Downloads.java 766 public static final int VISIBILITY_VISIBLE = DownloadManager.Request.VISIBILITY_VISIBLE;
  /packages/apps/Messaging/src/com/android/messaging/mmslib/
Downloads.java 757 public static final int VISIBILITY_VISIBLE = DownloadManager.Request.VISIBILITY_VISIBLE;
  /external/deqp/framework/egl/
egluNativeWindow.hpp 47 VISIBILITY_VISIBLE,
egluGLContextFactory.cpp 212 case RenderConfig::VISIBILITY_VISIBLE: return WindowParams::VISIBILITY_VISIBLE;
egluUtil.cpp 364 case tcu::WINDOWVISIBILITY_WINDOWED: return WindowParams::VISIBILITY_VISIBLE;
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp 130 if (config.windowVisibility != glu::RenderConfig::VISIBILITY_VISIBLE &&
tcuWin32EGLNativeDisplayFactory.cpp 255 case eglu::WindowParams::VISIBILITY_VISIBLE:
259 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;
459 (visibility == VISIBILITY_VISIBLE
465 (visibility == VISIBILITY_VISIBLE
DownloadInfo.java 19 import static android.provider.Downloads.Impl.VISIBILITY_VISIBLE;
257 case VISIBILITY_VISIBLE:
DownloadReceiver.java 211 Downloads.Impl.VISIBILITY_VISIBLE);
  /frameworks/base/core/java/android/app/
DownloadManager.java 412 public static final int VISIBILITY_VISIBLE = 0;
434 * {@link #VISIBILITY_VISIBLE_NOTIFY_COMPLETED}, {@link #VISIBILITY_VISIBLE},
437 private int mNotificationVisibility = VISIBILITY_VISIBLE;
632 return (show) ? setNotificationVisibility(VISIBILITY_VISIBLE) :
644 * {@link #VISIBILITY_VISIBLE},
    [all...]
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java 701 am.setAccountVisibility(ACCOUNT, PACKAGE_NAME_1, AccountManager.VISIBILITY_VISIBLE);
703 AccountManager.VISIBILITY_VISIBLE);
710 AccountManager.VISIBILITY_VISIBLE);
724 AccountManager.VISIBILITY_VISIBLE);
734 // VISIBILITY_VISIBLE is used for Authenticator despite database entry.
736 AccountManager.VISIBILITY_VISIBLE);
749 am.setAccountVisibility(ACCOUNT, PACKAGE_NAME_1, AccountManager.VISIBILITY_VISIBLE);
754 assertEquals((int) visibilities.get(PACKAGE_NAME_1), AccountManager.VISIBILITY_VISIBLE);
    [all...]
AccountManagerUnaffiliatedAuthenticatorTests.java 210 "some", AccountManager.VISIBILITY_VISIBLE);
  /external/deqp/modules/egl/
teglSwapBuffersTests.cpp 292 de::UniquePtr<eglu::NativeWindow> window (factory.createWindow(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, eglu::WindowParams(128, 128, eglu::WindowParams::VISIBILITY_VISIBLE)));

Completed in 748 milliseconds

1 2 3