Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 113) sorted by relevance

12345

/development/samples/ApiDemos/src/com/example/android/apis/appwidget/
DExampleAppWidgetProvider.java52 public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) { in onUpdate()
67 public void onDeleted(Context context, int[] appWidgetIds) { in onDeleted()
77 public void onEnabled(Context context) { in onEnabled()
91 public void onDisabled(Context context) { in onDisabled()
102 static void updateAppWidget(Context context, AppWidgetManager appWidgetManager, in updateAppWidget()
DExampleAppWidgetConfigure.java108 static void saveTitlePref(Context context, int appWidgetId, String text) { in saveTitlePref()
116 static String loadTitlePref(Context context, int appWidgetId) { in loadTitlePref()
126 static void deleteTitlePref(Context context, int appWidgetId) { in deleteTitlePref()
129 static void loadAllTitlePrefs(Context context, ArrayList<Integer> appWidgetIds, in loadAllTitlePrefs()
DExampleBroadcastReceiver.java35 public void onReceive(Context context, Intent intent) { in onReceive()
/development/samples/ApiDemos/src/com/example/android/apis/text/
DLogTextBox.java42 public LogTextBox(Context context) { in LogTextBox()
46 public LogTextBox(Context context, AttributeSet attrs) { in LogTextBox()
50 public LogTextBox(Context context, AttributeSet attrs, int defStyle) { in LogTextBox()
/development/host/windows/usb/legacy/driver/
Dandroid_usb_wdf_object.cpp75 AndroidUsbWdfObjectContext* context = in InitializeContext() local
117 AndroidUsbWdfObjectContext* context = GetAndroidUsbWdfObjectContext(wdf_obj); in EvtCleanupCallbackEntry() local
135 AndroidUsbWdfObjectContext* context = in EvtDestroyCallbackEntry() local
Dandroid_usb_pipe_file_object.cpp462 AndroidUsbWdfRequestContext* context = in CommonBulkReadWrite() local
517 AndroidUsbWdfRequestContext* context) { in OnCommonReadWriteCompletion()
674 AndroidUsbWorkitemContext* context = in QueueResetPipePassiveCallback() local
699 context = GetAndroidUsbWdfRequestContext(request); in CommonReadWriteCompletionEntry() local
716 AndroidUsbWorkitemContext* context = in ResetPipePassiveCallbackEntry() local
/development/apps/Development/src/com/android/development/
DLogTextBox.java41 public LogTextBox(Context context) { in LogTextBox()
45 public LogTextBox(Context context, AttributeSet attrs) { in LogTextBox()
49 public LogTextBox(Context context, AttributeSet attrs, int defStyle) { in LogTextBox()
/development/tools/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
DAndroidTestPlugin.java44 public void start(BundleContext context) throws Exception { in start()
55 public void stop(BundleContext context) throws Exception { in stop()
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DLatinKeyboardView.java29 public LatinKeyboardView(Context context, AttributeSet attrs) { in LatinKeyboardView()
33 public LatinKeyboardView(Context context, AttributeSet attrs, int defStyle) { in LatinKeyboardView()
DLatinKeyboard.java31 public LatinKeyboard(Context context, int xmlLayoutResId) { in LatinKeyboard()
35 public LatinKeyboard(Context context, int layoutTemplateResId, in LatinKeyboard()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DAutoComplete4.java54 public ContactListAdapter(Context context, Cursor c) { in ContactListAdapter()
60 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView()
69 public void bindView(View view, Context context, Cursor cursor) { in bindView()
DList4.java51 public SpeechListAdapter(Context context) { in SpeechListAdapter()
338 public SpeechView(Context context, String title, String words) { in SpeechView()
DLabelView.java47 public LabelView(Context context) { in LabelView()
59 public LabelView(Context context, AttributeSet attrs) { in LabelView()
DInternalSelectionView.java58 public InternalSelectionView(Context context, int numRows) { in InternalSelectionView()
62 public InternalSelectionView(Context context, int numRows, String label) { in InternalSelectionView()
69 public InternalSelectionView(Context context, AttributeSet attrs) { in InternalSelectionView()
/development/samples/BrowserPlugin/src/com/android/sampleplugin/
DSamplePluginStub.java41 public View getEmbeddedView(final int npp, Context context) { in getEmbeddedView()
75 public View getFullScreenView(int npp, Context context) { in getFullScreenView()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DRepeatingAlarm.java35 public void onReceive(Context context, Intent intent) in onReceive()
DOneShotAlarm.java37 public void onReceive(Context context, Intent intent) in onReceive()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
DUiElementTreeEditPartFactory.java35 public EditPart createEditPart(EditPart context, Object model) { in createEditPart()
DUiElementsEditPartFactory.java42 public EditPart createEditPart(EditPart context, Object model) { in createEditPart()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DResourcesSample.java75 Context context = this; in onCreate() local
/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DDebugReceiver.java46 public void onReceive(Context context, Intent intent) { in onReceive()
/development/samples/Snake/src/com/example/android/snake/
DTileView.java65 public TileView(Context context, AttributeSet attrs, int defStyle) { in TileView()
75 public TileView(Context context, AttributeSet attrs) { in TileView()
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayout.java41 public FixedGridLayout(Context context) { in FixedGridLayout()
45 public FixedGridLayout(Context context, AttributeSet attrs) { in FixedGridLayout()
/development/ndk/apps/hello-gl2/project/src/com/android/gl2jni/
DGL2JNIView.java60 public GL2JNIView(Context context) { in GL2JNIView()
65 public GL2JNIView(Context context, boolean translucent, int depth, int stencil) { in GL2JNIView()
84 … EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext() local
89 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) { in destroyContext()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DTypefaces.java37 public SampleView(Context context) { in SampleView()

12345