Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java8114 final ActivityRecord belowCandidate = task.getActivity( in getRequestedConfigurationOrientation() local
8118 if (belowCandidate != null) { in getRequestedConfigurationOrientation()
8119 return belowCandidate.getRequestedConfigurationOrientation(forDisplay); in getRequestedConfigurationOrientation()