OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRequestedWidth
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/com/android/internal/view/
BaseSurfaceHolder.java
40
int
mRequestedWidth
= -1;
55
return
mRequestedWidth
;
87
if (
mRequestedWidth
!= width || mRequestedHeight != height) {
88
mRequestedWidth
= width;
95
if (
mRequestedWidth
!= -1 || mRequestedHeight != -1) {
96
mRequestedWidth
= mRequestedHeight = -1;
/frameworks/base/core/java/android/view/
SurfaceView.java
142
int
mRequestedWidth
= -1;
278
int width = getDefaultSize(
mRequestedWidth
, widthMeasureSpec);
407
int myWidth =
mRequestedWidth
;
587
return (
mRequestedWidth
!= -1 || mRequestedHeight != -1);
705
if (
mRequestedWidth
!= width || mRequestedHeight != height) {
706
mRequestedWidth
= width;
713
if (
mRequestedWidth
!= -1 || mRequestedHeight != -1) {
714
mRequestedWidth
= mRequestedHeight = -1;
/frameworks/base/services/java/com/android/server/
WindowManagerService.java
[
all
...]
Completed in 17 milliseconds