OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHasSurface
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
SurfaceHolderTarget.java
44
private boolean
mHasSurface
= false;
94
mHasSurface
= false;
121
mHasSurface
= (surface != null) && surface.isValid();
127
if (
mHasSurface
) {
193
mHasSurface
= true;
/frameworks/base/services/java/com/android/server/wm/
WindowState.java
295
boolean
mHasSurface
= false;
773
return
mHasSurface
&& mPolicyVisibility && !mAttachedHidden
795
return
mHasSurface
&& !mDestroying && !mExiting
809
return
mHasSurface
&& mPolicyVisibility && !mAttachedHidden
819
return
mHasSurface
&& mPolicyVisibility && !mAttachedHidden
839
return (
mHasSurface
|| (!mRelayoutCalled && mViewVisibility == View.VISIBLE))
851
if (!
mHasSurface
|| !mPolicyVisibility || mDestroying) {
871
return
mHasSurface
&& mPolicyVisibility && !mDestroying
892
return
mHasSurface
&& !mDestroying
[
all
...]
WindowStateAnimator.java
695
mWin.
mHasSurface
= true;
705
mWin.
mHasSurface
= false;
711
mWin.
mHasSurface
= false;
[
all
...]
WindowManagerService.java
[
all
...]
WindowAnimator.java
253
+ " hasSurface=" + win.
mHasSurface
/cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java
[
all
...]
/external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java
[
all
...]
/frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java
[
all
...]
/frameworks/native/services/surfaceflinger/
Layer.h
373
mutable bool
mHasSurface
;
Layer.cpp
80
mHasSurface
(false),
205
LOG_ALWAYS_FATAL_IF(
mHasSurface
,
208
mHasSurface
= true;
[
all
...]
/frameworks/rs/
rsContext.cpp
404
if (!rsc->mRootScript.get() || !rsc->
mHasSurface
|| rsc->mPaused) {
423
if ((rsc->mRootScript.get() != NULL) && rsc->
mHasSurface
&&
574
mHasSurface
= false;
631
mHasSurface
= sur != NULL;
rsContext.h
296
bool
mHasSurface
;
Completed in 1174 milliseconds