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

1 2 3 4 5

  /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/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivity.java 73 return getDelegate().getSupportActionBar();
92 getDelegate().setSupportActionBar(toolbar);
97 return getDelegate().getMenuInflater();
102 getDelegate().setContentView(layoutResID);
107 getDelegate().setContentView(view);
112 getDelegate().setContentView(view, params);
117 getDelegate().addContentView(view, params);
123 getDelegate().onCreate(savedInstanceState);
129 getDelegate().onPostCreate(savedInstanceState);
135 getDelegate().onConfigurationChanged(newConfig)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DrawFilter_Delegate.java 49 public static DrawFilter_Delegate getDelegate(long nativeDrawFilter) {
50 return sManager.getDelegate(nativeDrawFilter);
MaskFilter_Delegate.java 49 public static MaskFilter_Delegate getDelegate(long nativeShader) {
50 return sManager.getDelegate(nativeShader);
Rasterizer_Delegate.java 49 public static Rasterizer_Delegate getDelegate(long nativeShader) {
50 return sManager.getDelegate(nativeShader);
ColorFilter_Delegate.java 51 public static ColorFilter_Delegate getDelegate(long nativeShader) {
52 return sManager.getDelegate(nativeShader);
PathEffect_Delegate.java 51 public static PathEffect_Delegate getDelegate(long nativeShader) {
52 return sManager.getDelegate(nativeShader);
Xfermode_Delegate.java 51 public static Xfermode_Delegate getDelegate(long native_instance) {
52 return sManager.getDelegate(native_instance);
Region_Delegate.java 60 public static Region_Delegate getDelegate(long 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(long nativeShader) {
53 return sManager.getDelegate(nativeShader);
86 Shader_Delegate shaderDelegate = sManager.getDelegate(native_shader);
91 shaderDelegate.mLocalMatrix = Matrix_Delegate.getDelegate(matrix_instance);
Paint_Delegate.java 103 public static Paint_Delegate getDelegate(long native_paint) {
104 return sManager.getDelegate(native_paint);
254 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
267 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
283 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
294 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
340 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
351 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
362 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
373 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint)
    [all...]
Path_Delegate.java 66 public static Path_Delegate getDelegate(long 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);
153 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
163 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
173 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
183 Path_Delegate pathDelegate = sManager.getDelegate(nPath)
    [all...]
Matrix_Delegate.java 56 public static Matrix_Delegate getDelegate(long 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);
237 Matrix_Delegate d = sManager.getDelegate(native_object)
    [all...]
Typeface_Delegate.java 67 public static Typeface_Delegate getDelegate(long nativeTypeface) {
68 return sManager.getDelegate(nativeTypeface);
147 Typeface_Delegate delegate = sManager.getDelegate(native_instance);
149 delegate = sManager.getDelegate(sDefaultTypeface);
161 Typeface_Delegate delegate = sManager.getDelegate(native_instance);
163 delegate = sManager.getDelegate(sDefaultTypeface);
177 fontFamilies[i] = FontFamily_Delegate.getDelegate(familyArray[i]);
190 Typeface_Delegate delegate = sManager.getDelegate(native_instance);
Canvas_Delegate.java 77 public static Canvas_Delegate getDelegate(Canvas canvas) {
78 return sManager.getDelegate(canvas.getNativeCanvasWrapper());
84 public static Canvas_Delegate getDelegate(long native_canvas) {
85 return sManager.getDelegate(native_canvas);
120 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(nativeBitmapOrZero);
137 Canvas_Delegate canvasDelegate = sManager.getDelegate(canvas);
138 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmap);
149 Canvas_Delegate canvasDelegate = sManager.getDelegate(nativeCanvas);
160 Canvas_Delegate canvasDelegate = sManager.getDelegate(nativeCanvas);
171 Canvas_Delegate canvasDelegate = sManager.getDelegate(nativeCanvas)
    [all...]
Bitmap_Delegate.java 81 public static Bitmap_Delegate getDelegate(Bitmap bitmap) {
82 return sManager.getDelegate(bitmap.mNativeBitmap);
88 public static Bitmap_Delegate getDelegate(long native_bitmap) {
89 return sManager.getDelegate(native_bitmap);
195 Bitmap_Delegate delegate = sManager.getDelegate(bitmap.mNativeBitmap);
277 Bitmap_Delegate srcBmpDelegate = sManager.getDelegate(srcBitmap);
333 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
353 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
364 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
375 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap)
    [all...]
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);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/password_manager/
PasswordAuthenticationManager.java 89 private static PasswordAuthenticationDelegate getDelegate() {
107 return getDelegate().isPasswordAuthenticationEnabled();
118 getDelegate().requestAuthentication(tab, callback);
126 return getDelegate().getPasswordProtectionString();
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
RenderNode_Delegate.java 56 RenderNode_Delegate delegate = sManager.getDelegate(renderNode);
66 RenderNode_Delegate delegate = sManager.getDelegate(renderNode);
  /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(long native_object) {
137 T delegate = getDelegate(native_object);
  /frameworks/base/core/java/android/net/
SSLCertificateSocketFactory.java 226 private synchronized SSLSocketFactory getDelegate() {
435 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(k, host, port, close);
456 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket();
474 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(
492 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(addr, port);
509 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(
529 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(host, port);
542 return getDelegate().getDefaultCipherSuites();
547 return getDelegate().getSupportedCipherSuites();
  /frameworks/base/tools/layoutlib/bridge/src/libcore/io/
MemoryMappedFile_Delegate.java 95 MemoryMappedFile_Delegate delegate = getDelegate(file);
113 private static MemoryMappedFile_Delegate getDelegate(MemoryMappedFile file) {
115 return index == null ? null : sManager.getDelegate(index);
  /external/mockito/src/org/mockito/internal/verification/
VerificationWithTimeoutImpl.java 49 public VerificationMode getDelegate() {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
ResponseCacheAdapter.java 43 public ResponseCache getDelegate() {

Completed in 2521 milliseconds

1 2 3 4 5