Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ resize
Method
resize
src/cinder/app/android/WindowImplAndroid.cpp:123–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
void WindowImplAndroid::resize()
124
{
125
mAppImpl->setWindow( mWindowRef );
126
mWindowRef->emitResize();
127
}
128
129
void WindowImplAndroid::privateClose()
130
{
Callers
1
setup
Method · 0.45
Calls
2
emitResize
Method · 0.80
setWindow
Method · 0.45
Tested by
no test coverage detected