Searched refs:isFixedSize (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/include/ui/
H A DFrameStats.h55 bool isFixedSize() const;
H A DRegion.h141 inline bool isFixedSize() const { return false; } function in class:android::Region
/frameworks/native/services/surfaceflinger/
H A DLayerDim.h41 virtual bool isFixedSize() const { return true; } function in class:android::LayerDim
H A DLayer.cpp629 // TODO: we could be more subtle with isFixedSize()
630 const bool useFiltering = getFiltering() || needsFiltering(hw) || isFixedSize();
824 bool Layer::isFixedSize() const { function in class:android::Layer
909 if (!isFixedSize()) {
1150 bool isFixedSize = item.mScalingMode != NATIVE_WINDOW_SCALING_MODE_FREEZE; local
1153 if (isFixedSize ||
1195 if (!isFixedSize && !stickyTransformSet) {
H A DLayer.h184 * isFixedSize - true if content has a fixed size
186 virtual bool isFixedSize() const;
/frameworks/native/libs/ui/
H A DFrameStats.cpp21 bool FrameStats::isFixedSize() const { function in class:android::FrameStats
/frameworks/native/include/gui/
H A DSensor.h80 inline bool isFixedSize() const { return false; } function in class:android::Sensor
/frameworks/native/include/binder/
H A DParcel.h347 if (!val.isFixedSize()) {
371 if (val.isFixedSize()) {
/frameworks/base/core/java/android/view/
H A DSurfaceView.java644 public boolean isFixedSize() { method in class:SurfaceView

Completed in 134 milliseconds