HomeSort by relevance Sort by last modified time
    Searched defs:ViewDebug (Results 1 - 12 of 12) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
ViewDebugTest.java 27 import android.view.ViewDebug;
28 import android.view.ViewDebug.HierarchyTraceType;
29 import android.view.ViewDebug.RecyclerTraceType;
32 @TestTargetClass(ViewDebug.class)
37 method = "ViewDebug",
41 new ViewDebug();
68 assertFalse(ViewDebug.TRACE_RECYCLER);
71 ViewDebug.startRecyclerTracing(recyclerTracePrefix, ownerView);
72 ViewDebug.trace(view, RecyclerTraceType.NEW_VIEW, 0, 1);
73 ViewDebug.stopRecyclerTracing()
    [all...]
  /dalvik/dx/tests/098-dex-jsr-ret-throw/
ViewDebug$ViewServer.class 
  /frameworks/base/core/java/android/widget/
ListView.java 40 import android.view.ViewDebug;
    [all...]
AbsListView.java 44 import android.view.ViewDebug;
609 @ViewDebug.ExportedProperty
652 @ViewDebug.ExportedProperty
688 @ViewDebug.ExportedProperty
735 @ViewDebug.ExportedProperty
765 @ViewDebug.ExportedProperty
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 59 public class ViewDebug {
83 * {@link #trace(View, android.view.ViewDebug.HierarchyTraceType)} should first
90 * {@link #trace(View, android.view.ViewDebug.RecyclerTraceType, int[])} should first
157 Debug.setFieldsOn(ViewDebug.class, true);
185 * @ViewDebug.ExportedProperty(mapping = {
186 * @ViewDebug.IntToString(from = 0, to = "VISIBLE"),
187 * @ViewDebug.IntToString(from = 4, to = "INVISIBLE"),
188 * @ViewDebug.IntToString(from = 8, to = "GONE")
195 * @see android.view.ViewDebug.IntToString
205 * @ViewDebug.ExportedProperty(indexMapping =
    [all...]
ViewGroup.java 365 @ViewDebug.ExportedProperty(mapping = {
366 @ViewDebug.IntToString(from = FOCUS_BEFORE_DESCENDANTS, to = "FOCUS_BEFORE_DESCENDANTS"),
367 @ViewDebug.IntToString(from = FOCUS_AFTER_DESCENDANTS, to = "FOCUS_AFTER_DESCENDANTS"),
368 @ViewDebug.IntToString(from = FOCUS_BLOCK_DESCENDANTS, to = "FOCUS_BLOCK_DESCENDANTS")
    [all...]
View.java     [all...]
ViewRoot.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 83 milliseconds