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

  /frameworks/native/services/surfaceflinger/
LayerDim.h 41 virtual bool isFixedSize() const { return true; }
Layer.cpp 668 // TODO: we could be more subtle with isFixedSize()
669 const bool useFiltering = getFiltering() || needsFiltering(hw) || isFixedSize();
867 bool Layer::isFixedSize() const {
    [all...]
  /frameworks/native/libs/ui/
FrameStats.cpp 21 bool FrameStats::isFixedSize() const {
  /system/core/include/utils/
Flattenable.h 138 inline bool isFixedSize() const;
151 inline bool LightFlattenable<T>::isFixedSize() const {
152 return static_cast<T const*>(this)->T::isFixedSize();
176 inline bool isFixedSize() const {
  /frameworks/native/include/gui/
Sensor.h 82 inline bool isFixedSize() const { return false; }
  /frameworks/native/include/ui/
Region.h 144 inline bool isFixedSize() const { return false; }
  /frameworks/base/core/java/android/view/
SurfaceView.java 646 public boolean isFixedSize() {
    [all...]

Completed in 246 milliseconds