Searched refs:targetType (Results 1 - 4 of 4) 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.java1009 * <p>Note that any View that can be cast to targetType will be included, so
1010 * if targetType is <code>View.class</code>, all Views will be included.</p>
1017 * @param targetType The type to include when running this transition.
1023 public Transition addTarget(Class targetType) { argument
1024 if (targetType != null) {
1028 mTargetTypes.add(targetType);
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1647 const char* targetType) {
1650 return String8::format("Waiting because the %s window is paused.", targetType);
1658 "of being removed.", targetType);
1665 "The window may be in the process of being removed.", targetType,
1673 targetType, connection->outboundQueue.count(), connection->waitQueue.count());
1693 targetType, connection->outboundQueue.count(), connection->waitQueue.count());
1717 targetType, STREAM_AHEAD_EVENT_TIMEOUT * 0.000001f,
1645 checkWindowReadyForMoreInputLocked(nsecs_t currentTime, const sp<InputWindowHandle>& windowHandle, const EventEntry* eventEntry, const char* targetType) argument
H A DInputDispatcher.h1046 const char* targetType);

Completed in 575 milliseconds