Searched refs:isFixedSize (Results 1 – 5 of 5) sorted by relevance
147 if (sView.isFixedSize() && mZoomInProgress) { in requestLayout()188 } else if (!sView.isFixedSize() && mZoomInProgress) { in requestLayout()193 } else if (sView.isFixedSize() && !mZoomInProgress) { in requestLayout()
71 if (sView.isFixedSize()) { in setContentView()
278 if (getFiltering() || needsFiltering() || isFixedSize() || isCropped()) { in onDraw()362 if (!isFixedSize()) { in doTransaction()399 bool Layer::isFixedSize() const { in isFixedSize() function in android::Layer484 if (isFixedSize() || in lockPageFlip()
62 bool isFixedSize() const;
624 public boolean isFixedSize() { in isFixedSize() method in SurfaceView