Searched refs:isFixedSize (Results 1 – 11 of 11) sorted by relevance
57 bool isFixedSize = actualScalingMode != NATIVE_WINDOW_SCALING_MODE_FREEZE; in reject() local59 if (isFixedSize || (bufWidth == mFront.requested.w && bufHeight == mFront.requested.h)) { in reject()102 if (!isFixedSize && !mStickyTransformSet) { in reject()
41 virtual bool isFixedSize() const { return true; } in isFixedSize() function
1086 const bool useFiltering = getFiltering() || needsFiltering(hw) || isFixedSize();1444 bool Layer::isFixedSize() const { function in android::Layer1632 if (!isFixedSize()) {2685 if (p->isFixedSize()) {
300 virtual bool isFixedSize() const;
56 bool isFixedSize() const;
58 bool isFixedSize() const { return false; } in isFixedSize() function
138 inline bool isFixedSize() const { return false; } in isFixedSize() function
21 bool FrameStats::isFixedSize() const { in isFixedSize() function in android::FrameStats
107 inline bool isFixedSize() const { return false; } in isFixedSize() function
577 if (!val.isFixedSize()) { in write()604 if (val.isFixedSize()) { in read()
916 public boolean isFixedSize() { in isFixedSize() method in SurfaceView