Home
last modified time | relevance | path

Searched refs:reportOrientation (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/google/pixel/pixelstats/
H A DWlcReporter.cpp74 reportOrientation(stats_client); in checkAndReport()
233 void WlcReporter::reportOrientation(const std::shared_ptr<IStats> &stats_client) { in reportOrientation() function in android::hardware::google::pixel::WlcReporter
/aosp12/hardware/google/pixel/pixelstats/include/pixelstats/
H A DWlcReporter.h63 void reportOrientation(const std::shared_ptr<IStats> &stats_client);
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java3936 final boolean reportOrientation = mReportOrientationChanged; in reportResized()
3949 final boolean forceRelayout = syncRedraw || reportOrientation || isDragResizeChanged(); in reportResized()
3960 if (drawPending && reportOrientation && mOrientationChanging) { in reportResized()