Home | History | Annotate | Download | only in view

Lines Matching defs:Content

23 import android.content.Context;
24 import android.content.Intent;
49 * a content browser style of UI (such as a book reader) that hides the
56 * Implementation of a view for displaying immersive content, using system UI
58 * content.
60 //BEGIN_INCLUDE(content)
61 public static class Content extends ScrollView
77 public Content(Context context, AttributeSet attrs) {
94 // state of the content browser that it will interact with.
161 //END_INCLUDE(content)
163 Content mContent;
175 mContent = (Content)findViewById(R.id.content);