HomeSort by relevance Sort by last modified time
    Searched full:visibility_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.cc 11 visibility_(true),
22 visibility_(other.GetVisibilityForAnimation()),
44 visibility_ = visibility;
75 return visibility_;
test_layer_animation_delegate.h 47 bool visibility_; member in class:ui::TestLayerAnimationDelegate
  /external/clang/include/clang/Basic/
Visibility.h 53 uint8_t visibility_ : 2;
56 void setVisibility(Visibility V, bool E) { visibility_ = V; explicit_ = E; }
58 LinkageInfo() : linkage_(ExternalLinkage), visibility_(DefaultVisibility),
61 : linkage_(L), visibility_(V), explicit_(E) {
80 Visibility getVisibility() const { return (Visibility)visibility_; }
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 152 * transfer is displayed by the UI. See the VISIBILITY_* constants for a
  /frameworks/base/core/java/android/provider/
Downloads.java 191 * download is displayed by the UI. See the VISIBILITY_* constants for
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoProvider.java 146 * VISIBILITY_* values.
  /art/runtime/
dex_file.h 331 uint8_t visibility_; member in struct:art::DexFile::AnnotationItem
    [all...]

Completed in 1270 milliseconds