Searched defs:right (Results 126 - 150 of 301) sorted by relevance

1234567891011>>

/frameworks/base/opengl/java/android/opengl/
H A DMatrix.java65 * @param rhs The float array that holds the right-hand-side matrix.
88 * @param rhsVec The float array that holds the right-hand-side vector.
263 * @param right
270 float left, float right, float bottom, float top,
272 if (left == right) {
273 throw new IllegalArgumentException("left == right");
282 final float r_width = 1.0f / (right - left);
288 final float tx = -(right + left) * r_width;
317 * @param right
324 float left, float right, floa
269 orthoM(float[] m, int mOffset, float left, float right, float bottom, float top, float near, float far) argument
323 frustumM(float[] m, int offset, float left, float right, float bottom, float top, float near, float far) argument
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java217 public void setPadding(int left, int top , int right, int bottom) { argument
218 mRecyclerView.setPadding(left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java527 protected void onLayout (boolean changed, int left, int top, int right, int bottom) { argument
528 final float w = right-left;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java179 // Move the quick tile right from its location to the new one.
329 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, argument
H A DQSContainer.java120 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
121 super.onLayout(changed, left, top, right, bottom);
254 mQsBounds.right = mQSPanel.getWidth();
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java169 protected void onLayout(boolean changed, int left, int top, int right, argument
171 super.onLayout(changed, left, top, right, bottom);
/frameworks/ex/framesequence/jni/
H A DFrameSequence_webp.cpp43 const int right = left + frame.width; local
46 return x >= left && x < right && y >= top && y < bottom;
/frameworks/rs/
H A DrsScriptC_LibGL.cpp230 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
234 if (right) {
235 *right = metrics->right;
246 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
252 SetMetrics(&metrics, left, right, top, bottom);
257 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
261 SetMetrics(&metrics, left, right, top, bottom);
229 SetMetrics(Font::Rect *metrics, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
245 rsrMeasureTextAlloc(Context *rsc, Allocation *a, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
256 rsrMeasureText(Context *rsc, const char *text, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawableWrapper.java206 public void setHotspotBounds(int left, int top, int right, int bottom) { argument
207 DrawableCompat.setHotspotBounds(mDrawable, left, top, right, bottom);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentWithAspectRatioTest.java82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
83 super.onLayout(changed, left, top, right, bottom);
84 mBehavior.onLayout(changed, left, top, right, bottom);
169 public void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
171 layouts.add(new Pair<>(right - left, bottom - top));
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp39 short right; member in struct:__anon1822
143 stereoBuffer1[nframes - 1 - i].right = pcm;
/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp148 /*right*/activeAreaWidth - 1,
166 /*right*/activeAreaWidth - 1,
184 /*right*/activeAreaWidth - 1,
202 /*right*/activeAreaWidth - 1,
221 uint32_t right,
257 right,
218 addGainMap(uint32_t top, uint32_t left, uint32_t bottom, uint32_t right, uint32_t plane, uint32_t planes, uint32_t rowPitch, uint32_t colPitch, uint32_t mapPointsV, uint32_t mapPointsH, double mapSpacingV, double mapSpacingH, double mapOriginV, double mapOriginH, uint32_t mapPlanes, const float* mapGains) argument
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c94 ALOGE("Unsupported channels (top or front left/right of center)");
133 const int indexBR = hasBacks ? indexBL + 1 : indexBL; // back right
136 const int indexSR = hasSides ? indexSL + 1 : indexSL; // side right
151 ALOGE("Unsupported channels (top or front left/right of center)");
502 float right = (float)(*((uint32_t *)pCmdData + 1)) / (1 << 24); local
503 ALOGV("Downmix_Command EFFECT_CMD_SET_VOLUME: left %f, right %f ", left, right);
982 * - if using AUDIO_CHANNEL_OUT_SIDE*, it contains both left and right
983 * - if using AUDIO_CHANNEL_OUT_BACK*, it contains both left and right
1024 const int indexBR = hasBacks ? indexBL + 1 : indexBL; // back right
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c57 * Info 702: Shift right of signed quantity (int)
2139 i32 right)
2142 UNUSED(right);
2159 (overfilling some pels on left and/or right edge).
2164 right amount of pixels to overfill on right-edge
2175 i32 right)
2192 if (right)
2195 for ( ; right; right
2134 FillRow1( u8 *ref, u8 *fill, i32 left, i32 center, i32 right) argument
2170 h264bsdFillRow7( u8 *ref, u8 *fill, i32 left, i32 center, i32 right) argument
2239 i32 left, x, right; local
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp285 int32_t left, int32_t top, int32_t right, int32_t bottom) {
291 item->u.rectValue.mRight = right;
333 int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const {
341 *right = item->u.rectValue.mRight;
283 setRect( const char *name, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
331 findRect( const char *name, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const argument
/frameworks/av/services/audioflinger/
H A DAudioResamplerDyn.cpp194 void AudioResamplerDyn<TC, TI, TO>::setVolume(float left, float right) argument
196 AudioResampler::setVolume(left, right);
199 mVolumeSimd[1] = static_cast<TO>(right);
204 mVolumeSimd[1] = u4_28_from_float(clampFloatVol(right));
H A DAudioResamplerSinc.cpp259 void AudioResamplerSinc::setVolume(float left, float right) { argument
260 AudioResampler::setVolume(left, right);
264 mVolumeSIMD[1] = u4_28_from_float(clampFloatVol(right));
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java153 setPadding(padding.left, padding.top, padding.right, padding.bottom);
196 padding.right = r.getDimensionPixelSize(com.android.internal.
246 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
248 super.onLayout(changed, left, top, right, bottom);
299 int xPaddingDips = (int) ((padding.left + padding.right) / density);
/frameworks/base/core/java/android/net/
H A DNetworkStats.java586 public NetworkStats subtract(NetworkStats right) { argument
587 return subtract(this, right, null, null);
598 public static <C> NetworkStats subtract(NetworkStats left, NetworkStats right, argument
600 return subtract(left, right, observer, cookie, null);
615 public static <C> NetworkStats subtract(NetworkStats left, NetworkStats right, argument
617 long deltaRealtime = left.elapsedRealtime - right.elapsedRealtime;
620 observer.foundNonMonotonic(left, -1, right, -1, cookie);
643 final int j = right.findIndexHinted(entry.iface, entry.uid, entry.set, entry.tag,
654 entry.rxBytes = left.rxBytes[i] - right.rxBytes[j];
655 entry.rxPackets = left.rxPackets[i] - right
873 foundNonMonotonic( NetworkStats left, int leftIndex, NetworkStats right, int rightIndex, C cookie) argument
1039 tunSubtract(int i, NetworkStats left, Entry right) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DActionMenuView.java433 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
435 super.onLayout(changed, left, top, right, bottom);
445 int widthRemaining = right - left - getPaddingRight() - getPaddingLeft();
493 final int midHorizontal = (right - left) / 2;
H A DActivityChooserView.java54 * The right button is an overflow action and provides an optimized menu
476 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
477 mActivityChooserContent.layout(0, 0, right - left, bottom - top);
H A DVideoView.java839 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
840 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java367 childLayoutParams.right = (int) (itemLeft + itemWidth);
388 // Last child on each row should extend to very right edge
390 childLayoutParams.right = menuWidth;
439 child.layout(childLayoutParams.left, childLayoutParams.top, childLayoutParams.right,
744 * Layout parameters specific to IconMenuView (stores the left, top, right, bottom from the
749 int left, top, right, bottom; field in class:IconMenuView.LayoutParams
/frameworks/base/core/jni/android/graphics/
H A DRegion.cpp60 static jboolean Region_setRect(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, jint bottom) { argument
62 bool result = dst->setRect(left, top, right, bottom);
91 static jboolean Region_op0(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, jint bottom, jint op) { argument
95 ir.set(left, top, right, bottom);
139 static jboolean Region_quickContains(JNIEnv* env, jobject region, jint left, jint top, jint right, jint bottom) { argument
140 bool result = GetSkRegion(env, region)->quickContains(left, top, right, bottom);
144 static jboolean Region_quickRejectIIII(JNIEnv* env, jobject region, jint left, jint top, jint right, jint bottom) { argument
146 ir.set(left, top, right, bottom);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableWrapper.java258 public void setHotspotBounds(int left, int top, int right, int bottom) { argument
260 mDrawable.setHotspotBounds(left, top, right, bottom);

Completed in 1602 milliseconds

1234567891011>>