Home
last modified time | relevance | path

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

/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dnested_scroll_view.dart426 @required this.maxRange,
444 double maxRange,
454 maxRange: maxRange ?? this.maxRange,
461 final double maxRange;
627 double pixels, minRange, maxRange, correctionOffset, extra;
631 maxRange = _outerPosition.maxScrollExtent;
632 assert(minRange <= maxRange);
649 maxRange = pixels + extra;
650 assert(minRange <= maxRange);
658 maxRange = pixels;
[all …]
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp239 const float maxRange = (m_normalizing) ? (1.0f) : (s_valueRange); in init() local
240 const float minRange = (m_useNegativeValues) ? (-maxRange) : (0.0f); in init()
246 << "Attribute value range: [" << minRange << ", " << maxRange << "]" in init()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp315 const float maxRange = (m_normalizing) ? (1.0f) : (s_valueRange); in init() local
316 const float minRange = (m_useNegativeValues) ? (-maxRange) : (0.0f); in init()
322 << "Attribute value range: [" << minRange << ", " << maxRange << "]" in init()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_sensor.js171 maxRange: '[PC preview] unknown maxRange', property
/third_party/vk-gl-cts/framework/common/
DtcuAstcUtil.cpp146 const int maxRange = de::max(de::max(tritRange, quintRange), plainBitRange); in computeMaximumRangeISEParams() local
148 if (maxRange == tritRange) in computeMaximumRangeISEParams()
155 else if (maxRange == quintRange) in computeMaximumRangeISEParams()
165 DE_ASSERT(maxRange == plainBitRange); in computeMaximumRangeISEParams()