OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:appWidth
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/
DisplayInfo.java
63
public int
appWidth
;
72
* The smallest value of {@link #
appWidth
} that an application is likely to encounter,
86
* The largest value of {@link #
appWidth
} that an application is likely to encounter,
234
&&
appWidth
== other.
appWidth
266
appWidth
= other.
appWidth
;
293
appWidth
= source.readInt();
321
dest.writeInt(
appWidth
);
353
displayAdjustments.getActivityToken(),
appWidth
, appHeight)
[
all
...]
/frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java
[
all
...]
Completed in 35 milliseconds