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

/frameworks/native/include/ui/
H A DFrameStats.h56 bool isFixedSize() const;
H A DRegion.h138 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.cpp919 // TODO: we could be more subtle with isFixedSize()
920 const bool useFiltering = getFiltering() || needsFiltering(hw) || isFixedSize();
1234 bool Layer::isFixedSize() const { function in class:android::Layer
1421 if (!isFixedSize()) {
1798 bool isFixedSize = actualScalingMode != NATIVE_WINDOW_SCALING_MODE_FREEZE; local
1801 if (isFixedSize ||
1839 if (!isFixedSize && !stickyTransformSet) {
H A DLayer.h218 * isFixedSize - true if content has a fixed size
220 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.h102 inline bool isFixedSize() const { return false; } function in class:android::Sensor
/frameworks/native/include/binder/
H A DParcel.h519 if (!val.isFixedSize()) {
543 if (val.isFixedSize()) {
/frameworks/base/core/java/android/view/
H A DSurfaceView.java796 public boolean isFixedSize() { method in class:SurfaceView

Completed in 2089 milliseconds