Home
last modified time | relevance | path

Searched defs:isFixedSize (Results 1 – 23 of 23) sorted by relevance

/aosp12/frameworks/native/libs/ui/include/ui/
H A DRegion.h145 inline bool isFixedSize() const { return false; } in isFixedSize() function
H A DStaticDisplayInfo.h35 bool isFixedSize() const { return false; } in isFixedSize() function
H A DHdrCapabilities.h53 bool isFixedSize() const { return false; } in isFixedSize() function
H A DDynamicDisplayInfo.h54 bool isFixedSize() const { return false; } in isFixedSize() function
H A DDisplayMode.h44 bool isFixedSize() const { return false; } in isFixedSize() function
H A DDeviceProductInfo.h67 bool isFixedSize() const { return false; } in isFixedSize() function
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DRegion.h145 inline bool isFixedSize() const { return false; } in isFixedSize() function
H A DStaticDisplayInfo.h35 bool isFixedSize() const { return false; } in isFixedSize() function
H A DHdrCapabilities.h53 bool isFixedSize() const { return false; } in isFixedSize() function
H A DDisplayMode.h44 bool isFixedSize() const { return false; } in isFixedSize() function
H A DDeviceProductInfo.h67 bool isFixedSize() const { return false; } in isFixedSize() function
/aosp12/frameworks/native/include/ui/
H A DRegion.h145 inline bool isFixedSize() const { return false; } in isFixedSize() function
H A DStaticDisplayInfo.h35 bool isFixedSize() const { return false; } in isFixedSize() function
/aosp12/frameworks/native/libs/gui/include/gui/
H A DHdrMetadata.h41 bool isFixedSize() const { return false; } in isFixedSize() function
H A DIGraphicBufferProducer.h705 inline bool isFixedSize() const { return true; } in isFixedSize() function
754 inline bool isFixedSize() const { return true; } in isFixedSize() function
805 inline bool isFixedSize() const { return true; } in isFixedSize() function
/aosp12/system/core/libutils/include/utils/
H A DFlattenable.h171 inline bool LightFlattenable<T>::isFixedSize() const { in isFixedSize() function
199 inline bool isFixedSize() const { in isFixedSize() function
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayerRejecter.cpp62 bool isFixedSize = actualScalingMode != NATIVE_WINDOW_SCALING_MODE_FREEZE; in reject() local
H A DBufferLayer.cpp119 bool BufferLayer::isFixedSize() const { in isFixedSize() function in android::BufferLayer
H A DLayer.h493 virtual bool isFixedSize() const { return true; } in isFixedSize() function
/aosp12/frameworks/native/libs/ui/
H A DFrameStats.cpp21 bool FrameStats::isFixedSize() const { in isFixedSize() function in android::FrameStats
/aosp12/frameworks/native/libs/ui/tests/
H A DFlattenableHelpers_test.cpp36 bool isFixedSize() const { return true; } in isFixedSize() function
146 bool isFixedSize() const { return true; } in TEST_F() function
/aosp12/frameworks/native/libs/sensor/include/sensor/
H A DSensor.h111 inline bool isFixedSize() const { return false; } in isFixedSize() function
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceView.java1575 public boolean isFixedSize() { in isFixedSize() method in SurfaceView