OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSurface
(Results
1 - 15
of
15
) sorted by null
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivity.java
61
private boolean
hasSurface
;
87
hasSurface
= false;
108
if (
hasSurface
) {
148
if (!
hasSurface
) {
179
if (!
hasSurface
) {
180
hasSurface
= true;
186
hasSurface
= false;
/frameworks/base/libs/hwui/renderthread/
DrawFrameTask.cpp
129
if (CC_UNLIKELY(!mContext->
hasSurface
() || !canDraw)) {
130
if (!mContext->
hasSurface
()) {
CanvasContext.h
86
bool
hasSurface
() { return mNativeSurface.get(); }
CanvasContext.cpp
152
} else if (mIsDirty &&
hasSurface
()) {
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase.java
119
public abstract boolean
hasSurface
();
SurfaceViewRenderer.java
193
if (isSurfaceCreated && !eglBase.
hasSurface
()) {
430
if (eglBase != null && eglBase.
hasSurface
()) {
466
if (eglBase == null || !eglBase.
hasSurface
()) {
EglBase10.java
188
public boolean
hasSurface
() {
EglBase14.java
132
public boolean
hasSurface
() {
SurfaceTextureHelper.java
249
if (eglBase.
hasSurface
()) {
/frameworks/base/services/core/java/com/android/server/wm/
WindowStateAnimator.java
558
final boolean
hasSurface
=
hasSurface
();
559
if (
hasSurface
) {
570
if (
hasSurface
) {
[
all
...]
WindowAnimator.java
319
if (winAnimator.
hasSurface
()) {
371
+ "
hasSurface
=" + win.mHasSurface
569
if (winAnimator.mSurfaceController == null || !winAnimator.
hasSurface
()) {
[
all
...]
WindowSurfaceController.java
450
boolean
hasSurface
() {
WindowState.java
[
all
...]
TaskStack.java
[
all
...]
WindowManagerService.java
[
all
...]
Completed in 312 milliseconds