Searched refs:targetType (Results 1 - 9 of 9) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DBracketExpr.java41 ModelClass targetType = getTarget().getResolvedType();
42 if (targetType.isArray()) {
44 } else if (targetType.isList()) {
46 } else if (targetType.isMap()) {
51 "or array. Type detected: " + targetType.toJavaCode());
53 return targetType.getComponentType();
106 ModelClass targetType = getTarget().getResolvedType().erasure();
107 if (listType.isAssignableFrom(targetType)) {
/frameworks/base/core/java/android/transition/
H A DTransitionSet.java232 public TransitionSet addTarget(Class targetType) { argument
234 mTransitions.get(i).addTarget(targetType);
236 return (TransitionSet) super.addTarget(targetType);
H A DTransition.java1021 * <p>Note that any View that can be cast to targetType will be included, so
1022 * if targetType is <code>View.class</code>, all Views will be included.</p>
1029 * @param targetType The type to include when running this transition.
1035 public Transition addTarget(Class targetType) { argument
1036 if (targetType != null) {
1040 mTargetTypes.add(targetType);
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1664 const char* targetType) {
1667 return String8::format("Waiting because the %s window is paused.", targetType);
1675 "of being removed.", targetType);
1682 "The window may be in the process of being removed.", targetType,
1690 targetType, connection->outboundQueue.count(), connection->waitQueue.count());
1710 targetType, connection->outboundQueue.count(), connection->waitQueue.count());
1734 targetType, STREAM_AHEAD_EVENT_TIMEOUT * 0.000001f,
1662 checkWindowReadyForMoreInputLocked(nsecs_t currentTime, const sp<InputWindowHandle>& windowHandle, const EventEntry* eventEntry, const char* targetType) argument
H A DInputDispatcher.h1063 const char* targetType);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4631 const char16_t* targetType = type; local
4636 targetType, targetTypeLen);
4651 } while (strzcmp16(attr.string(), attr.size(), targetType, targetTypeLen) == 0
4652 && (targetType = attrPrivate.string())
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1348 milliseconds