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

/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.java1023 * <p>Note that any View that can be cast to targetType will be included, so
1024 * if targetType is <code>View.class</code>, all Views will be included.</p>
1031 * @param targetType The type to include when running this transition.
1037 public Transition addTarget(Class targetType) { argument
1038 if (targetType != null) {
1042 mTargetTypes.add(targetType);
/frameworks/support/transition/src/android/support/transition/
H A DTransitionSet.java245 public TransitionSet addTarget(@NonNull Class targetType) { argument
247 mTransitions.get(i).addTarget(targetType);
249 return (TransitionSet) super.addTarget(targetType);
H A DTransition.java1060 * <p>Note that any View that can be cast to targetType will be included, so
1061 * if targetType is <code>View.class</code>, all Views will be included.</p>
1063 * @param targetType The type to include when running this transition.
1074 public Transition addTarget(@NonNull Class targetType) { argument
1078 mTargetTypes.add(targetType);
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1662 const char* targetType) {
1665 return String8::format("Waiting because the %s window is paused.", targetType);
1673 "of being removed.", targetType);
1680 "The window may be in the process of being removed.", targetType,
1688 targetType, connection->outboundQueue.count(), connection->waitQueue.count());
1708 targetType, connection->outboundQueue.count(), connection->waitQueue.count());
1732 targetType, STREAM_AHEAD_EVENT_TIMEOUT * 0.000001f,
1660 checkWindowReadyForMoreInputLocked(nsecs_t currentTime, const sp<InputWindowHandle>& windowHandle, const EventEntry* eventEntry, const char* targetType) argument
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4772 const char16_t* targetType = type; local
4777 targetType, targetTypeLen);
4792 } while (strzcmp16(attr.string(), attr.size(), targetType, targetTypeLen) == 0
4793 && (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 302 milliseconds