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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
AppCompatPreferenceActivity.java 44 getDelegate().installViewFactory();
45 getDelegate().onCreate(savedInstanceState);
52 getDelegate().onPostCreate(savedInstanceState);
56 return getDelegate().getSupportActionBar();
60 getDelegate().setSupportActionBar(toolbar);
65 return getDelegate().getMenuInflater();
70 getDelegate().setContentView(layoutResID);
75 getDelegate().setContentView(view);
80 getDelegate().setContentView(view, params);
85 getDelegate().addContentView(view, params)
    [all...]
AppCompatNightModeActivity.java 40 getDelegate().setLocalNightMode(AppCompatDelegate.MODE_NIGHT_NO);
44 getDelegate().setLocalNightMode(AppCompatDelegate.MODE_NIGHT_YES);
48 getDelegate().setLocalNightMode(AppCompatDelegate.MODE_NIGHT_AUTO);
AppCompatNightModeAlertDialog.java 40 dialog.getDelegate().setLocalNightMode(AppCompatDelegate.MODE_NIGHT_NO);
46 dialog.getDelegate().setLocalNightMode(AppCompatDelegate.MODE_NIGHT_YES);
52 dialog.getDelegate().setLocalNightMode(AppCompatDelegate.MODE_NIGHT_AUTO);
AppCompatNightModeDialog.java 40 dialog.getDelegate().setLocalNightMode(AppCompatDelegate.MODE_NIGHT_NO);
48 dialog.getDelegate().setLocalNightMode(AppCompatDelegate.MODE_NIGHT_YES);
56 dialog.getDelegate().setLocalNightMode(AppCompatDelegate.MODE_NIGHT_AUTO);
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDialog.java 52 getDelegate().onCreate(null);
55 getDelegate().applyDayNight();
65 getDelegate().installViewFactory();
67 getDelegate().onCreate(savedInstanceState);
78 return getDelegate().getSupportActionBar();
83 getDelegate().setContentView(layoutResID);
88 getDelegate().setContentView(view);
93 getDelegate().setContentView(view, params);
100 return getDelegate().findViewById(id);
106 getDelegate().setTitle(title)
    [all...]
