HomeSort by relevance Sort by last modified time
    Searched refs:VISIBILITY (Results 1 - 25 of 25) 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;
TimelineApplet.java 150 "\n .push(Tween.set(imgLogoSprite, VISIBILITY).target(1))" +
253 .push(Tween.set(imgLogoSprite, SpriteAccessor.VISIBILITY).target(1))
  /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());
  /external/v8/tools/turbolizer/
view.js 22 this.divElement.attr(VISIBILITY, 'visible');
37 this.divElement.attr(VISIBILITY, 'hidden');
constants.js 9 var VISIBILITY = 'visibility';
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 155 public static final String VISIBILITY = "visibility";
BluetoothOppReceiver.java 168 int visibilityColumn = cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY);
169 int visibility = cursor.getInt(visibilityColumn); local
174 && visibility == BluetoothShare.VISIBILITY_VISIBLE) {
176 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
186 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
BluetoothOppTransferHistory.java 114 + BluetoothShare.VISIBILITY + " IS NULL OR "
115 + BluetoothShare.VISIBILITY + " == '"
124 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, BluetoothShare.DIRECTION
BluetoothOppProvider.java 161 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY
236 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues);
238 if (values.getAsInteger(BluetoothShare.VISIBILITY) == null) {
239 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE);
BluetoothOppIncomingFileConfirmActivity.java 166 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
BluetoothOppNotification.java 66 static final String visible = "(" + BluetoothShare.VISIBILITY + " IS NULL OR "
67 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
BluetoothOppService.java 624 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)),
    [all...]
BluetoothOppUtility.java 262 * update visibility to Hidden
266 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
TestActivity.java 204 * BluetoothShare.VISIBILITY, BluetoothShare.USER_CONFIRMATION,
293 // updateValues.put(BluetoothShare.VISIBILITY,
309 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoDatabase.java 63 { Albums.VISIBILITY, "INTEGER NOT NULL" },
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/libvpx/libvpx/third_party/x86inc/
x86inc.asm 793 ; libvpx explicitly sets visibility in shared object builds. Avoid
794 ; setting visibility to hidden as it may break builds that split
797 %xdefine %%VISIBILITY hidden
799 %xdefine %%VISIBILITY
803 %xdefine %%VISIBILITY
813 global %2:function %%VISIBILITY
    [all...]
  /external/doclava/res/assets/templates-sdk/components/
masthead.cs 311 # (UN)COMMENT TO TOGGLE 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/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.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 1517 milliseconds