Home
last modified time | relevance | path

Searched refs:frames (Results 1 – 6 of 6) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Ddrawable1-expected-completion47.txt2 <animation-list /> : Drawable used to render several animated frames.
Ddrawable1-expected-completion50.txt2 <animation-list /> : Drawable used to render several animated frames.
Dcompletionvalues1-expected-completion30.txt8 android:animationResolution : Timeout between frames of animation in milliseconds * Deprecated: No…
Dcompletionvalues1-expected-completion32.txt14 android:animationResolution : Timeout between frames of animation in milliseconds * Deprecated: No…
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutEditorDelegate.java565 StackTraceElement[] frames = new Throwable().fillInStackTrace().getStackTrace(); in delegateGetAdapter() local
566 if (frames.length > 2) { in delegateGetAdapter()
567 StackTraceElement frame = frames[2]; in delegateGetAdapter()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGraphicalEditorPart.java1900 StackTraceElement[] frames = throwable.getStackTrace(); in displayUserStackTrace() local
1903 for (int i = 0; i < frames.length; i++) { in displayUserStackTrace()
1904 StackTraceElement frame = frames[i]; in displayUserStackTrace()
1929 StackTraceElement frame = frames[i]; in displayUserStackTrace()