OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGhostView
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/view/
GhostView.java
40
mView.
mGhostView
= this;
67
if (mView.
mGhostView
== this) {
78
mView.
mGhostView
= null;
100
GhostView ghostView = view.
mGhostView
;
139
GhostView ghostView = view.
mGhostView
;
151
return view.
mGhostView
;
View.java
[
all
...]
ViewGroup.java
[
all
...]
/frameworks/base/core/java/android/transition/
ChangeTransform.java
470
private GhostView
mGhostView
;
475
mGhostView
= ghostView;
489
mGhostView
.setVisibility(View.INVISIBLE);
494
mGhostView
.setVisibility(View.VISIBLE);
Completed in 232 milliseconds