Searched refs:isFixedSize (Results 1 - 12 of 12) 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/services/surfaceflinger/
H A DLayerDim.h41 virtual bool isFixedSize() const { return true; } function in class:android::LayerDim
H A DLayerRejecter.cpp57 bool isFixedSize = actualScalingMode != NATIVE_WINDOW_SCALING_MODE_FREEZE; local
59 if (isFixedSize || (bufWidth == mFront.requested.w && bufHeight == mFront.requested.h)) {
102 if (!isFixedSize && !mStickyTransformSet) {
H A DLayer.cpp1085 // TODO: we could be more subtle with isFixedSize()
1086 const bool useFiltering = getFiltering() || needsFiltering(hw) || isFixedSize();
1444 bool Layer::isFixedSize() const { function in class:android::Layer
1632 if (!isFixedSize()) {
2681 // it isFixedSize) then there may be additional scaling not accounted
2685 if (p->isFixedSize()) {
H A DLayer.h298 * isFixedSize - true if content has a fixed size
300 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.h107 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.java916 public boolean isFixedSize() { method in class:SurfaceView

Completed in 1913 milliseconds