/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | LayerRejecter.cpp | 62 bool isFixedSize = actualScalingMode != NATIVE_WINDOW_SCALING_MODE_FREEZE; in reject() local 64 if (isFixedSize || in reject() 102 if (!isFixedSize && !mStickyTransformSet) { in reject()
|
H A D | BufferLayer.h | 74 bool isFixedSize() const override;
|
H A D | BufferLayer.cpp | 119 bool BufferLayer::isFixedSize() const { in isFixedSize() function in android::BufferLayer 850 return isFixedSize(); in bufferNeedsFiltering()
|
/aosp12/system/core/libutils/include/utils/ |
H A D | Flattenable.h | 158 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 D | StaticDisplayInfo.h | 35 bool isFixedSize() const { return false; } in isFixedSize() function
|
H A D | FrameStats.h | 56 bool isFixedSize() const;
|
H A D | DisplayMode.h | 44 bool isFixedSize() const { return false; } in isFixedSize() function
|
H A D | DynamicDisplayInfo.h | 54 bool isFixedSize() const { return false; } in isFixedSize() function
|
H A D | DeviceProductInfo.h | 67 bool isFixedSize() const { return false; } in isFixedSize() function
|
H A D | HdrCapabilities.h | 53 bool isFixedSize() const { return false; } in isFixedSize() function
|
H A D | Region.h | 145 inline bool isFixedSize() const { return false; } in isFixedSize() function
|
/aosp12/frameworks/native/libs/ui/include_vndk/ui/ |
H A D | StaticDisplayInfo.h | 35 bool isFixedSize() const { return false; } in isFixedSize() function
|
H A D | FrameStats.h | 56 bool isFixedSize() const;
|
H A D | DisplayMode.h | 44 bool isFixedSize() const { return false; } in isFixedSize() function
|
H A D | DeviceProductInfo.h | 67 bool isFixedSize() const { return false; } in isFixedSize() function
|
H A D | HdrCapabilities.h | 53 bool isFixedSize() const { return false; } in isFixedSize() function
|
H A D | Region.h | 145 inline bool isFixedSize() const { return false; } in isFixedSize() function
|
/aosp12/frameworks/native/include/ui/ |
H A D | StaticDisplayInfo.h | 35 bool isFixedSize() const { return false; } in isFixedSize() function
|
H A D | Region.h | 145 inline bool isFixedSize() const { return false; } in isFixedSize() function
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | HdrMetadata.h | 41 bool isFixedSize() const { return false; } in isFixedSize() function
|
H A D | IGraphicBufferProducer.h | 705 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 D | FlattenableHelpers_test.cpp | 36 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 D | LineWrapLayout.java | 50 final boolean isFixedSize = (widthMode == MeasureSpec.EXACTLY); in onMeasure() 92 int width = isFixedSize ? widthSize : maxLineWidth; in onMeasure()
|
/aosp12/frameworks/native/libs/ui/ |
H A D | FrameStats.cpp | 21 bool FrameStats::isFixedSize() const { in isFixedSize() function in android::FrameStats
|
/aosp12/frameworks/native/libs/sensor/include/sensor/ |
H A D | Sensor.h | 111 inline bool isFixedSize() const { return false; } in isFixedSize() function
|