Searched defs:isFixedSize (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/utils/
H A DFlattenable.h77 inline bool isFixedSize() const;
90 inline bool LightFlattenable<T>::isFixedSize() const { function in class:android::LightFlattenable
91 return static_cast<T const*>(this)->T::isFixedSize();
113 inline bool isFixedSize() const { function in class:android::LightFlattenablePod
/frameworks/native/include/gui/
H A DSensor.h72 inline bool isFixedSize() const { return false; } function in class:android::Sensor
/frameworks/native/include/ui/
H A DRegion.h132 inline bool isFixedSize() const { return false; } function in class:android::Region
/frameworks/base/core/java/android/view/
H A DSurfaceView.java633 public boolean isFixedSize() { method in class:SurfaceView
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp352 // TODO: we could be more subtle with isFixedSize()
353 const bool useFiltering = getFiltering() || needsFiltering(hw) || isFixedSize();
481 if (!isFixedSize()) {
503 bool Layer::isFixedSize() const { function in class:android::Layer
587 bool isFixedSize = item.mScalingMode != NATIVE_WINDOW_SCALING_MODE_FREEZE; local
590 if (isFixedSize ||
632 if (!isFixedSize) {

Completed in 1536 milliseconds