Home | History | Annotate | Download | only in view

Lines Matching defs:Content

23 import android.content.Context;
24 import android.content.Intent;
58 * screen can be filled with content (at the expense of no user interaction).
60 //BEGIN_INCLUDE(content)
61 public static class Content extends ImageView implements
80 public Content(Context context, AttributeSet attrs) {
182 //END_INCLUDE(content)
184 Content mContent;
196 mContent = (Content)findViewById(R.id.content);