Home
last modified time | relevance | path

Searched refs:Right (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DAGC_MIX_VOL_2St1Mon_D32_WRA.c85 LVM_INT32 Right; /* Right sample */ in AGC_MIX_VOL_2St1Mon_D32_WRA() local
126 Right = *pStSrc++; /* Get the right sample */ in AGC_MIX_VOL_2St1Mon_D32_WRA()
137 Right += Mono; in AGC_MIX_VOL_2St1Mon_D32_WRA()
146 …HighWord = (Vol_Mult * (Right >> 16)); /* signed long (Right) by unsigned short (… in AGC_MIX_VOL_2St1Mon_D32_WRA()
147 LowWord = (Vol_Mult * (Right & 0xffff)); in AGC_MIX_VOL_2St1Mon_D32_WRA()
148 Right = (HighWord + (LowWord >> 16)) << (Vol_Shift); in AGC_MIX_VOL_2St1Mon_D32_WRA()
150 *pDst++ = Right; in AGC_MIX_VOL_2St1Mon_D32_WRA()
156 …AbsPeak = (Abs_32(Left)>Abs_32(Right)) ? Abs_32(Left) : Abs_32(Right); /* Get the absolute peak */ in AGC_MIX_VOL_2St1Mon_D32_WRA()
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListButtonsDiagonalAcrossItems.java53 (position == 1 ? Slot.Middle : Slot.Right); in createView()
DListHorizontalFocusWithinItemWins.java56 context, desiredHeight, Slot.Left, Slot.Right); in createView()
/frameworks/base/core/tests/coretests/src/android/util/
DListItemFactory.java80 Right enumConstant
112 case Right: in horizontalButtonSlots()
/frameworks/support/v7/mediarouter/
Dbuild.gradle11 // Right now, use normal Java source sets to compile those into a jar and
/frameworks/base/docs/html/tools/extras/
Doem-usb.jd78 <li>Right-click on <em>Computer</em> from your desktop or Windows Explorer,
82 <li>Right-click the device name (such as <em>Nexus S</em>) and select <strong>Update
97 <li>Right-click on <em>Computer</em> from your desktop or Windows Explorer,
102 <li>Right-click <em>Android Composite ADB Interface</em> and select <strong>Update
144 <li>Right-click on <em>Computer</em> from your desktop or Windows Explorer,
148 <li>Right-click on <em>HTC Dream Composite ADB Interface</em>, and select <strong>Update
/frameworks/base/data/keyboards/
DVendor_054c_Product_0268.kl44 # Right Analog Stick
/frameworks/base/docs/html/distribute/essentials/best-practices/
Dapps.jd9 <li><a href="#essentials">Get the Essentials Right</a></li>
20 <h2 id="essentials">Get the Essentials Right</h2>
/frameworks/base/docs/html/training/notepad/
Dnotepad-extra-credit.jd41 Right click on the <code>Notepadv3</code> project and from the Debug menu
/frameworks/base/docs/html/tools/help/
Ddraw9patch.jd30 patches and (optional) content area. Right-click (or hold Shift and click, on Mac) to erase
Dadt.jd300 Right-click an item in the canvas and select <strong>Play Animation</strong>. If
469 into the existing layout file. Right-click the view or layout and select <strong>Extract as
Dsystrace.jd446 <td><strong>Right Arrow</strong></td>
/frameworks/base/docs/html/tools/projects/
Dtemplates.jd246 <li>Right click the project folder of the Android application where you want to add an
333 <li>Right-click the module folder of the Android application where you want to add a code
Dprojects-eclipse.jd86 project at any time: Right-click the project in the Package Explorer, select
/frameworks/base/docs/html/distribute/analyze/
Dbuild-better-apps.jd76 <h2 id="test">Not Sure of the Right Approach? Test it</h2>
/frameworks/base/docs/html/tools/building/
Dconfiguring-gradle.jd298 <li>Right-click the <strong>src</strong> directory under <em>app</em> and select
327 <li>Right click on the <strong>java</strong> directory under <em>app/src/demo</em> and select
360 <li>Right-click on the <strong>src/</strong> directory under <em>app/</em> and select
/frameworks/base/docs/html/tools/support-library/
Dsetup.jd120 <li>Right click the JAR file and select <strong>Build Path &gt; Add to Build Path</strong>.
183 <li>Right-click the library project folder and select <strong>Build Path &gt; Configure
/frameworks/base/docs/html/training/keyboard-input/
Dnavigation.jd76 <p>From each focusable element in your UI, press Up, Down, Left, and Right.</p>
/frameworks/base/docs/html/distribute/essentials/
Doptimizing-your-app.jd17 <li><a href="#deliver-features">Deliver the Right Set of Features</a></li>
443 Deliver the Right Set of Features
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Daccessory.jd10 <a href="#choosing">Choosing the Right USB Accessory APIs</a>
63 <h2 id="choosing">Choosing the Right USB Accessory APIs</h2>
/frameworks/base/docs/html/training/activity-testing/
Dactivity-basic-testing.jd61 <li>Right-click on the test package you created, and select
/frameworks/base/docs/html/sdk/installing/
Dcreate-project.jd295 <li>Right-click the plus icon to add a new dependencies.
/frameworks/base/docs/html/tools/studio/
Dindex.jd265 <li>Right to left validation </li>
/frameworks/base/docs/html/guide/faq/
Dtroubleshooting.jd271 <li>Right-click on the package name
/frameworks/base/docs/html/training/game-controllers/
Dcontroller-input.jd363 <td>Move Right</td>

12