OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ViewDebug
(Results
1 - 18
of
18
) 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
38
import android.view.
ViewDebug
;
[
all
...]
AbsListView.java
55
import android.view.
ViewDebug
;
[
all
...]
/frameworks/base/core/java/android/view/
ViewDebug.java
68
public class
ViewDebug
{
92
* {@link #trace(View, android.view.
ViewDebug
.HierarchyTraceType)} should first
99
* {@link #trace(View, android.view.
ViewDebug
.RecyclerTraceType, int[])} should first
179
* @
ViewDebug
.ExportedProperty(mapping = {
180
* @
ViewDebug
.IntToString(from = 0, to = "VISIBLE"),
181
* @
ViewDebug
.IntToString(from = 4, to = "INVISIBLE"),
182
* @
ViewDebug
.IntToString(from = 8, to = "GONE")
189
* @see android.view.
ViewDebug
.IntToString
199
* @
ViewDebug
.ExportedProperty(indexMapping = {
200
* @
ViewDebug
.IntToString(from = 0, to = "INVALID")
[
all
...]
ViewGroup.java
141
@
ViewDebug
.ExportedProperty(category = "events")
143
@
ViewDebug
.ExportedProperty(category = "events")
146
@
ViewDebug
.ExportedProperty(category = "events")
149
@
ViewDebug
.ExportedProperty(category = "events")
370
@
ViewDebug
.ExportedProperty(category = "drawing")
470
@
ViewDebug
.ExportedProperty(category = "focus", mapping = {
471
@
ViewDebug
.IntToString(from = FOCUS_BEFORE_DESCENDANTS, to = "FOCUS_BEFORE_DESCENDANTS"),
472
@
ViewDebug
.IntToString(from = FOCUS_AFTER_DESCENDANTS, to = "FOCUS_AFTER_DESCENDANTS"),
473
@
ViewDebug
.IntToString(from = FOCUS_BLOCK_DESCENDANTS, to = "FOCUS_BLOCK_DESCENDANTS")
[
all
...]
ViewRootImpl.java
792
if (
ViewDebug
.DEBUG_LATENCY && mLastTraversalFinishedTimeNanos != 0) {
[
all
...]
/frameworks/base/core/java/android/app/
ActivityThread.java
72
import android.view.
ViewDebug
;
846
long viewInstanceCount =
ViewDebug
.getViewInstanceCount();
847
long viewRootInstanceCount =
ViewDebug
.getViewRootImplCount();
[
all
...]
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/9/
android.jar
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/10/
android.jar
Completed in 804 milliseconds