OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastDH
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/core/java/com/android/server/wm/
StrictModeFlash.java
40
private int
mLastDH
;
66
final int dh =
mLastDH
;
110
if (mLastDW == dw &&
mLastDH
== dh) {
114
mLastDH
= dh;
CircularDisplayMask.java
50
private int
mLastDH
;
150
if (mLastDW == dw &&
mLastDH
== dh && mRotation == rotation) {
154
mLastDH
= dh;
EmulatorDisplayOverlay.java
47
private int
mLastDH
;
122
if (mLastDW == dw &&
mLastDH
== dh && mRotation == rotation) {
126
mLastDH
= dh;
Watermark.java
53
private int
mLastDH
;
130
if (mLastDW != dw ||
mLastDH
!= dh) {
132
mLastDH
= dh;
141
final int dh =
mLastDH
;
Completed in 420 milliseconds