Android
android.view
public static final enum

android.view.ViewDebug.RecyclerTraceType

java.lang.Object
java.lang.Enum<E extends java.lang.Enum<E>> Serializable Comparable<T>
android.view.ViewDebug.RecyclerTraceType

Defines the type of recycler trace to output to the recycler traces file.

Summary

Enum Values

ViewDebug.RecyclerTraceType  BIND_VIEW   
ViewDebug.RecyclerTraceType  MOVE_FROM_ACTIVE_TO_SCRAP_HEAP   
ViewDebug.RecyclerTraceType  MOVE_TO_ACTIVE_HEAP   
ViewDebug.RecyclerTraceType  MOVE_TO_SCRAP_HEAP   
ViewDebug.RecyclerTraceType  NEW_VIEW   
ViewDebug.RecyclerTraceType  RECYCLE_FROM_ACTIVE_HEAP   
ViewDebug.RecyclerTraceType  RECYCLE_FROM_SCRAP_HEAP   

Public Methods

      static    ViewDebug.RecyclerTraceType  valueOf(String name)
    final  static    RecyclerTraceType[]  values()
Methods inherited from class java.lang.Enum
Methods inherited from class java.lang.Object
Methods inherited from interface java.lang.Comparable

Details

Enum Values

public static final ViewDebug.RecyclerTraceType BIND_VIEW

public static final ViewDebug.RecyclerTraceType MOVE_FROM_ACTIVE_TO_SCRAP_HEAP

public static final ViewDebug.RecyclerTraceType MOVE_TO_ACTIVE_HEAP

public static final ViewDebug.RecyclerTraceType MOVE_TO_SCRAP_HEAP

public static final ViewDebug.RecyclerTraceType NEW_VIEW

public static final ViewDebug.RecyclerTraceType RECYCLE_FROM_ACTIVE_HEAP

public static final ViewDebug.RecyclerTraceType RECYCLE_FROM_SCRAP_HEAP

Public Methods

public static ViewDebug.RecyclerTraceType valueOf(String name)

public static final RecyclerTraceType[] values()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56