OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastSurfaceWidth
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java
112
int
mLastSurfaceWidth
= -1, mLastSurfaceHeight = -1;
293
mLastSurfaceWidth
= mLastSurfaceHeight = -1;
304
mLastSurfaceWidth
= mLastSurfaceHeight = -1;
347
boolean surfaceDimensionsChanged = dw !=
mLastSurfaceWidth
397
mLastSurfaceWidth
= dw;
518
out.print("
mLastSurfaceWidth
="); out.print(
mLastSurfaceWidth
);
[
all
...]
/frameworks/base/core/java/android/view/
SurfaceView.java
186
int
mLastSurfaceWidth
= -1, mLastSurfaceHeight = -1;
570
realSizeChanged =
mLastSurfaceWidth
!= surfaceWidth
572
mLastSurfaceWidth
= surfaceWidth;
[
all
...]
Completed in 307 milliseconds