Searched defs:context (Results 201 - 225 of 1195) sorted by relevance

1234567891011>>

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTJunctionActivity.java37 public TJunctionView(Context context) { argument
38 super(context);
H A DViewLayersActivity.java102 public SimpleListAdapter(Context context) { argument
103 super(context, android.R.layout.simple_list_item_1, DATA_LIST);
H A DViewLayersActivity2.java52 public SimpleListAdapter(Context context) { argument
53 super(context, android.R.layout.simple_list_item_1, DATA_LIST);
H A DViewLayersActivity3.java49 public SimpleListAdapter(Context context) { argument
50 super(context, android.R.layout.simple_list_item_1, DATA_LIST);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerListHelper.java62 public TrackerAdapter(Context context, int layout, Cursor c) { argument
63 super(context, layout, c);
67 public void bindView(View view, Context context, Cursor cursor) { argument
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
H A DFountainView.java44 public FountainView(Context context) { argument
45 super(context);
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
H A DFountainFboView.java27 public FountainFboView(Context context) { argument
28 super(context);
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
H A DFountainView.java44 public FountainView(Context context) { argument
45 super(context);
/frameworks/base/tests/RenderScriptTests/HelloWorld/src/com/example/android/rs/helloworld/
H A DHelloWorldView.java26 // Renderscipt context
31 public HelloWorldView(Context context) { argument
32 super(context);
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsListView.java26 public RsListView(Context context) { argument
27 super(context);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DSimpleAppView.java32 public SimpleAppView(Context context) { argument
33 super(context);
/frameworks/base/tests/RenderScriptTests/SurfaceTexture/src/com/example/android/rs/sto/
H A DSurfaceTextureOpaqueView.java29 public SurfaceTextureOpaqueView(Context context) { argument
30 super(context);
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DTestAppWidgetProvider.java36 public void onReceive(Context context, Intent intent) { argument
53 SharedPreferences prefs = context.getSharedPreferences(
57 AppWidgetManager gm = AppWidgetManager.getInstance(context);
58 RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.test_appwidget);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DFakeActionBar.java31 public FakeActionBar(Context context, Density density, String label, String icon) argument
33 super(context, density, LinearLayout.HORIZONTAL, "/bars/action_bar.xml", "action_bar.xml");
H A DTitleBar.java31 public TitleBar(Context context, Density density, String label) argument
33 super(context, density, LinearLayout.HORIZONTAL, "/bars/title_bar.xml", "title_bar.xml");
/frameworks/compile/slang/
H A Dslang_rs_metadata_spec.h56 // Create a context associated with M for encoding metadata.
79 void *context; member in struct:RSMetadata
/frameworks/ex/common/java/com/android/common/
H A DSearch.java64 public static Cursor getSuggestions(Context context, SearchableInfo searchable, String query) { argument
65 return getSuggestions(context, searchable, query, -1);
77 public static Cursor getSuggestions(Context context, SearchableInfo searchable, argument
121 return context.getContentResolver().query(uri, null, selection, selArgs, null);
/frameworks/ex/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoPagerLoader.java35 Context context, Uri photosUri, String[] projection) {
36 super(context);
34 PhotoPagerLoader( Context context, Uri photosUri, String[] projection) argument
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DMediaPlayerDataSource.java41 public MediaPlayerDataSource(Context context, Uri intentUri) { argument
42 mContext = context;
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxAggregatorManager.java47 public BordeauxAggregatorManager (Context context) { argument
48 mContext = context;
/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp43 EGLContext context; local
62 context = eglCreateContext(dpy, config, NULL, NULL);
63 eglMakeCurrent(dpy, surface, surface, context);
/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
H A DTestView.java55 TestView(Context context) { argument
56 super(context);
60 public TestView(Context context, AttributeSet attrs) { argument
61 super(context, attrs);
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp39 EGLContext context; local
58 context = eglCreateContext(dpy, config, NULL, NULL);
59 eglMakeCurrent(dpy, surface, surface, context);
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoPagerLoader.java35 Context context, Uri photosUri, String[] projection) {
36 super(context);
34 PhotoPagerLoader( Context context, Uri photosUri, String[] projection) argument
/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DNotificationCompatHoneycomb.java26 static Notification add(Context context, Notification n, argument
30 Notification.Builder b = new Notification.Builder(context)

Completed in 457 milliseconds

1234567891011>>