AppCompatActivity.java 70 final AppCompatDelegate delegate = getDelegate();
97 getDelegate().onPostCreate(savedInstanceState);
109 return getDelegate().getSupportActionBar();
129 getDelegate().setSupportActionBar(toolbar);
134 return getDelegate().getMenuInflater();
139 getDelegate().setContentView(layoutResID);
144 getDelegate().setContentView(view);
149 getDelegate().setContentView(view, params);
154 getDelegate().addContentView(view, params);
160 getDelegate().onConfigurationChanged(newConfig)
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/settings/
AppCompatPreferenceActivity.java 39 getDelegate().installViewFactory();
40 getDelegate().onCreate(savedInstanceState);
48 getDelegate().onPostCreate(savedInstanceState);
52 getDelegate().setSupportActionBar(toolbar);
57 return getDelegate().getMenuInflater();
62 getDelegate().setContentView(layoutResID);
67 getDelegate().setContentView(view);
72 getDelegate().setContentView(view, params);
77 getDelegate().addContentView(view, params);
83 getDelegate().onPostResume()
    [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 60 public static Canvas_Delegate getDelegate(Canvas canvas) {
61 return (Canvas_Delegate) sManager.getDelegate(canvas.getNativeCanvasWrapper());
67 public static Canvas_Delegate getDelegate(long native_canvas) {
68 return (Canvas_Delegate) sManager.getDelegate(native_canvas);
107 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(nativeBitmapOrZero);
123 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(canvas);
124 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmap);
135 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas);
149 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas);
160 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas)
    [all...]
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);
ColorFilter_Delegate.java 54 public static ColorFilter_Delegate getDelegate(long nativeShader) {
55 return sManager.getDelegate(nativeShader);
PathEffect_Delegate.java 51 public static PathEffect_Delegate getDelegate(long nativeShader) {
52 return sManager.getDelegate(nativeShader);
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...]
Paint_Delegate.java 111 public static Paint_Delegate getDelegate(long native_paint) {
112 return sManager.getDelegate(native_paint);
225 mColorFilter = ColorFilter_Delegate.getDelegate(colorFilterPtr);
229 mShader = Shader_Delegate.getDelegate(shaderPtr);
255 Paint_Delegate delegate = sManager.getDelegate(nativePaint);
268 Paint_Delegate delegate = sManager.getDelegate(nativePaint);
284 Paint_Delegate delegate = sManager.getDelegate(nativePaint);
295 Paint_Delegate delegate = sManager.getDelegate(nativePaint);
345 Paint_Delegate delegate = sManager.getDelegate(nativePaint);
356 Paint_Delegate delegate = sManager.getDelegate(nativePaint)
    [all...]
Path_Delegate.java 74 public static Path_Delegate getDelegate(long nPath) {
75 return sManager.getDelegate(nPath);
114 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
124 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
141 Path_Delegate pathDstDelegate = sManager.getDelegate(native_dst);
146 Path_Delegate pathSrcDelegate = sManager.getDelegate(nSrc);
163 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
173 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
183 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
190 Path_Delegate pathDelegate = sManager.getDelegate(nPath)
    [all...]
Matrix_Delegate.java 59 public static Matrix_Delegate getDelegate(long native_instance) {
60 return sManager.getDelegate(native_instance);
67 Matrix_Delegate delegate = sManager.getDelegate(m.native_instance);
76 Matrix_Delegate delegate = sManager.getDelegate(m.native_instance);
186 Matrix_Delegate oldDelegate = sManager.getDelegate(native_src_or_zero);
200 Matrix_Delegate d = sManager.getDelegate(native_object);
210 Matrix_Delegate d = sManager.getDelegate(native_object);
220 Matrix_Delegate d = sManager.getDelegate(native_object);
230 Matrix_Delegate d = sManager.getDelegate(native_object);
240 Matrix_Delegate d = sManager.getDelegate(native_object)
    [all...]
Shader_Delegate.java 55 public static Shader_Delegate getDelegate(long nativeShader) {
56 return sManager.getDelegate(nativeShader);
95 mLocalMatrix = Matrix_Delegate.getDelegate(nativeMatrix);
Typeface_Delegate.java 73 public static Typeface_Delegate getDelegate(long nativeTypeface) {
74 return sManager.getDelegate(nativeTypeface);
156 Typeface_Delegate delegate = sManager.getDelegate(native_instance);
158 delegate = sManager.getDelegate(sDefaultTypeface);
171 Typeface_Delegate delegate = sManager.getDelegate(native_instance);
173 delegate = sManager.getDelegate(sDefaultTypeface);
204 Typeface_Delegate delegate = sManager.getDelegate(native_instance);
206 delegate = sManager.getDelegate(sDefaultTypeface);
221 fontFamilies[i] = FontFamily_Delegate.getDelegate(familyArray[i]);
242 Typeface_Delegate delegate = sManager.getDelegate(native_instance)
    [all...]
Bitmap_Delegate.java 89 public static Bitmap_Delegate getDelegate(long native_bitmap) {
90 return sManager.getDelegate(native_bitmap);
94 public static Bitmap_Delegate getDelegate(@Nullable Bitmap bitmap) {
95 return bitmap == null ? null : getDelegate(bitmap.getNativeInstance());
271 Bitmap_Delegate srcBmpDelegate = sManager.getDelegate(srcBitmap);
346 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
366 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
377 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
388 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
396 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap)
    [all...]
  /frameworks/layoutlib/bridge/src/android/view/
RenderNode_Delegate.java 78 RenderNode_Delegate delegate = sManager.getDelegate(renderNode);
88 RenderNode_Delegate delegate = sManager.getDelegate(renderNode);
97 RenderNode_Delegate delegate = sManager.getDelegate(renderNode);
107 RenderNode_Delegate delegate = sManager.getDelegate(renderNode);
116 RenderNode_Delegate delegate = sManager.getDelegate(renderNode);
126 RenderNode_Delegate delegate = sManager.getDelegate(renderNode);
135 RenderNode_Delegate delegate = sManager.getDelegate(renderNode);
145 RenderNode_Delegate delegate = sManager.getDelegate(renderNode);
154 RenderNode_Delegate delegate = sManager.getDelegate(renderNode);
164 RenderNode_Delegate delegate = sManager.getDelegate(renderNode)
    [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java 107 VPathRenderer_Delegate rendererToCopy = VNativeObject.getDelegate(rendererToCopyPtr);
115 VPathRenderer_Delegate nativePathRenderer = VNativeObject.getDelegate(rendererPtr);
122 VPathRenderer_Delegate nativePathRenderer = VNativeObject.getDelegate(rendererPtr);
130 VPathRenderer_Delegate nativePathRenderer = VNativeObject.getDelegate(rendererPtr);
143 VPathRenderer_Delegate nativePathRenderer = VNativeObject.getDelegate(rendererPtr);
171 VFullPath_Delegate original = VNativeObject.getDelegate(nativeFullPathPtr);
178 VFullPath_Delegate path = VNativeObject.getDelegate(pathPtr);
206 VFullPath_Delegate path = VNativeObject.getDelegate(pathPtr);
224 VFullPath_Delegate path = VNativeObject.getDelegate(pathPtr);
231 VFullPath_Delegate path = VNativeObject.getDelegate(pathPtr)
    [all...]
AnimatedVectorDrawable_Delegate.java 68 PropertySetter holder = sHolders.getDelegate(propertyValuesHolder);
76 NativeInterpolatorFactoryHelper_Delegate.getDelegate(nativeInterpolator));
84 AnimatorSetHolder set = sAnimatorSets.getDelegate(setPtr);
92 VGroup_Delegate group = VNativeObject.getDelegate(nativePtr);
110 VFullPath_Delegate path = VNativeObject.getDelegate(nativePtr);
120 VFullPath_Delegate path = VNativeObject.getDelegate(nativePtr);
130 VPathRenderer_Delegate renderer = VNativeObject.getDelegate(nativePtr);
139 PropertySetter setter = sHolders.getDelegate(nativePtr);
147 PropertySetter setter = sHolders.getDelegate(nativePtr);
155 AnimatorSetHolder animatorSet = sAnimatorSets.getDelegate(animatorSetPtr)
    [all...]
  /frameworks/layoutlib/bridge/src/libcore/util/
NativeAllocationRegistry_Delegate.java 59 NativeAllocationRegistry_Delegate delegate = sManager.getDelegate(freeFunction);
  /frameworks/layoutlib/bridge/src/android/text/
StaticLayout_Delegate.java 64 Builder builder = sBuilderManager.getDelegate(nativeBuilder);
82 Builder builder = sBuilderManager.getDelegate(nativeBuilder);
96 Builder builder = sBuilderManager.getDelegate(nativeBuilder);
106 Builder builder = sBuilderManager.getDelegate(nativeBuilder);
114 Builder builder = sBuilderManager.getDelegate(nativeBuilder);
124 Builder builder = sBuilderManager.getDelegate(nativeBuilder);
135 Builder builder = sBuilderManager.getDelegate(nativeBuilder);
219 Paint_Delegate paint = Paint_Delegate.getDelegate(nativePaint);

Completed in 747 milliseconds

1 2 3 4 5 6 7 8 91011>>