Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DCropView.java179 mMotionRange = getAllowedValues(mCurrentDraggingBoundary); in onTouchEvent()
250 position = (float) getAllowedValues(boundary).clamp(position); in setBoundaryPosition()
359 private Range<Float> getAllowedValues(CropBoundary boundary) { in getAllowedValues() method in CropView
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecConfig.java275 public List<Value> getAllowedValues() { in getAllowedValues() method in HdmiCecConfig.Setting
1034 for (Value allowedValue : setting.getAllowedValues()) { in getAllowedStringValues()
1053 for (Value allowedValue : setting.getAllowedValues()) { in getAllowedIntValues()