Home
last modified time | relevance | path

Searched defs:sizeChanged (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp200 bool sizeChanged = (width != mWidth || height != mHeight); in handlePortSettingsChange() local
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceView.java947 boolean creating, boolean sizeChanged, boolean hintChanged, in performSurfaceTransaction()