Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/display/
DAmbientDisplayConfiguration.java184 String[] postureMapping = in tapSensorTypeMapping() local
186 if (ArrayUtils.isEmpty(postureMapping)) { in tapSensorTypeMapping()
191 return postureMapping; in tapSensorTypeMapping()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeParameters.java475 int[] postureMapping, in getPostureSpecificBool() argument
479 if (posture < postureMapping.length) { in getPostureSpecificBool()
480 bool = postureMapping[posture] != 0; in getPostureSpecificBool()