Searched refs:mDevicePostureProducer (Results 1 – 2 of 2) sorted by relevance
54 private final DataProducer<Integer> mDevicePostureProducer; field in SampleSidecarImpl61 mDevicePostureProducer = new PriorityDataProducer<>(List.of( in SampleSidecarImpl()72 mDevicePostureProducer.addDataChangedCallback(this::onDevicePostureChanged); in SampleSidecarImpl()90 Optional<Integer> posture = mDevicePostureProducer.getData(); in getDeviceState()
65 private final DataProducer<Integer> mDevicePostureProducer; field in WindowLayoutComponentImpl72 mDevicePostureProducer = new PriorityDataProducer<>(List.of( in WindowLayoutComponentImpl()83 mDevicePostureProducer.addDataChangedCallback(this::onDisplayFeaturesChanged); in WindowLayoutComponentImpl()138 Optional<Integer> posture = mDevicePostureProducer.getData(); in getFeatureState()