OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RootViewSurfaceTaker
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/com/android/internal/view/
RootViewSurfaceTaker.java
22
public interface
RootViewSurfaceTaker
{
/frameworks/base/core/java/android/view/
ViewRootImpl.java
95
import com.android.internal.view.
RootViewSurfaceTaker
;
526
if (mView instanceof
RootViewSurfaceTaker
) {
528
((
RootViewSurfaceTaker
)mView).willYouTakeTheSurface();
537
((
RootViewSurfaceTaker
)mView).willYouTakeTheInputQueue();
574
if (view instanceof
RootViewSurfaceTaker
) {
576
((
RootViewSurfaceTaker
)view).willYouTakeTheSurface();
718
if (view instanceof
RootViewSurfaceTaker
) {
720
((
RootViewSurfaceTaker
)view).willYouTakeTheInputQueue();
[
all
...]
/frameworks/base/core/java/com/android/internal/policy/
DecorView.java
23
import com.android.internal.view.
RootViewSurfaceTaker
;
108
public class DecorView extends FrameLayout implements
RootViewSurfaceTaker
, WindowCallbacks {
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 462 milliseconds