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

  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardActionButton.java 55 ViewCompat.setElevation(this, 8.f);
66 ViewCompat.setElevation(this, 0.f);
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardActionButton.java 55 ViewCompat.setElevation(this, 8.f);
66 ViewCompat.setElevation(this, 0.f);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DistantLightSource.cpp 60 bool DistantLightSource::setElevation(float elevation)
DistantLightSource.h 46 virtual bool setElevation(float) OVERRIDE;
LightSource.h 79 virtual bool setElevation(float) { return false; }
  /developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
ElevationDragFragment.java 88 floatingShape.setElevation(mElevation);
102 floatingShape.setElevation(mElevation);
  /developers/samples/android/ui/views/Elevation/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
ElevationDragFragment.java 88 floatingShape.setElevation(mElevation);
102 floatingShape.setElevation(mElevation);
  /development/samples/browseable/ElevationDrag/src/com.example.android.elevationdrag/
ElevationDragFragment.java 88 floatingShape.setElevation(mElevation);
102 floatingShape.setElevation(mElevation);
  /developers/build/prebuilts/gradle/CardView/Application/src/main/java/com/example/android/cardview/
CardViewFragment.java 106 mCardView.setElevation(progress);
  /developers/samples/android/ui/views/CardView/Application/src/main/java/com/example/android/cardview/
CardViewFragment.java 106 mCardView.setElevation(progress);
  /development/samples/browseable/CardView/src/com.example.android.cardview/
CardViewFragment.java 106 mCardView.setElevation(progress);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEDiffuseLightingElement.cpp 107 return lightSource->setElevation(lightElement->elevation()->currentValue()->value());
SVGFESpecularLightingElement.cpp 114 return lightSource->setElevation(lightElement->elevation()->currentValue()->value());

Completed in 679 milliseconds