Deprecated List
Summary
- Member AAudioStreamBuilder_setSamplesPerFrame (AAudioStreamBuilder *builder, int32_t samplesPerFrame) __INTRODUCED_IN(26) use AAudioStreamBuilder_setChannelCount
- Member ACONFIGURATION_ORIENTATION_SQUARE Not currently supported or used.
- Member ACONFIGURATION_TOUCHSCREEN_STYLUS Not currently supported or used.
- Member ASurfaceTransaction_setGeometry (ASurfaceTransaction *transaction, ASurfaceControl *surface_control, const ARect &source, const ARect &destination, int32_t transform) Use setCrop, setPosition, setBufferTransform, and setScale instead. Those functions provide well defined behavior and allows for more control by the apps. It also allows the caller to set different properties at different times, instead of having to specify all the desired properties at once.
- Member AWINDOW_FLAG_BLUR_BEHIND Blurring is no longer supported.
- Member AWINDOW_FLAG_DITHER This flag is no longer used.
- Member AWINDOW_FLAG_TOUCHABLE_WHEN_WAKING This flag has no effect.