HomeSort by relevance Sort by last modified time
    Searched defs:VISIBILITY (Results 1 - 14 of 14) 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/DocumentsUI/tests/unit/com/android/documentsui/sorting/
SortDimensionTest.java 47 private static final int VISIBILITY = View.VISIBLE;
59 .withVisibility(VISIBILITY)
70 assertEquals(VISIBILITY, mDimension.getVisibility());
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 155 public static final String VISIBILITY = "visibility";
  /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
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 154 final int VISIBILITY = 2;
434 final int visibility = cursor.getInt(UpdateQuery.VISIBILITY); local
437 if (isQueuedAndVisible(status, visibility)) {
439 } else if (isActiveAndVisible(status, visibility)) {
441 } else if (isCompleteAndVisible(status, visibility)) {
457 private static boolean isQueuedAndVisible(int status, int visibility) {
459 (visibility == VISIBILITY_VISIBLE
460 || visibility == VISIBILITY_VISIBLE_NOTIFY_COMPLETED);
463 private static boolean isActiveAndVisible(int status, int visibility) {
    [all...]
  /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/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3/
kotlin-reflect-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3-2/
kotlin-reflect-1.1.3-2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 728 milliseconds