Home
last modified time | relevance | path

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

123

/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/framework/src/main/java/org/robolectric/shadows/
DShadowGLSurfaceView.java28 protected void __constructor__(Context context) { in __constructor__() method in ShadowGLSurfaceView
34 protected void __constructor__(Context context, AttributeSet attrs) { in __constructor__() method in ShadowGLSurfaceView
69 void __constructor__(Context context); in __constructor__() method
72 void __constructor__(Context context, AttributeSet attrs); in __constructor__() method
DShadowPausedChoreographer.java50 protected void __constructor__(Looper looper) { in __constructor__() method in ShadowPausedChoreographer
56 protected void __constructor__(Looper looper, int vsyncSource) { in __constructor__() method in ShadowPausedChoreographer
62 protected void __constructor__(Looper looper, int vsyncSource, long layerHandle) { in __constructor__() method in ShadowPausedChoreographer
DShadowContentProviderResult.java15 protected void __constructor__(Uri uri) in __constructor__() method in ShadowContentProviderResult
26 protected void __constructor__(int count) in __constructor__() method in ShadowContentProviderResult
DShadowCameraDeviceImpl.java44 protected void __constructor__( in __constructor__() method in ShadowCameraDeviceImpl
81 protected void __constructor__( in __constructor__() method in ShadowCameraDeviceImpl
198 void __constructor__( in __constructor__() method
210 void __constructor__( in __constructor__() method
DShadowRoleManager.java47 protected void __constructor__(Context context) { in __constructor__() method in ShadowRoleManager
53 protected void __constructor__(Context context, IRoleManager service) { in __constructor__() method in ShadowRoleManager
DShadowScaleGestureDetector.java24 protected void __constructor__( in __constructor__() method in ShadowScaleGestureDetector
78 void __constructor__(Context context, ScaleGestureDetector.OnScaleGestureListener listener); in __constructor__() method
DShadowAlwaysOnHotwordDetector.java48 protected void __constructor__( in __constructor__() method in ShadowAlwaysOnHotwordDetector
68 protected void __constructor__( in __constructor__() method in ShadowAlwaysOnHotwordDetector
86 protected void __constructor__( in __constructor__() method in ShadowAlwaysOnHotwordDetector
112 protected void __constructor__( in __constructor__() method in ShadowAlwaysOnHotwordDetector
DShadowChoreographer.java263 void __constructor__(Looper looper); in __constructor__() method
266 void __constructor__(Looper looper, int vsyncSource, long layerHandle); in __constructor__() method
269 void __constructor__(Looper looper, int vsyncSource); in __constructor__() method
DShadowImeTracingClientImpl.java18 protected void __constructor__() {} in __constructor__() method in ShadowImeTracingClientImpl
DShadowMediaSession.java12 protected void __constructor__(Context context, String tag) {} in __constructor__() method in ShadowMediaSession
DShadowNativeRegion.java35 protected void __constructor__(long ni) { in __constructor__() method in ShadowNativeRegion
41 protected void __constructor__(int left, int top, int right, int bottom) { in __constructor__() method in ShadowNativeRegion
53 protected void __constructor__(Rect rect) { in __constructor__() method in ShadowNativeRegion
DShadowZoomButtonsController.java14 protected void __constructor__(View ownerView) {} in __constructor__() method in ShadowZoomButtonsController
DShadowTouchDelegate.java20 protected void __constructor__(Rect bounds, View delegateView) { in __constructor__() method in ShadowTouchDelegate
DShadowLegacyAsyncTaskLoader.java23 protected void __constructor__(Context context) { in __constructor__() method in ShadowLegacyAsyncTaskLoader
DShadowPicture.java23 protected void __constructor__(Picture src) { in __constructor__() method in ShadowPicture
DShadowPathMeasure.java16 protected void __constructor__(Path path, boolean forceClosed) { in __constructor__() method in ShadowPathMeasure
DShadowNoopNativeAllocationRegistry.java42 protected void __constructor__( in __constructor__() method in ShadowNoopNativeAllocationRegistry
DShadowFileObserver.java101 protected void __constructor__(String path, int mask) { in __constructor__() method in ShadowFileObserver
107 protected void __constructor__(List<File> files, int mask) { in __constructor__() method in ShadowFileObserver
DShadowDatePickerDialog.java25 protected void __constructor__( in __constructor__() method in ShadowDatePickerDialog
/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/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

123