Searched refs:drawn (Results 1 – 6 of 6) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | LayoutTestBase.java | 107 String drawn = graphics.getDrawn().toString(); in dragInto() local 111 if (!drawn.contains(fragment)) { in dragInto() 115 System.out.println("Full graphics output: " + drawn); in dragInto() 117 assertTrue(fragment + " not found; full=" + drawn, drawn.contains(fragment)); in dragInto()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | drawable2-expected-completion51.txt | 9 android:useLevel : Indicates whether the drawable's level affects the way the gradient is drawn.
|
D | completion1-expected-completion39.txt | 52 android:drawableTop : The drawable to be drawn above the text. [color, reference] 53 android:drawableBottom : The drawable to be drawn below the text. [color, reference] 54 android:drawableLeft : The drawable to be drawn to the left of the text. [color, reference] 55 android:drawableRight : The drawable to be drawn to the right of the text. [color, reference] 56 android:drawableStart : The drawable to be drawn to the start of the text. [color, reference] 57 android:drawableEnd : The drawable to be drawn to the end of the text. [color, reference] 76 android:textCursorDrawable : Reference to a drawable that will be drawn under the insertion cursor… 106 …orizontalTrack : Defines whether the horizontal scrollbar track should always be drawn. [boolean] 107 …rawVerticalTrack : Defines whether the vertical scrollbar track should always be drawn. [boolean]
|
D | completion5-expected-completion40.txt | 52 android:drawableTop : The drawable to be drawn above the text. [color, reference] 53 android:drawableBottom : The drawable to be drawn below the text. [color, reference] 54 android:drawableLeft : The drawable to be drawn to the left of the text. [color, reference] 55 android:drawableRight : The drawable to be drawn to the right of the text. [color, reference] 56 android:drawableStart : The drawable to be drawn to the start of the text. [color, reference] 57 android:drawableEnd : The drawable to be drawn to the end of the text. [color, reference] 76 android:textCursorDrawable : Reference to a drawable that will be drawn under the insertion cursor… 106 …orizontalTrack : Defines whether the horizontal scrollbar track should always be drawn. [boolean] 107 …rawVerticalTrack : Defines whether the vertical scrollbar track should always be drawn. [boolean]
|
D | completionvalues1-expected-completion32.txt | 26 android:cacheColorHint : Indicates that this list will always be drawn on top of solid, single-col… 62 android:drawSelectorOnTop : When set to true, the selector will be drawn over the selected item. … 63 android:drawableBottom : The drawable to be drawn below the text. [color, reference] 64 android:drawableEnd : The drawable to be drawn to the end of the text. [color, reference] 65 android:drawableLeft : The drawable to be drawn to the left of the text. [color, reference] 67 android:drawableRight : The drawable to be drawn to the right of the text. [color, reference] 68 android:drawableStart : The drawable to be drawn to the start of the text. [color, reference] 69 android:drawableTop : The drawable to be drawn above the text. [color, reference] 106 android:foregroundInsidePadding : Defines whether the foreground drawable should be drawn inside t… 223 …orizontalTrack : Defines whether the horizontal scrollbar track should always be drawn. [boolean] [all …]
|
D | completion12-expected-completion75.txt | 31 …orizontalTrack : Defines whether the horizontal scrollbar track should always be drawn. [boolean] 32 …rawVerticalTrack : Defines whether the vertical scrollbar track should always be drawn. [boolean]
|