Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ makeMeasureSpec
Method
makeMeasureSpec
valdi/src/java/com/snap/valdi/ViewRef.kt:408–411 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
406
}
407
}
408
409
@JvmStatic
410
fun makeMeasureSpec(value: Int, mode: Int): Int {
411
return View.MeasureSpec.makeMeasureSpec(value, viewMeasureSpecFromYogaMeasureMode(mode))
412
}
413
}
414
Callers
13
resolveLayoutOriginDoesNotDoubleApplyScrollOffsets
Method · 0.80
resolveLayoutOriginDoesNotApplyHorizontalGravityOffset
Method · 0.80
drawOverlay
Method · 0.80
measureAndLayout
Method · 0.80
onMeasure
Method · 0.80
onMeasure
Method · 0.80
resolveHeightMeasureSpec
Method · 0.80
onMeasure
Method · 0.80
measureAndLayoutPresenterView
Method · 0.80
measureInnerView
Method · 0.80
measureValdiChildren
Method · 0.80
measure
Method · 0.80
Calls
no outgoing calls
Tested by
3
resolveLayoutOriginDoesNotDoubleApplyScrollOffsets
Method · 0.64
resolveLayoutOriginDoesNotApplyHorizontalGravityOffset
Method · 0.64
drawOverlay
Method · 0.64