Home
last modified time | relevance | path

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

123456

/external/robolectric-shadows/processor/src/test/resources/org/robolectric/annotation/processing/shadows/
DShadowImplementationWithIncorrectVisibility.java10 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/
DShadowPicture.java16 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
DShadowColorMatrixColorFilter.java14 public void __constructor__(ColorMatrix matrix) { in __constructor__() method in ShadowColorMatrixColorFilter
19 public void __constructor__(float[] array) { in __constructor__() method in ShadowColorMatrixColorFilter
DShadowContentProviderResult.java15 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/
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__()
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
DShadowColorMatrixColorFilter.java14 public void __constructor__(ColorMatrix matrix) { in __constructor__() method in ShadowColorMatrixColorFilter
19 public void __constructor__(float[] array) { in __constructor__() method in ShadowColorMatrixColorFilter
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__()
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
DShadowFrameLayout.java19 public void __constructor__(Context context, AttributeSet attributeSet, int defStyle) { in __constructor__() method in ShadowFrameLayout
21 super.__constructor__(context, attributeSet, defStyle); 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
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
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
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
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DRobolectricInternalsTest.java131 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/
DShadowFoo.java16 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/
DShadowFoo.java21 public void __constructor__(String name) { in __constructor__() method in ShadowFoo
22 super.__constructor__(name); in __constructor__()

123456