Home
last modified time | relevance | path

Searched defs:__constructor__ (Results 1 – 25 of 79) sorted by relevance

1234

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
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
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) throws SecurityException, NoSuchFieldException, IllegalArgume… in __constructor__() method in ShadowContentProviderResult
21 …public void __constructor__(int count) throws SecurityException, NoSuchFieldException, IllegalArgu… in __constructor__() method in ShadowContentProviderResult
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
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
DShadowHandlerThread.java20 public void __constructor__(String name) { in __constructor__() method in ShadowHandlerThread
25 public void __constructor__(String name, int priority) { in __constructor__() method in ShadowHandlerThread
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
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
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
DShadowResourceCursorAdapter.java51 public void __constructor__(Context context, int layout, Cursor c) { in __constructor__() method in ShadowResourceCursorAdapter
70 public void __constructor__(Context context, int layout, Cursor c, boolean autoRequery) { in __constructor__() method in ShadowResourceCursorAdapter
DShadowContextThemeWrapper.java10 public void __constructor__(Context baseContext, int themesres) { in __constructor__() method in ShadowContextThemeWrapper
DShadowWifiConfiguration.java13 public void __constructor__() { in __constructor__() method in ShadowWifiConfiguration
DShadowLayoutParams.java12 public void __constructor__(int w, int h) { in __constructor__() method in ShadowLayoutParams
DShadowURLSpan.java12 public void __constructor__(String url) { in __constructor__() method in ShadowURLSpan
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
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
DShadowMessenger.java18 public void __constructor__(Handler handler) { in __constructor__() method in ShadowMessenger
DShadowCameraSize.java14 public void __constructor__(Camera camera, int width, int height) { in __constructor__() method in ShadowCameraSize
DShadowNdefMessage.java16 public void __constructor__(NdefRecord[] ndefRecords) { in __constructor__() method in ShadowNdefMessage
DShadowNdefRecord.java15 public void __constructor__(byte[] data) { in __constructor__() method in ShadowNdefRecord
DShadowMatrixCursor.java16 public void __constructor__(String[] columns) { in __constructor__() method in ShadowMatrixCursor
20 public void __constructor__(String[] columns, int initialCapacity) { in __constructor__() method in ShadowMatrixCursor
DShadowMenuInflater.java20 public void __constructor__(Context context) { in __constructor__() method in ShadowMenuInflater
DShadowZoomButtonsController.java17 public void __constructor__(View ownerView) { in __constructor__() method in ShadowZoomButtonsController
DShadowAlphaAnimation.java12 public void __constructor__(float fromAlpha, float toAlpha) { in __constructor__() method in ShadowAlphaAnimation
DShadowColorDrawable.java15 public void __constructor__(int color) { in __constructor__() method in ShadowColorDrawable

1234