Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DCropView.java180 mMotionRange = getAllowedValues(mCurrentDraggingBoundary); in onTouchEvent()
251 position = (float) getAllowedValues(boundary).clamp(position); in setBoundaryPosition()
360 private Range<Float> getAllowedValues(CropBoundary boundary) { in getAllowedValues() method in CropView
/frameworks/base/services/core/java/com/android/server/hdmi/
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()