Lines Matching refs:implementation
46 provides all the necessary missing implementation for rendering graphics in Eclipse.
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
136 changes the calls to a method in each class instead of changing the implementation of the method.
177 injected. The implementation for these classes has been taken from Android's libcore
180 added to the Dalvik VM for performance reasons. An implementation that is very close to the
190 bridge then registers a listener on the method signature and can provide an implementation.
200 original class name. This allows the bridge to literally replace an implementation.
209 native code in Eclipse, we need to provide a full alternate implementation. Sub-classing doesn't
219 not present in the Desktop VM. An implementation for these classes is also injected.
224 This is mostly an implementation detail of the bridge: in the Paint class mentioned above, some
226 all the original implementation is native.
230 implementation.
239 implementation.
240 b- A brand new implementation of SomeClass.MethodName() which calls to a non-existing static method
241 named SomeClass_Delegate.MethodName(). The implementation of this 'delegate' method is done in