OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:overscanRight
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/view/
DisplayInfo.java
129
public int
overscanRight
;
244
&&
overscanRight
== other.
overscanRight
276
overscanRight
= other.
overscanRight
;
303
overscanRight
= source.readInt();
331
dest.writeInt(
overscanRight
);
413
if (overscanLeft != 0 || overscanTop != 0 ||
overscanRight
!= 0 || overscanBottom != 0) {
419
sb.append(
overscanRight
);
/frameworks/base/services/java/com/android/server/wm/
DisplaySettings.java
52
public int
overscanRight
;
72
outRect.right = entry.
overscanRight
;
93
entry.
overscanRight
= right;
176
entry.
overscanRight
= getIntAttribute(parser, "
overscanRight
");
207
if (entry.
overscanRight
!= 0) {
208
out.attribute(null, "
overscanRight
", Integer.toString(entry.
overscanRight
));
WindowManagerService.java
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java
[
all
...]
Completed in 31 milliseconds