HomeSort by relevance Sort by last modified time
    Searched refs:VISIBILITY (Results 1 - 22 of 22) 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/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 155 public static final String VISIBILITY = "visibility";
BluetoothOppTransferHistory.java 114 + BluetoothShare.VISIBILITY + " IS NULL OR "
115 + BluetoothShare.VISIBILITY + " == '"
124 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, BluetoothShare.DIRECTION
BluetoothOppProvider.java 166 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY
241 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues);
243 if (values.getAsInteger(BluetoothShare.VISIBILITY) == null) {
244 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE);
BluetoothOppReceiver.java 202 int visibilityColumn = cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY);
203 int visibility = cursor.getInt(visibilityColumn); local
208 && visibility == BluetoothShare.VISIBILITY_VISIBLE) {
210 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
220 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
BluetoothOppIncomingFileConfirmActivity.java 166 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
BluetoothOppNotification.java 63 static final String visible = "(" + BluetoothShare.VISIBILITY + " IS NULL OR "
64 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
BluetoothOppService.java 578 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)),
705 int newVisibility = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY));
    [all...]
BluetoothOppUtility.java 258 * update visibility to Hidden
262 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 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...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 765 ; libvpx explicitly sets visibility in shared object builds. Avoid
766 ; setting visibility to hidden as it may break builds that split
769 %xdefine %%VISIBILITY hidden
771 %xdefine %%VISIBILITY
775 %xdefine %%VISIBILITY
784 global %2:function %%VISIBILITY
786 global %2:function %%VISIBILITY
    [all...]
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 311 # (UN)COMMENT TO TOGGLE VISIBILITY
  /build/tools/droiddoc/templates-sdk-dev/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/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 2791 milliseconds