Home
last modified time | relevance | path

Searched refs:__constructor__ (Results 1 – 25 of 86) sorted by relevance

1234

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowResourceCursorAdapter.java51 public void __constructor__(Context context, int layout, Cursor c) { in __constructor__() method in ShadowResourceCursorAdapter
52 super.__constructor__(context, c); in __constructor__()
70 public void __constructor__(Context context, int layout, Cursor c, boolean autoRequery) { in __constructor__() method in ShadowResourceCursorAdapter
71 super.__constructor__(context, c, autoRequery); in __constructor__()
DShadowArrayAdapter.java50 public void __constructor__(Context context, int textViewResourceId) { in __constructor__() method in ShadowArrayAdapter
54 public void __constructor__(Context context, int resource, int textViewResourceId) { in __constructor__() method in ShadowArrayAdapter
58 public void __constructor__(Context context, int textViewResourceId, T[] objects) { in __constructor__() method in ShadowArrayAdapter
62 … public void __constructor__(Context context, int resource, int textViewResourceId, T[] objects) { in __constructor__() method in ShadowArrayAdapter
66 public void __constructor__(Context context, int textViewResourceId, List<T> objects) { in __constructor__() method in ShadowArrayAdapter
70 …public void __constructor__(Context context, int resource, int textViewResourceId, List<T> objects… in __constructor__() method in ShadowArrayAdapter
DShadowPreference.java35 public void __constructor__(Context context) { in __constructor__() method in ShadowPreference
36 __constructor__(context, null, 0); in __constructor__()
39 public void __constructor__(Context context, AttributeSet attributeSet) { in __constructor__() method in ShadowPreference
40 __constructor__(context, attributeSet, 0); in __constructor__()
43 public void __constructor__(Context context, AttributeSet attributeSet, int defStyle) { in __constructor__() method in ShadowPreference
DShadowHandlerThread.java20 public void __constructor__(String name) { in __constructor__() method in ShadowHandlerThread
21 __constructor__(name, -1); in __constructor__()
25 public void __constructor__(String name, int priority) { in __constructor__() method in ShadowHandlerThread
DShadowColorMatrix.java19 public void __constructor__(float[] src) { in __constructor__() method in ShadowColorMatrix
23 public void __constructor__() { in __constructor__() method in ShadowColorMatrix
27 public void __constructor__(ColorMatrix src) { in __constructor__() method in ShadowColorMatrix
DShadowMatrixCursor.java16 public void __constructor__(String[] columns) { in __constructor__() method in ShadowMatrixCursor
17 __constructor__(columns, 0); in __constructor__()
20 public void __constructor__(String[] columns, int initialCapacity) { in __constructor__() method in ShadowMatrixCursor
DShadowContextThemeWrapper.java10 public void __constructor__(Context baseContext, int themesres) { in __constructor__() method in ShadowContextThemeWrapper
11 super.__constructor__(baseContext); in __constructor__()
DShadowColorMatrixColorFilter.java14 public void __constructor__(ColorMatrix matrix) { in __constructor__() method in ShadowColorMatrixColorFilter
19 public void __constructor__(float[] array) { in __constructor__() method in ShadowColorMatrixColorFilter
DShadowComponentName.java23 public void __constructor__(String pkg, String cls) { in __constructor__() method in ShadowComponentName
30 public void __constructor__(Context pkg, String cls) { in __constructor__() method in ShadowComponentName
36 public void __constructor__(Context pkg, Class<?> cls) { in __constructor__() method in ShadowComponentName
DShadowFrameLayout.java19 public void __constructor__(Context context, AttributeSet attributeSet, int defStyle) { in __constructor__() method in ShadowFrameLayout
21 super.__constructor__(context, attributeSet, defStyle); in __constructor__()
DShadowContentProviderResult.java15 …public void __constructor__(Uri uri) throws SecurityException, NoSuchFieldException, IllegalArgume… in __constructor__() method in ShadowContentProviderResult
21 …public void __constructor__(int count) throws SecurityException, NoSuchFieldException, IllegalArgu… in __constructor__() method in ShadowContentProviderResult
DShadowPopupWindow.java33 public void __constructor__(View contentView) { in __constructor__() method in ShadowPopupWindow
38 public void __constructor__(View contentView, int width, int height, boolean focusable) { in __constructor__() method in ShadowPopupWindow
39 __constructor__(contentView); in __constructor__()
DShadowTranslateAnimation.java19 public void __constructor__(float fromXValue, float toXValue, in __constructor__() method in ShadowTranslateAnimation
31 public void __constructor__(int fromXType, float fromXValue, int toXType, float toXValue, in __constructor__() method in ShadowTranslateAnimation
DShadowCursorLoader.java19 public void __constructor__(Context context) { in __constructor__() method in ShadowCursorLoader
23 …public void __constructor__(Context context, Uri uri, String[] projection, String selection, Strin… in __constructor__() method in ShadowCursorLoader
DShadowPointF.java19 public void __constructor__(float x, float y) { in __constructor__() method in ShadowPointF
24 public void __constructor__(Point src) { in __constructor__() method in ShadowPointF
DShadowPoint.java17 public void __constructor__(int x, int y) { in __constructor__() method in ShadowPoint
22 public void __constructor__(Point src) { in __constructor__() method in ShadowPoint
DShadowHandler.java33 public void __constructor__() { in __constructor__() method in ShadowHandler
37 public void __constructor__(Looper looper) { in __constructor__() method in ShadowHandler
41 public void __constructor__(Handler.Callback callback) { in __constructor__() method in ShadowHandler
DShadowAccount.java20 public void __constructor__(String name, String type) throws Exception { in __constructor__() method in ShadowAccount
24 public void __constructor__(Parcel parcel) throws Exception { in __constructor__() method in ShadowAccount
DShadowDefaultRequestDirector.java51 public void __constructor__( in __constructor__() method in ShadowDefaultRequestDirector
100 public void __constructor__( in __constructor__() method in ShadowDefaultRequestDirector
113 __constructor__( in __constructor__()
DShadowDialog.java60 public void __constructor__(Context context) { in __constructor__() method in ShadowDialog
61 __constructor__(context, -1); in __constructor__()
64 public void __constructor__(Context context, int themeId) { in __constructor__() method in ShadowDialog
DShadowBitmapDrawable.java29 public void __constructor__(Bitmap bitmap) { in __constructor__() method in ShadowBitmapDrawable
33 public void __constructor__(Resources resources, Bitmap bitmap) { in __constructor__() method in ShadowBitmapDrawable
DShadowSparseArray.java49 public void __constructor__() { in __constructor__() method in ShadowSparseArray
50 __constructor__(10); in __constructor__()
58 public void __constructor__(int initialCapacity) { in __constructor__() method in ShadowSparseArray
DShadowTime.java26 public void __constructor__() { in __constructor__() method in ShadowTime
27 __constructor__(getCurrentTimezone()); in __constructor__()
30 public void __constructor__(String timezone) { in __constructor__() method in ShadowTime
40 public void __constructor__(Time other) { in __constructor__() method in ShadowTime
DShadowView.java89 public void __constructor__(Context context) { in __constructor__() method in ShadowView
90 __constructor__(context, null); in __constructor__()
93 public void __constructor__(Context context, AttributeSet attributeSet) { in __constructor__() method in ShadowView
94 __constructor__(context, attributeSet, 0); in __constructor__()
97 public void __constructor__(Context context, AttributeSet attributeSet, int defStyle) { in __constructor__() method in ShadowView
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/
DShadowFoo.java21 public void __constructor__(String name) { in __constructor__() method in ShadowFoo
22 super.__constructor__(name); in __constructor__()

1234