Dil

MatchTarget Enum

Definition

Specifies a criterion for matching views between the start and end scenes passed to SetMatchOrder(Int32[]).

public enum MatchTarget
type MatchTarget = 
Inheritance
MatchTarget

Fields

Name Value Description
Instance 1

Matches views by instance.

Name 2

Matches views by their transition name; null names are not matched.

Id 3

Matches views by their View.Id; negative IDs are not matched.

ItemId 4

Matches direct ListView children by item ID when the adapter has stable IDs; otherwise, no item-ID match occurs.

Remarks

Java documentation for android.transition.Transition.

Android Open Source Project source for transition matching constants.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to