Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getPointScale
Method
getPointScale
valdi/src/valdi/android/ViewManager.cpp:222–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
float ViewManager::getPointScale() const {
223
return _pointScale.load(std::memory_order_relaxed);
224
}
225
226
void ViewManager::setPointScale(float pointScale) {
227
_pointScale.store(pointScale, std::memory_order_relaxed);
Callers
15
TEST
Function · 0.45
convertPointsToPixels
Method · 0.45
rasterInto
Method · 0.45
getRetainedViewNodeHitTestAccessibility
Method · 0.45
getViewNodeAccessibilityHierarchyRepresentation
Method · 0.45
getViewNodePoint
Method · 0.45
getViewNodeSize
Method · 0.45
canViewNodeScroll
Method · 0.45
measureLayout
Method · 0.45
setLayoutSpecs
Method · 0.45
setVisibleViewport
Method · 0.45
notifyScroll
Method · 0.45
Calls
1
load
Method · 0.65
Tested by
1
TEST
Function · 0.36