Home
last modified time | relevance | path

Searched refs:getter (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/
DExpressionVisitorTest.java150 Callable getter = parsed.getGetter(); in testInheritedFieldResolution() local
151 assertEquals(Callable.Type.METHOD, getter.type); in testInheritedFieldResolution()
152 assertEquals("length", getter.name); in testInheritedFieldResolution()
166 Callable getter = parsed.getGetter(); in testGetterResolution() local
167 assertEquals(Callable.Type.METHOD, getter.type); in testGetterResolution()
168 assertEquals("getBytes", getter.name); in testGetterResolution()
DLayoutBinderTest.java103 final Callable getter = fa.getGetter(); in testParseWithMethods() local
104 assertTrue(getter.type == Callable.Type.METHOD); in testParseWithMethods()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
DModelClass.java489 private ModelMethod findSetter(ModelMethod getter, String originalName) { in findSetter() argument
492 if (originalName.equals(getter.getName())) { in findSetter()
494 } else if (getter.getName().startsWith("is")){ in findSetter()
500 List<ModelMethod> methods = findMethods(name, getter.isStatic()); in findSetter()
502 ModelClass param = getter.getReturnType(null); in findSetter()
507 method.isStatic() == getter.isStatic()) { in findSetter()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DFieldAccessExpr.java318 BindingGetterCall getter = setterStore.getGetterCall(mName, targetClass, null, null); in resolveTwoWayExpressions() local
319 if (getter == null) { in resolveTwoWayExpressions()
320 getter = setterStore.getGetterCall("android:" + mName, targetClass, null, null); in resolveTwoWayExpressions()
321 if (getter == null) { in resolveTwoWayExpressions()
330 getter.getEventAttribute().equals(binding.getName())) { in resolveTwoWayExpressions()
336 inverseBinding = bindingTarget.addInverseBinding(mName, getter); in resolveTwoWayExpressions()
/frameworks/base/libs/hwui/
DAnimator.cpp312 GetFloatProperty getter; member
340 setStartValue((mStagingTarget->stagingProperties().*mPropertyAccess->getter)()); in onAttached()
377 return (target->properties().*mPropertyAccess->getter)(); in getValue()
/frameworks/base/docs/html-intl/intl/ja/training/material/
Ddrawables.jd67 <code>Palette</code> クラスで、<code>Palette.getVibrantColor</code> などの getter メソッドを使って画像から代表色を取得できます。</…
/frameworks/base/docs/html-intl/intl/zh-tw/training/material/
Ddrawables.jd66 <p>您可使用 <code>Palette</code> 類別中的 getter 方法 (如 <code>Palette.getVibrantColor</code> 從影像擷取顯著顏色。
/frameworks/base/docs/html-intl/intl/ko/training/material/
Ddrawables.jd67 <code>Palette</code> 클래스의 getter 메서드를 사용하여 이미지에서 주요 색상을 추출할 수 있습니다.</p>
/frameworks/base/docs/html-intl/intl/ru/training/material/
Ddrawables.jd66 <p>Извлечь главные цвета на изображении можно также с помощью методов getter из класса
/frameworks/base/docs/html-intl/intl/zh-cn/training/material/
Ddrawables.jd67 <code>Palette</code> 类别(例如 <code>Palette.getVibrantColor</code>)中的 getter 方法从图像检索突出颜色。</p>
/frameworks/opt/telephony/
DREADME.txt17 used. If the caller is on the same thread then a getter
/frameworks/base/docs/html-intl/intl/id/training/material/
Ddrawables.jd66 <p>Anda bisa mengambil warna mencolok dari gambar dengan metode getter di kelas
/frameworks/base/docs/html-intl/intl/in/training/material/
Ddrawables.jd66 <p>Anda bisa mengambil warna mencolok dari gambar dengan metode getter di kelas
/frameworks/base/docs/html/training/material/
Ddrawables.jd69 <p>You can retrieve the prominent colors from the image using the getter methods in the
/frameworks/base/docs/html/training/graphics/opengl/
Dtouch.jd115 Here is the code to declare the variable and expose the getter and setter pair:</p>
/frameworks/compile/slang/
DREADME.rst194 You can bind the struct(e.g., Point), using the setter and getter
217 // The getter of Item array, which gets the *index*-th element
/frameworks/base/docs/html-intl/intl/vi/training/material/
Ddrawables.jd66 <p>Bạn có thể truy xuất màu nổi bật từ hình ảnh bằng cách sử dụng các phương thức getter trong lớp
/frameworks/base/docs/html/training/articles/
Dperf-tips.jd174 trivial getter. With the JIT (where direct field access is as cheap as
176 trivial getter.</p>
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd465 animation. Therefore, the object property that you are animating must have a getter function
466 that is used to obtain the starting value of the animation. The getter function must be in the
470 <li>The getter (if needed) and setter methods of the property that you are animating must
834 getter and setter methods were added to eliminate this drawback.</p>
Dhardware-accel.jd558 setter or getter. For instance, to modify the alpha property, call {@link
/frameworks/base/docs/html/training/custom-views/
Dcreate-view.jd215 when the view is initialized. To provide dynamic behavior, expose a property getter and
/frameworks/base/docs/html/topic/libraries/data-binding/
Dindex.jd678 The generated binding class will have a setter and getter for each of the
1154 assigning a {@link android.databinding.Bindable} annotation to the getter and notifying in
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Dcontacts-provider.jd1751 {@link android.app.Service#onBind(Intent) onBind()} 메서드에 반환할 정적 "getter" 메서드를 제공하는 데
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Dcontacts-provider.jd1749 {@link android.app.Application#onCreate()} 方法具現化同步配接器,並提供靜態的「getter」方法將單一執行個體傳回給同步配接器服務的
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Dcontacts-provider.jd1748 …ンを同期アダプタのサービスの {@link android.app.Service#onBind(Intent) onBind()} メソッドに返すための静的な「getter」メソッドを提供します。

12