HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 1576 - 1600 of 4231) sorted by null

<<61626364656667686970>>

  /frameworks/av/services/audioflinger/
AudioResampler.h 59 virtual void setVolume(float left, float right);
119 // Right now, we use the upper bound without regards to the current state of the
AudioResamplerDyn.h 53 virtual void setVolume(float left, float right);
69 int mShift; // right shift to get polyphase index
  /frameworks/base/core/java/android/text/style/
DynamicDrawableSpan.java 88 return rect.right;
  /frameworks/base/core/java/android/view/
HardwareLayer.java 154 int left, int top, int right, int bottom);
  /frameworks/base/core/tests/coretests/src/android/view/
GlobalFocusChangeTest.java 42 mRight = mActivity.findViewById(R.id.right);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
FrameLayoutMarginTest.java 48 mRightView = activity.findViewById(R.id.right);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 62 // We do not resize and scale system icons (on the right), only notification icons (on the
167 * Returns the right icon to use for this item, respecting the iconId and
262 final int tw = r.right - r.left;
265 int dw = r.left + tw + r.right;
269 mNumberX = w-r.right-((dw-r.right-r.left)/2);
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 59 * side to an end color (default <1.0, 1.0, 1.0> on the right side. Where
360 layer->sourceCrop.right = width;
364 layer->displayFrame.right = width;
374 layer->sourceCrop.right = width;
378 layer->displayFrame.right = width;
  /frameworks/native/services/surfaceflinger/
Layer.cpp 399 float insetR = (winWidth - winCrop.right ) * xScale;
404 crop.right -= insetR;
452 activeTransparentRegion.orSelf(Rect(activeCrop.right, activeCrop.top,
719 float right = float(win.right) / float(s.active.w); local
727 texCoords[2] = vec2(right, 1.0f - bottom);
728 texCoords[3] = vec2(right, 1.0f - top);
797 position[2] = tr.transform(win.right, win.bottom);
798 position[3] = tr.transform(win.right, win.top);
877 c.active.crop.right,
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
ReplacementDrawableSpan.java 46 return getBounds().right;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
HorizontalHoverCardSwitcher.java 26 * to the end, right edge hover card will be aligned to right of parent view excluding
27 * right padding.
30 // left and right of selected card view
74 mCardRight = mTmpRect.right - mTmpOffsets[0];
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_qclient.cpp 150 outParcel->writeInt32(ctx->dpyAttr[dpy].mDstRect.right);
155 outParcel->writeInt32(ctx->mViewFrame[dpy].right);
204 ctx->mViewFrame[dpy].right = inParcel->readInt32();
209 ctx->mViewFrame[dpy].right, ctx->mViewFrame[dpy].bottom);
  /hardware/qcom/display/msm8226/libqdutils/
qd_utils.cpp 120 rect.right = srcWidth + rect.left;
  /hardware/ti/omap4-aah/hwc/
rgz_2d.h 221 int left, top, right, bottom; member in struct:blit_rect
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 70 _STLP_STATIC_CONSTANT(int, right = 0x0002);
84 _STLP_STATIC_CONSTANT(int, adjustfield = left | right | internal);
319 inline ios_base& _STLP_CALL right(ios_base& __s) function
320 { __s.setf(ios_base::right, ios_base::adjustfield); return __s; }
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.cpp 112 void PyramidShort::BorderSpread(PyramidShort *pyr, int left, int right,
118 if (left || right) {
120 off2 = pyr->width + off + pyr->border - right - 1;
129 for (w = right; w--;)
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.cpp 112 void PyramidShort::BorderSpread(PyramidShort *pyr, int left, int right,
118 if (left || right) {
120 off2 = pyr->width + off + pyr->border - right - 1;
129 for (w = right; w--;)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java 112 // should be shifted to the right unless the parent key is on the left edge.
117 // If the right keys fill the right side of the parent key, entire more keys
118 // should be shifted to the left unless the parent key is on the right edge.
191 int right = 1; // include default position key. local
195 // Assign right key if available.
196 if (right < mRightKeys) {
197 pos = right;
198 right++;
291 // left/right/top paddings. The bottom paddings of both backgrounds don't need t
    [all...]
TextDecoratorUi.java 128 indicatorBounds = new RectF(composingTextBounds.right, composingTextBounds.top,
129 composingTextBounds.right + indicatorSize,
142 mDisplayRect.right < indicatorBoundsInScreenCoordinates.right) {
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 68 _STLP_STATIC_CONSTANT(int, right = 0x0002);
82 _STLP_STATIC_CONSTANT(int, adjustfield = left | right | internal);
317 inline ios_base& _STLP_CALL right(ios_base& __s) function
318 { __s.setf(ios_base::right, ios_base::adjustfield); return __s; }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 68 _STLP_STATIC_CONSTANT(int, right = 0x0002);
82 _STLP_STATIC_CONSTANT(int, adjustfield = left | right | internal);
317 inline ios_base& _STLP_CALL right(ios_base& __s) function
318 { __s.setf(ios_base::right, ios_base::adjustfield); return __s; }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 68 _STLP_STATIC_CONSTANT(int, right = 0x0002);
82 _STLP_STATIC_CONSTANT(int, adjustfield = left | right | internal);
317 inline ios_base& _STLP_CALL right(ios_base& __s) function
318 { __s.setf(ios_base::right, ios_base::adjustfield); return __s; }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 70 _STLP_STATIC_CONSTANT(int, right = 0x0002);
84 _STLP_STATIC_CONSTANT(int, adjustfield = left | right | internal);
319 inline ios_base& _STLP_CALL right(ios_base& __s) function
320 { __s.setf(ios_base::right, ios_base::adjustfield); return __s; }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ios_base.h 70 _STLP_STATIC_CONSTANT(int, right = 0x0002);
84 _STLP_STATIC_CONSTANT(int, adjustfield = left | right | internal);
319 inline ios_base& _STLP_CALL right(ios_base& __s) function
320 { __s.setf(ios_base::right, ios_base::adjustfield); return __s; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StatusPanel.java 106 innerForm.right = new FormAttachment(100, PADDING_RIGHT);
131 hintForm.right = new FormAttachment(mXPosLabel, -10);
167 bottomRight.right = new FormAttachment(100, 0);
172 aboveYPosLabel.right = new FormAttachment(100, 0);
311 minLabel = new Label(composite, SWT.RIGHT);

Completed in 707 milliseconds

<<61626364656667686970>>