HomeSort by relevance Sort by last modified time
    Searched defs:VISIBILITY (Results 1 - 10 of 10) sorted by null

  /external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
SpriteAccessor.java 11 public static final int VISIBILITY = 3;
26 case VISIBILITY:
39 case VISIBILITY: target.setVisible(newValues[0] > 0); break;
  /external/v8/tools/turbolizer/
constants.js 9 var VISIBILITY = 'visibility';
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 155 public static final String VISIBILITY = "visibility";
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 139 final int VISIBILITY = 2;
414 final int visibility = cursor.getInt(UpdateQuery.VISIBILITY); local
417 if (isQueuedAndVisible(status, visibility)) {
419 } else if (isActiveAndVisible(status, visibility)) {
421 } else if (isCompleteAndVisible(status, visibility)) {
437 private static boolean isQueuedAndVisible(int status, int visibility) {
439 (visibility == VISIBILITY_VISIBLE
440 || visibility == VISIBILITY_VISIBLE_NOTIFY_COMPLETED);
443 private static boolean isActiveAndVisible(int status, int visibility) {
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoProvider.java 145 * Column name for the visibility level of the album. Can be any of the
148 public static final String VISIBILITY = "visibility";
160 // Privacy values for Albums.VISIBILITY
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 130 milliseconds