OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getViewportHeight
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
OpenGLRenderer.h
366
int
getViewportHeight
() { return getSnapshot()->viewport.getHeight(); }
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java
382
int
getViewportHeight
() {
392
return (getMeasuredHeight() -
getViewportHeight
()) / 2;
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java
431
int
getViewportHeight
() {
442
return (getMeasuredHeight() -
getViewportHeight
()) / 2;
880
childHeight =
getViewportHeight
() - verticalPadding
888
childHeight =
getViewportHeight
();
[
all
...]
Completed in 1340 milliseconds