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

/frameworks/native/include/ui/
H A DFrameStats.h56 bool isFixedSize() const;
H A DHdrCapabilities.h58 bool isFixedSize() const { return false; } function in class:android::HdrCapabilities
H A DRegion.h138 inline bool isFixedSize() const { return false; } function in class:android::Region
/frameworks/native/libs/ui/include/ui/
H A DFrameStats.h56 bool isFixedSize() const;
H A DHdrCapabilities.h58 bool isFixedSize() const { return false; } function in class:android::HdrCapabilities
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 DLayerRejecter.cpp58 bool isFixedSize = actualScalingMode != NATIVE_WINDOW_SCALING_MODE_FREEZE; local
60 if (isFixedSize || (bufWidth == mFront.requested.w && bufHeight == mFront.requested.h)) {
103 if (!isFixedSize && !mStickyTransformSet) {
H A DLayer.cpp1141 // TODO: we could be more subtle with isFixedSize()
1142 const bool useFiltering = getFiltering() || needsFiltering(hw) || isFixedSize();
1501 bool Layer::isFixedSize() const { function in class:android::Layer
1691 if (!isFixedSize()) {
2756 // it isFixedSize) then there may be additional scaling not accounted
2760 if (p->isFixedSize() && p->mActiveBuffer != nullptr) {
H A DLayer.h305 * isFixedSize - true if content has a fixed size
307 virtual bool isFixedSize() const;
/frameworks/native/libs/ui/
H A DFrameStats.cpp21 bool FrameStats::isFixedSize() const { function in class:android::FrameStats
/frameworks/native/libs/sensor/include/sensor/
H A DSensor.h108 inline bool isFixedSize() const { return false; } function in class:android::Sensor
/frameworks/native/include/binder/
H A DParcel.h577 if (!val.isFixedSize()) {
604 if (val.isFixedSize()) {
/frameworks/native/libs/binder/include/binder/
H A DParcel.h577 if (!val.isFixedSize()) {
604 if (val.isFixedSize()) {
/frameworks/base/core/java/android/view/
H A DSurfaceView.java915 public boolean isFixedSize() { method in class:SurfaceView

Completed in 265 milliseconds