Searched refs:isFixedSize (Results 1 – 9 of 9) sorted by relevance
55 bool isFixedSize() const;
141 inline bool isFixedSize() const { return false; } in isFixedSize() function
41 virtual bool isFixedSize() const { return true; } in isFixedSize() function
583 const bool useFiltering = getFiltering() || needsFiltering(hw) || isFixedSize(); in onDraw()777 bool Layer::isFixedSize() const { in isFixedSize() function in android::Layer862 if (!isFixedSize()) { in doTransaction()1095 bool isFixedSize = item.mScalingMode != NATIVE_WINDOW_SCALING_MODE_FREEZE; in latchBuffer() local1098 if (isFixedSize || in latchBuffer()1140 if (!isFixedSize && !stickyTransformSet) { in latchBuffer()
185 virtual bool isFixedSize() const;
80 inline bool isFixedSize() const { return false; } in isFixedSize() function
21 bool FrameStats::isFixedSize() const { in isFixedSize() function in android::FrameStats
343 if (!val.isFixedSize()) { in write()367 if (val.isFixedSize()) { in read()
643 public boolean isFixedSize() { in isFixedSize() method in SurfaceView