Home
last modified time | relevance | path

Searched refs:isFixedSize (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/frameworks/native/services/surfaceflinger/
H A DLayerRejecter.cpp62 bool isFixedSize = actualScalingMode != NATIVE_WINDOW_SCALING_MODE_FREEZE; in reject() local
64 if (isFixedSize || in reject()
102 if (!isFixedSize && !mStickyTransformSet) { in reject()
H A DBufferLayer.h74 bool isFixedSize() const override;
H A DBufferLayer.cpp119 bool BufferLayer::isFixedSize() const { in isFixedSize() function in android::BufferLayer
850 return isFixedSize(); in bufferNeedsFiltering()
/aosp12/system/core/libutils/include/utils/
H A DFlattenable.h158 inline bool isFixedSize() const;
171 inline bool LightFlattenable<T>::isFixedSize() const { in isFixedSize() function
172 return static_cast<T const*>(this)->T::isFixedSize(); in isFixedSize()
199 inline bool isFixedSize() const { in isFixedSize() function
/aosp12/frameworks/native/libs/ui/include/ui/
H A DStaticDisplayInfo.h35 bool isFixedSize() const { return false; } in isFixedSize() function
H A DFrameStats.h56 bool isFixedSize() const;
H A DDisplayMode.h44 bool isFixedSize() const { return false; } in isFixedSize() function
H A DDynamicDisplayInfo.h54 bool isFixedSize() const { return false; } in isFixedSize() function
H A DDeviceProductInfo.h67 bool isFixedSize() const { return false; } in isFixedSize() function
H A DHdrCapabilities.h53 bool isFixedSize() const { return false; } in isFixedSize() function
H A DRegion.h145 inline bool isFixedSize() const { return false; } in isFixedSize() function
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DStaticDisplayInfo.h35 bool isFixedSize() const { return false; } in isFixedSize() function
H A DFrameStats.h56 bool isFixedSize() const;
H A DDisplayMode.h44 bool isFixedSize() const { return false; } in isFixedSize() function
H A DDeviceProductInfo.h67 bool isFixedSize() const { return false; } in isFixedSize() function
H A DHdrCapabilities.h53 bool isFixedSize() const { return false; } in isFixedSize() function
H A DRegion.h145 inline bool isFixedSize() const { return false; } in isFixedSize() function
/aosp12/frameworks/native/include/ui/
H A DStaticDisplayInfo.h35 bool isFixedSize() const { return false; } in isFixedSize() function
H A DRegion.h145 inline 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/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/packages/apps/Messaging/src/com/android/messaging/ui/
H A DLineWrapLayout.java50 final boolean isFixedSize = (widthMode == MeasureSpec.EXACTLY); in onMeasure()
92 int width = isFixedSize ? widthSize : maxLineWidth; in onMeasure()
/aosp12/frameworks/native/libs/ui/
H A DFrameStats.cpp21 bool FrameStats::isFixedSize() const { in isFixedSize() function in android::FrameStats
/aosp12/frameworks/native/libs/sensor/include/sensor/
H A DSensor.h111 inline bool isFixedSize() const { return false; } in isFixedSize() function

12