Lines Matching refs:implementation
46 provides all the necessary missing implementation for rendering graphics in Android Studio.
73 The analyzer is also given a list of classes to exclude. A fake implementation of these classes is
124 modified to update all references to these non-desktop classes. An alternate implementation of
129 changes the calls to a method in each class instead of changing the implementation of the method.
170 injected. The implementation for these classes has been taken from Android's libcore
173 added to the Dalvik VM for performance reasons. An implementation that is very close to the
183 bridge then registers a listener on the method signature and can provide an implementation.
193 original class name. This allows the bridge to literally replace an implementation.
202 native code in Android Studio, we need to provide a full alternate implementation. Sub-classing doe…
212 not present in the Desktop VM. An implementation for these classes is also injected.
217 This is mostly an implementation detail of the bridge: in the Paint class mentioned above, some
219 all the original implementation is native.
223 implementation.
232 implementation.
233 b- A brand new implementation of SomeClass.MethodName() which calls to a non-existing static method
234 named SomeClass_Delegate.MethodName(). The implementation of this 'delegate' method is done in