Home
last modified time | relevance | path

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

123456

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPicture.java19 protected void __constructor__() {} in __constructor__() method in ShadowPicture
22 protected void __constructor__(long nativePicture) {} in __constructor__() method in ShadowPicture
25 protected void __constructor__(int nativePicture, boolean fromStream) {} in __constructor__() method in ShadowPicture
28 protected void __constructor__(Picture src) { in __constructor__() method in ShadowPicture
DShadowColorMatrixColorFilter.java14 protected void __constructor__(ColorMatrix matrix) { in __constructor__() method in ShadowColorMatrixColorFilter
19 protected void __constructor__(float[] array) { in __constructor__() method in ShadowColorMatrixColorFilter
DShadowContentProviderResult.java15 protected void __constructor__(Uri uri) in __constructor__() method in ShadowContentProviderResult
24 protected void __constructor__(int count) in __constructor__() method in ShadowContentProviderResult
DShadowDatePickerDialog.java26 protected void __constructor__( in __constructor__() method in ShadowDatePickerDialog
48 protected void __constructor__( in __constructor__() method in ShadowDatePickerDialog
DShadowCornerPathEffect.java13 protected void __constructor__(float radius) { in __constructor__() method in ShadowCornerPathEffect
DShadowTime.java36 protected void __constructor__() { in __constructor__() method in ShadowTime
41 protected void __constructor__(String timezone) { in __constructor__() method in ShadowTime
52 protected void __constructor__(Time other) { in __constructor__() method in ShadowTime
DShadowSurface.java17 protected void __constructor__(SurfaceTexture surfaceTexture) { in __constructor__() method in ShadowSurface
/external/robolectric/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
DShadowWithImplementationlessShadowMethods.java8 public void __constructor__() {} in __constructor__() method in ShadowWithImplementationlessShadowMethods
/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
DShadowWithImplementationlessShadowMethods.java8 public void __constructor__() {} in __constructor__() method in ShadowWithImplementationlessShadowMethods
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothLeAdvertiser.java40 protected void __constructor__(IBluetoothManager bluetoothManager) { in __constructor__() method in ShadowBluetoothLeAdvertiser
47 protected void __constructor__(BluetoothAdapter bluetoothAdapter) { in __constructor__() method in ShadowBluetoothLeAdvertiser
184 void __constructor__(IBluetoothManager bluetoothManager); in __constructor__() method
187 void __constructor__(BluetoothAdapter bluetoothAdapter); in __constructor__() method
DShadowContentProviderResult.java15 protected void __constructor__(Uri uri) in __constructor__() method in ShadowContentProviderResult
24 protected void __constructor__(int count) in __constructor__() method in ShadowContentProviderResult
DShadowScaleGestureDetector.java24 protected void __constructor__( in __constructor__() method in ShadowScaleGestureDetector
78 void __constructor__(Context context, ScaleGestureDetector.OnScaleGestureListener listener); in __constructor__() method
DShadowImeTracingClientImpl.java18 protected void __constructor__() {} in __constructor__() method in ShadowImeTracingClientImpl
DShadowMediaSession.java14 protected void __constructor__(Context context, String tag) {} in __constructor__() method in ShadowMediaSession
DShadowNativeRegion.java29 protected void __constructor__(long ni) { in __constructor__() method in ShadowNativeRegion
35 protected void __constructor__(int left, int top, int right, int bottom) { in __constructor__() method in ShadowNativeRegion
47 protected void __constructor__(Rect rect) { in __constructor__() method in ShadowNativeRegion
DShadowTime.java36 protected void __constructor__() { in __constructor__() method in ShadowTime
41 protected void __constructor__(String timezone) { in __constructor__() method in ShadowTime
52 protected void __constructor__(Time other) { in __constructor__() method in ShadowTime
DShadowZoomButtonsController.java14 protected void __constructor__(View ownerView) {} in __constructor__() method in ShadowZoomButtonsController
/external/robolectric/sandbox/src/test/java/org/robolectric/
DShadowConstructorTest.java74 protected void __constructor__(int a) { in __constructor__() method in ShadowConstructorTest.ShadowFoo
91 protected void __constructor__(int b) { in __constructor__() method in ShadowConstructorTest.ShadowBar
102 protected static void __constructor__(int a) {} in __constructor__() method in ShadowConstructorTest.ShadowFooWithStaticConstructor
DRobolectricInternalsTest.java150 protected void __constructor__() { in __constructor__() method in RobolectricInternalsTest.ShadowConstructors
155 protected void __constructor__(String param) { in __constructor__() method in RobolectricInternalsTest.ShadowConstructors
160 protected void __constructor__(String param1, Byte param2) { in __constructor__() method in RobolectricInternalsTest.ShadowConstructors
166 protected void __constructor__(String param1, Byte param2, Long param3) { in __constructor__() method in RobolectricInternalsTest.ShadowConstructors
/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/sandbox/src/test/java/org/robolectric/testing/
DShadowFooParent.java14 protected void __constructor__(String name) { in __constructor__() method in ShadowFooParent
DShadowFoo.java16 protected void __constructor__(String name) { in __constructor__() method in ShadowFoo
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
DShadowFoo.java16 protected void __constructor__(String name) { in __constructor__() method in ShadowFoo

123456