/external/robolectric-shadows/processor/src/test/resources/org/robolectric/annotation/processing/shadows/ |
D | ShadowImplementationWithIncorrectVisibility.java | 10 public void __constructor__(int i0) { in __constructor__() method in ShadowImplementationWithIncorrectVisibility 14 protected void __constructor__(int i0, int i1) { in __constructor__() method in ShadowImplementationWithIncorrectVisibility 18 void __constructor__(int i0, int i1, int i2) { in __constructor__() method in ShadowImplementationWithIncorrectVisibility 22 private void __constructor__(int i0, int i1, int i2, int i3) { in __constructor__() method in ShadowImplementationWithIncorrectVisibility
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPicture.java | 16 public void __constructor__() {} in __constructor__() method in ShadowPicture 19 public void __constructor__(long nativePicture) {} in __constructor__() method in ShadowPicture 22 public void __constructor__(int nativePicture, boolean fromStream) {} in __constructor__() method in ShadowPicture 25 public void __constructor__(Picture src) { in __constructor__() method in ShadowPicture
|
D | ShadowColorMatrixColorFilter.java | 14 public void __constructor__(ColorMatrix matrix) { in __constructor__() method in ShadowColorMatrixColorFilter 19 public void __constructor__(float[] array) { in __constructor__() method in ShadowColorMatrixColorFilter
|
D | ShadowContentProviderResult.java | 15 public void __constructor__(Uri uri) in __constructor__() method in ShadowContentProviderResult 24 public void __constructor__(int count) in __constructor__() method in ShadowContentProviderResult
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowResourceCursorAdapter.java | 51 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__()
|
D | ShadowArrayAdapter.java | 50 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
|
D | ShadowPreference.java | 35 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
|
D | ShadowHandlerThread.java | 20 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
|
D | ShadowColorMatrix.java | 19 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
|
D | ShadowMatrixCursor.java | 16 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
|
D | ShadowContextThemeWrapper.java | 10 public void __constructor__(Context baseContext, int themesres) { in __constructor__() method in ShadowContextThemeWrapper 11 super.__constructor__(baseContext); in __constructor__()
|
D | ShadowComponentName.java | 23 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
|
D | ShadowColorMatrixColorFilter.java | 14 public void __constructor__(ColorMatrix matrix) { in __constructor__() method in ShadowColorMatrixColorFilter 19 public void __constructor__(float[] array) { in __constructor__() method in ShadowColorMatrixColorFilter
|
D | ShadowPopupWindow.java | 33 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__()
|
D | ShadowContentProviderResult.java | 15 …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
|
D | ShadowFrameLayout.java | 19 public void __constructor__(Context context, AttributeSet attributeSet, int defStyle) { in __constructor__() method in ShadowFrameLayout 21 super.__constructor__(context, attributeSet, defStyle); in __constructor__()
|
D | ShadowTranslateAnimation.java | 19 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
|
D | ShadowCursorLoader.java | 19 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
|
D | ShadowHandler.java | 33 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
|
D | ShadowPointF.java | 19 public void __constructor__(float x, float y) { in __constructor__() method in ShadowPointF 24 public void __constructor__(Point src) { in __constructor__() method in ShadowPointF
|
D | ShadowPoint.java | 17 public void __constructor__(int x, int y) { in __constructor__() method in ShadowPoint 22 public void __constructor__(Point src) { in __constructor__() method in ShadowPoint
|
D | ShadowDialog.java | 60 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
|
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/ |
D | RobolectricInternalsTest.java | 131 protected void __constructor__() { in __constructor__() method in RobolectricInternalsTest.ShadowConstructors 136 protected void __constructor__(String param) { in __constructor__() method in RobolectricInternalsTest.ShadowConstructors 141 protected void __constructor__(String param1, Byte param2) { in __constructor__() method in RobolectricInternalsTest.ShadowConstructors 147 protected void __constructor__(String param1, Byte param2, Long param3) { in __constructor__() method in RobolectricInternalsTest.ShadowConstructors
|
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/ |
D | ShadowFoo.java | 16 protected void __constructor__(String name) { in __constructor__() method in ShadowFoo 17 super.__constructor__(name); in __constructor__()
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/ |
D | ShadowFoo.java | 21 public void __constructor__(String name) { in __constructor__() method in ShadowFoo 22 super.__constructor__(name); in __constructor__()
|