OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDelegate
(Results
1 - 25
of
71
) 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
99
public static Paint_Delegate
getDelegate
(int native_paint) {
100
return sManager.
getDelegate
(native_paint);
251
Paint_Delegate delegate = sManager.
getDelegate
(thisPaint.mNativePaint);
264
Paint_Delegate delegate = sManager.
getDelegate
(thisPaint.mNativePaint);
280
Paint_Delegate delegate = sManager.
getDelegate
(thisPaint.mNativePaint);
291
Paint_Delegate delegate = sManager.
getDelegate
(thisPaint.mNativePaint);
337
Paint_Delegate delegate = sManager.
getDelegate
(thisPaint.mNativePaint);
348
Paint_Delegate delegate = sManager.
getDelegate
(thisPaint.mNativePaint);
359
Paint_Delegate delegate = sManager.
getDelegate
(thisPaint.mNativePaint);
370
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
...]
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
73
public static Canvas_Delegate
getDelegate
(Canvas canvas) {
74
return sManager.
getDelegate
(canvas.mNativeCanvas);
80
public static Canvas_Delegate
getDelegate
(int native_canvas) {
81
return sManager.
getDelegate
(native_canvas);
105
Canvas_Delegate canvasDelegate = sManager.
getDelegate
(thisCanvas.mNativeCanvas);
116
Canvas_Delegate canvasDelegate = sManager.
getDelegate
(thisCanvas.mNativeCanvas);
127
Canvas_Delegate canvasDelegate = sManager.
getDelegate
(thisCanvas.mNativeCanvas);
138
Canvas_Delegate canvasDelegate = sManager.
getDelegate
(thisCanvas.mNativeCanvas);
149
Canvas_Delegate canvasDelegate = sManager.
getDelegate
(thisCanvas.mNativeCanvas);
160
Canvas_Delegate canvasDelegate = sManager.
getDelegate
(thisCanvas.mNativeCanvas)
[
all
...]
Bitmap_Delegate.java
79
public static Bitmap_Delegate
getDelegate
(Bitmap bitmap) {
80
return sManager.
getDelegate
(bitmap.mNativeBitmap);
86
public static Bitmap_Delegate
getDelegate
(int native_bitmap) {
87
return sManager.
getDelegate
(native_bitmap);
196
Bitmap_Delegate delegate = sManager.
getDelegate
(bitmap.mNativeBitmap);
278
Bitmap_Delegate srcBmpDelegate = sManager.
getDelegate
(srcBitmap);
334
Bitmap_Delegate delegate = sManager.
getDelegate
(nativeBitmap);
354
Bitmap_Delegate delegate = sManager.
getDelegate
(nativeBitmap);
365
Bitmap_Delegate delegate = sManager.
getDelegate
(nativeBitmap);
376
Bitmap_Delegate delegate = sManager.
getDelegate
(nativeBitmap)
[
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);
125
Typeface_Delegate delegate = sManager.
getDelegate
(native_instance);
186
Typeface_Delegate delegate = sManager.
getDelegate
(native_instance);
NinePatch_Delegate.java
205
final Bitmap_Delegate bitmap_delegate = Bitmap_Delegate.
getDelegate
(bitmap_instance);
211
NinePatch_Delegate delegate = sManager.
getDelegate
(chunk);
231
Canvas_Delegate canvas_delegate = Canvas_Delegate.
getDelegate
(canvas_instance);
237
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
220
private synchronized SSLSocketFactory
getDelegate
() {
429
OpenSSLSocketImpl s = (OpenSSLSocketImpl)
getDelegate
().createSocket(k, host, port, close);
450
OpenSSLSocketImpl s = (OpenSSLSocketImpl)
getDelegate
().createSocket();
468
OpenSSLSocketImpl s = (OpenSSLSocketImpl)
getDelegate
().createSocket(
486
OpenSSLSocketImpl s = (OpenSSLSocketImpl)
getDelegate
().createSocket(addr, port);
503
OpenSSLSocketImpl s = (OpenSSLSocketImpl)
getDelegate
().createSocket(
523
OpenSSLSocketImpl s = (OpenSSLSocketImpl)
getDelegate
().createSocket(host, port);
536
return
getDelegate
().getSupportedCipherSuites();
541
return
getDelegate
().getSupportedCipherSuites();
/external/mockito/src/org/mockito/internal/verification/
VerificationWithTimeoutImpl.java
49
public VerificationMode
getDelegate
() {
/frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
DateIntervalFormat_Delegate.java
44
DateIntervalFormat_Delegate delegate = sManager.
getDelegate
((int)address);
/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
() {
Completed in 1851 milliseconds
1
2
3