OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRequestedHeight
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/com/android/internal/view/
BaseSurfaceHolder.java
41
int
mRequestedHeight
= -1;
59
return
mRequestedHeight
;
87
if (mRequestedWidth != width ||
mRequestedHeight
!= height) {
89
mRequestedHeight
= height;
95
if (mRequestedWidth != -1 ||
mRequestedHeight
!= -1) {
96
mRequestedWidth =
mRequestedHeight
= -1;
/frameworks/base/core/java/android/view/
SurfaceView.java
143
int
mRequestedHeight
= -1;
279
int height = getDefaultSize(
mRequestedHeight
, heightMeasureSpec);
409
int myHeight =
mRequestedHeight
;
587
return (mRequestedWidth != -1 ||
mRequestedHeight
!= -1);
705
if (mRequestedWidth != width ||
mRequestedHeight
!= height) {
707
mRequestedHeight
= height;
713
if (mRequestedWidth != -1 ||
mRequestedHeight
!= -1) {
714
mRequestedWidth =
mRequestedHeight
= -1;
/frameworks/base/services/java/com/android/server/
WindowManagerService.java
[
all
...]
Completed in 21 milliseconds