Searched refs:isFixedSize (Results 1 – 9 of 9) sorted by relevance
56 bool isFixedSize() const;
138 inline bool isFixedSize() const { return false; } in isFixedSize() function
41 virtual bool isFixedSize() const { return true; } in isFixedSize() function
920 const bool useFiltering = getFiltering() || needsFiltering(hw) || isFixedSize();1234 bool Layer::isFixedSize() const { function in android::Layer1421 if (!isFixedSize()) {1798 bool isFixedSize = actualScalingMode != NATIVE_WINDOW_SCALING_MODE_FREEZE; local1801 if (isFixedSize ||1839 if (!isFixedSize && !stickyTransformSet) {
220 virtual bool isFixedSize() const;
21 bool FrameStats::isFixedSize() const { in isFixedSize() function in android::FrameStats
102 inline bool isFixedSize() const { return false; } in isFixedSize() function
519 if (!val.isFixedSize()) { in write()543 if (val.isFixedSize()) { in read()
796 public boolean isFixedSize() { in isFixedSize() method in SurfaceView