OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setnativeviewport
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GLFrame.java
278
setNativeViewport
(x, y, width, height);
283
setNativeViewport
(rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top);
396
private native boolean
setNativeViewport
(int x, int y, int width, int height);
Completed in 211 milliseconds