OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onContentRectChanged
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/platform/android/
tcuAndroidNativeActivity.hpp
63
virtual void
onContentRectChanged
(const ARect* rect);
tcuAndroidNativeActivity.cpp
96
static_cast<tcu::Android::NativeActivity*>(activity->instance)->
onContentRectChanged
(rect);
133
activity->callbacks->
onContentRectChanged
= onContentRectChangedCallback;
203
void NativeActivity::
onContentRectChanged
(const ARect* rect)
Completed in 54 milliseconds