Home
last modified time | relevance | path

Searched refs:hintForSeamlessTransition (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/jni/
Dandroid_window_ScreenCapture.cpp49 jfieldID hintForSeamlessTransition; member
178 captureArgs.hintForSeamlessTransition = in getCaptureArgs()
180 gCaptureArgsClassInfo.hintForSeamlessTransition); in getCaptureArgs()
313 gCaptureArgsClassInfo.hintForSeamlessTransition = in register_android_window_ScreenCapture()
/frameworks/native/libs/gui/include/gui/
DDisplayCaptureArgs.h69 bool hintForSeamlessTransition = false; member
/frameworks/base/core/java/android/window/
DScreenCapture.java471 public T setHintForSeamlessTransition(boolean hintForSeamlessTransition) { in setHintForSeamlessTransition() argument
472 mHintForSeamlessTransition = hintForSeamlessTransition; in setHintForSeamlessTransition()
/frameworks/base/cmds/screencap/
Dscreencap.cpp299 captureArgs.hintForSeamlessTransition = true; in main()
/frameworks/native/libs/gui/
DLayerState.cpp886 SAFE_PARCEL(output->writeBool, hintForSeamlessTransition); in writeToParcel()
911 SAFE_PARCEL(input->readBool, &hintForSeamlessTransition); in readFromParcel()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp7904 bool capturingHdrLayers, bool hintForSeamlessTransition) { in pickBestDataspace() argument
7993 if (args.hintForSeamlessTransition) in captureDisplay()
8049 if (args.hintForSeamlessTransition) in captureDisplay()
8154 if (args.hintForSeamlessTransition) in captureLayers()