Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java7885 final ActivityRecord belowCandidate = task.getActivity( in getRequestedConfigurationOrientation() local
7889 if (belowCandidate != null) { in getRequestedConfigurationOrientation()
7890 return belowCandidate.getRequestedConfigurationOrientation(forDisplay); in getRequestedConfigurationOrientation()