HomeSort by relevance Sort by last modified time
    Searched refs:getDelegate (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DelegatedData.java 50 protected Data getDelegate() {
56 data = ((DelegatedData) data).getDelegate();
63 return getDelegate().getName();
68 return getDelegate().getValue();
73 return getDelegate().getIntValue();
78 return getDelegate().getBooleanValue();
83 getDelegate().setValue(value);
88 return getDelegate().getFullPath();
93 getDelegate().setAttribute(key, value);
98 return getDelegate().getAttribute(key)
    [all...]
UnmodifiableData.java 81 return new UnmodifiableIterator(getDelegate().getChildren().iterator());
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
ColorFilter_Delegate.java 49 public static ColorFilter_Delegate getDelegate(int nativeShader) {
50 return sManager.getDelegate(nativeShader);
DrawFilter_Delegate.java 49 public static DrawFilter_Delegate getDelegate(int nativeDrawFilter) {
50 return sManager.getDelegate(nativeDrawFilter);
MaskFilter_Delegate.java 49 public static MaskFilter_Delegate getDelegate(int nativeShader) {
50 return sManager.getDelegate(nativeShader);
Rasterizer_Delegate.java 49 public static Rasterizer_Delegate getDelegate(int nativeShader) {
50 return sManager.getDelegate(nativeShader);
PathEffect_Delegate.java 51 public static PathEffect_Delegate getDelegate(int nativeShader) {
52 return sManager.getDelegate(nativeShader);
Xfermode_Delegate.java 51 public static Xfermode_Delegate getDelegate(int native_instance) {
52 return sManager.getDelegate(native_instance);
Region_Delegate.java 60 public static Region_Delegate getDelegate(int nativeShader) {
61 return sManager.getDelegate(nativeShader);
142 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion);
152 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion);
162 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion);
172 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion);
183 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion);
195 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion);
206 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion);
211 Region_Delegate targetRegionDelegate = sManager.getDelegate(rgn.mNativeRegion)
    [all...]
Shader_Delegate.java 52 public static Shader_Delegate getDelegate(int nativeShader) {
53 return sManager.getDelegate(nativeShader);
87 Shader_Delegate shaderDelegate = sManager.getDelegate(native_shader);
92 shaderDelegate.mLocalMatrix = Matrix_Delegate.getDelegate(matrix_instance);
Paint_Delegate.java 100 public static Paint_Delegate getDelegate(int native_paint) {
101 return sManager.getDelegate(native_paint);
252 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
265 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
281 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
292 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
338 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
349 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
360 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
371 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint)
    [all...]
Path_Delegate.java 66 public static Path_Delegate getDelegate(int nPath) {
67 return sManager.getDelegate(nPath);
104 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
114 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
131 Path_Delegate pathDstDelegate = sManager.getDelegate(native_dst);
136 Path_Delegate pathSrcDelegate = sManager.getDelegate(native_src);
146 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
156 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
166 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
176 Path_Delegate pathDelegate = sManager.getDelegate(nPath)
    [all...]
Bitmap_Delegate.java 73 public static Bitmap_Delegate getDelegate(Bitmap bitmap) {
74 return sManager.getDelegate(bitmap.mNativeBitmap);
80 public static Bitmap_Delegate getDelegate(int native_bitmap) {
81 return sManager.getDelegate(native_bitmap);
143 Bitmap_Delegate delegate = sManager.getDelegate(bitmap.mNativeBitmap);
224 Bitmap_Delegate srcBmpDelegate = sManager.getDelegate(srcBitmap);
271 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
291 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
302 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
313 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap)
    [all...]
Matrix_Delegate.java 56 public static Matrix_Delegate getDelegate(int native_instance) {
57 return sManager.getDelegate(native_instance);
64 Matrix_Delegate delegate = sManager.getDelegate(m.native_instance);
73 Matrix_Delegate delegate = sManager.getDelegate(m.native_instance);
183 Matrix_Delegate oldDelegate = sManager.getDelegate(native_src_or_zero);
197 Matrix_Delegate d = sManager.getDelegate(native_object);
207 Matrix_Delegate d = sManager.getDelegate(native_object);
217 Matrix_Delegate d = sManager.getDelegate(native_object);
227 Matrix_Delegate d = sManager.getDelegate(native_object);
232 Matrix_Delegate src = sManager.getDelegate(other)
    [all...]
Canvas_Delegate.java 75 public static Canvas_Delegate getDelegate(Canvas canvas) {
76 return sManager.getDelegate(canvas.mNativeCanvas);
82 public static Canvas_Delegate getDelegate(int native_canvas) {
83 return sManager.getDelegate(native_canvas);
107 Canvas_Delegate canvasDelegate = sManager.getDelegate(thisCanvas.mNativeCanvas);
118 Canvas_Delegate canvasDelegate = sManager.getDelegate(thisCanvas.mNativeCanvas);
129 Canvas_Delegate canvasDelegate = sManager.getDelegate(thisCanvas.mNativeCanvas);
140 Canvas_Delegate canvasDelegate = sManager.getDelegate(thisCanvas.mNativeCanvas);
151 Canvas_Delegate canvasDelegate = sManager.getDelegate(thisCanvas.mNativeCanvas);
162 Canvas_Delegate canvasDelegate = sManager.getDelegate(thisCanvas.mNativeCanvas)
    [all...]
Typeface_Delegate.java 78 public static Typeface_Delegate getDelegate(int nativeTypeface) {
79 return sManager.getDelegate(nativeTypeface);
87 Typeface_Delegate delegate = sManager.getDelegate(native_int);
122 Typeface_Delegate delegate = sManager.getDelegate(native_instance);
183 Typeface_Delegate delegate = sManager.getDelegate(native_instance);
NinePatch_Delegate.java 188 final Bitmap_Delegate bitmap_delegate = Bitmap_Delegate.getDelegate(bitmap_instance);
209 Canvas_Delegate canvas_delegate = Canvas_Delegate.getDelegate(canvas_instance);
215 Paint_Delegate paint_delegate = Paint_Delegate.getDelegate(paint_instance_or_null);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DelegateManager.java 51 * will do is call {@link #getDelegate(int)} to get the Java object matching the int.
97 public T getDelegate(int native_object) {
137 T delegate = getDelegate(native_object);
  /frameworks/base/core/java/android/net/
SSLCertificateSocketFactory.java 222 private synchronized SSLSocketFactory getDelegate() {
394 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(k, host, port, close);
414 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket();
431 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(
448 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(addr, port);
464 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(
483 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(host, port);
495 return getDelegate().getSupportedCipherSuites();
500 return getDelegate().getSupportedCipherSuites();
  /external/mockito/src/org/mockito/internal/verification/
VerificationWithTimeoutImpl.java 49 public VerificationMode getDelegate() {
  /external/easymock/src/org/easymock/internal/
ObjectMethodsFilter.java 86 public MockInvocationHandler getDelegate() {
  /external/jmdns/src/javax/jmdns/
JmDNS.java 422 public abstract Delegate getDelegate();
  /external/guava/guava/src/com/google/common/collect/
AbstractMultimap.java 411 = (ancestor == null) ? null : ancestor.getDelegate();
424 if (ancestor.getDelegate() != ancestorDelegate) {
489 Collection<V> getDelegate() {
663 return (SortedSet<V>) getDelegate();
716 return (List<V>) getDelegate();
727 int newSize = getDelegate().size();
751 boolean wasEmpty = getDelegate().isEmpty();
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/interactions/
TestLoaderManager.java 114 public LoaderManager getDelegate() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 106 private ContextBasedFormattingStrategy getDelegate() {
122 ContextBasedFormattingStrategy delegate = getDelegate();
618 ContextBasedFormattingStrategy delegate = getDelegate();
641 delegate = getDelegate();
651 ContextBasedFormattingStrategy delegate = getDelegate();
    [all...]

Completed in 448 milliseconds

1 2 3