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

  /external/chromium_org/ash/frame/
header_painter_util.cc 94 ui::LayerAnimationElement::VISIBILITY);
  /external/chromium_org/ui/wm/core/
visibility_controller.cc 16 // Property set on all windows whose child windows' visibility changes are
50 // This does not check opacity as when fading out a visibility change should
56 ui::LayerAnimationElement::VISIBILITY) &&
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 161 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 179 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY
247 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues);
250 if (values.getAsInteger(BluetoothShare.VISIBILITY) == null) {
251 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE);
BluetoothOppReceiver.java 200 int visibilityColumn = cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY);
201 int visibility = cursor.getInt(visibilityColumn); local
206 && visibility == BluetoothShare.VISIBILITY_VISIBLE) {
208 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
218 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
BluetoothOppIncomingFileConfirmActivity.java 166 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
BluetoothOppNotification.java 61 static final String visible = "(" + BluetoothShare.VISIBILITY + " IS NULL OR "
62 + 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 237 * update visibility to Hidden
241 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);
  /external/chromium_org/ash/wm/
workspace_controller.cc 127 ui::LayerAnimationElement::VISIBILITY);
  /external/chromium_org/ui/compositor/
layer_animation_element.h 35 VISIBILITY = (1 << 3),
56 bool visibility; member in struct:ui::LayerAnimationElement::TargetValue
114 bool visibility,
layer.cc 413 LayerAnimationElement::VISIBILITY))
layer_animation_element.cc 190 : LayerAnimationElement(VISIBILITY, duration),
207 target->visibility = target_;
605 visibility(false),
617 visibility(delegate ? delegate->GetVisibilityForAnimation() : false),
821 bool visibility,
823 return new VisibilityTransition(visibility, duration);
layer_animator.cc 104 ANIMATED_PROPERTY(bool, VISIBILITY, Visibility, bool, visibility);
  /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
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 372 <?cs # (UN)COMMENT THE INSIDE OF THIS METHOD TO TOGGLE VISIBILITY ?>
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 189 ui::LayerAnimationElement::VISIBILITY);
410 // directly. Instead of this should listen for visibility changes and then
    [all...]
  /external/chromium_org/chrome/renderer/resources/
offline.js 200 VISIBILITY: 'visibilitychange',
291 document.querySelector('.' + Runner.classes.ICON).style.visibility =
438 window.addEventListener(Runner.events.VISIBILITY,
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 1005 milliseconds