Home
last modified time | relevance | path

Searched refs:rotate (Results 1 – 10 of 10) 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 <animated-rotate />
10 <rotate /> : Drawable used to rotate another drawable.
Ddrawable1-expected-completion50.txt2 <animated-rotate />
10 <rotate /> : Drawable used to rotate another drawable.
Danim1-expected-completion53.txt3 <rotate />
Danim1-expected-completion54.txt3 <rotate />
Dcompletion1-expected-completion39.txt125 android:transformPivotX : x location of the pivot point around which the view will rotate and scal…
126 android:transformPivotY : y location of the pivot point around which the view will rotate and scal…
Dcompletion5-expected-completion40.txt125 android:transformPivotX : x location of the pivot point around which the view will rotate and scal…
126 android:transformPivotY : y location of the pivot point around which the view will rotate and scal…
Dcompletionvalues1-expected-completion32.txt280 android:transformPivotX : x location of the pivot point around which the view will rotate and scal…
281 android:transformPivotY : y location of the pivot point around which the view will rotate and scal…
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DScreenShotDialog.java136 Button rotate = new Button(shell, SWT.PUSH); in createContents() local
137 rotate.setText("Rotate"); in createContents()
140 rotate.setLayoutData(data); in createContents()
141 rotate.addSelectionListener(new SelectionAdapter() { in createContents()
/sdk/emulator/qtools/
Darmdis.cpp194 uint8_t rotate = (insn >> 8) & 0xf; in disasm_alu() local
200 uint8_t rotate2 = rotate << 1; in disasm_alu()
569 uint8_t rotate = (insn >> 8) & 0xf; in disasm_msr() local
570 uint8_t rotate2 = rotate << 1; in disasm_msr()
/sdk/draw9patch/src/com/android/draw9patch/ui/
DImageEditorPanel.java1006 g.rotate(radians);