OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RootViewSurfaceTaker
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/com/android/internal/view/
RootViewSurfaceTaker.java
7
public interface
RootViewSurfaceTaker
{
/frameworks/base/core/java/android/view/
ViewRootImpl.java
80
import com.android.internal.view.
RootViewSurfaceTaker
;
425
if (view instanceof
RootViewSurfaceTaker
) {
427
((
RootViewSurfaceTaker
)view).willYouTakeTheSurface();
547
if (view instanceof
RootViewSurfaceTaker
) {
549
((
RootViewSurfaceTaker
)view).willYouTakeTheInputQueue();
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java
29
import com.android.internal.view.
RootViewSurfaceTaker
;
[
all
...]
Completed in 305 milliseconds