Searched refs:right (Results 276 - 300 of 328) sorted by relevance

<<11121314

/frameworks/base/core/java/com/android/internal/widget/
H A DSizeAdaptiveLayout.java238 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/base/services/java/com/android/server/wm/
H A DInputMonitor.java186 inputWindowHandle.frameRight = frame.right;
H A DWindowStateAnimator.java1048 decorRect.right-offX, decorRect.bottom-offY);
1059 w.mSystemDecorRect.right = (int) ((w.mSystemDecorRect.right+1) * scale - 0.5f);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java124 * GridLayout's algorithms favour rows and columns that are closer to its <em>right</em>
183 * {@link android.view.View#getRight() right} properties.
996 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
999 int targetWidth = right - left;
1808 int left, int top, int right, int bottom,
1811 setMargins(left, top, right, bottom);
2550 * Indicates that a view should be aligned with the <em>right</em>
1806 LayoutParams( int width, int height, int left, int top, int right, int bottom, Spec rowSpec, Spec columnSpec) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanel.java139 // right before we are drawn
312 mContentArea.right = mContentFrame.getRight() - mContentFrame.getPaddingRight();
358 // we want to go from near-the-top to the top, unless we're half-open in the right
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2094 drawingBounds.right -= frameOffsets.right;
2100 drawingBounds.right -= framePadding.right - frameOffsets.right;
2118 drawingBounds.bottom-6, drawingBounds.right,
2384 + mBackgroundPadding.top, mFramePadding.right + mBackgroundPadding.right,
2402 && mFramePadding.right <= 0 && mFramePadding.bottom <= 0) {
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java584 // right away, anyway.
885 localDirty.union(dirty.left, dirty.top, dirty.right, dirty.bottom);
1683 // may have moved and we need check that and if so to update the left and right
2154 + "," + dirty.right + "," + dirty.bottom + "} surface="
2195 // wrong (an invalidate posted right before we destroyed the hardware surface
2211 int right = dirty.right;
2216 if (left != dirty.left || top != dirty.top || right != dirty.right ||
2384 || vi.right > c
[all...]
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c105 ALOGE("Unsupported channels (top or front left/right of center)");
144 const int indexBR = hasBacks ? indexBL + 1 : indexBL; // back right
147 const int indexSR = hasSides ? indexSL + 1 : indexSL; // side right
504 float right = (float)(*((uint32_t *)pCmdData + 1)) / (1 << 24); local
505 ALOGV("Downmix_Command EFFECT_CMD_SET_VOLUME: left %f, right %f ", left, right);
1039 * - if using AUDIO_CHANNEL_OUT_SIDE*, it contains both left and right
1040 * - if using AUDIO_CHANNEL_OUT_BACK*, it contains both left and right
1063 ALOGE("Unsupported channels (top or front left/right of center)");
1102 const int indexBR = hasBacks ? indexBL + 1 : indexBL; // back right
[all...]
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp580 bool inside = rect.left <= x && x < rect.right &&
584 bool inside = rect.left <= 2*x && 2*x < rect.right &&
781 ALOGV("Verify creating a surface w/ right config + dummy writer*********");
/frameworks/base/core/java/android/widget/
H A DGallery.java181 * the children are ordered right to left.
230 // right overlaps it)
392 // If moved left, there will be empty space on the right
479 * to the right.
618 * moving to the right, so views are scrolling to the left. -1
627 int childrenWidth = mRight - mLeft - mSpinnerPadding.left - mSpinnerPadding.right;
837 * will either be the left or right edge of the view, depending on
840 * building from left to right)?
852 // Remember left and right edges of where views have been placed
880 * will either be the left or right edg
[all...]
H A DListView.java1145 widthSize = mListPadding.left + mListPadding.right + childWidth +
1175 mListPadding.left + mListPadding.right, p.width);
1901 mListPadding.left + mListPadding.right, p.width);
2595 mListPadding.left + mListPadding.right, p.width);
3147 // Only modify the top and bottom in the loop, we set the left and right here
3150 bounds.right = mRight - mLeft - mPaddingRight;
H A DAdapterView.java531 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1051 * and then alternates between moving up and moving down until 1) we find the right position, or
H A DAdapterViewAnimator.java758 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DMediaController.java178 public void onLayoutChange(View v, int left, int top, int right,
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp936 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
939 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
942 (GLfloat)right,
950 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
953 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
956 (GLfixed)right,
3124 /* void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
3127 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
3130 (GLfloat)right,
3138 /* void glOrthox ( GLfixed left, GLfixed right, GLfixe
938 android_glFrustumf__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
952 android_glFrustumx__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
3126 android_glOrthof__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
3140 android_glOrthox__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
[all...]
H A Dandroid_opengl_GLES11Ext.cpp782 /* void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
785 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
788 (GLfixed)right,
1615 /* void glOrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1618 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
1621 (GLfixed)right,
2621 /* void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
2624 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
2627 (GLfloat)right,
2635 /* void glOrthofOES ( GLfloat left, GLfloat right, GLfloa
784 android_glFrustumxOES__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
1617 android_glOrthoxOES__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
2623 android_glFrustumfOES__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
2637 android_glOrthofOES__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DSlidingChallengeLayout.java944 final int right = left + child.getMeasuredWidth();
947 child.layout(left, top, right, bottom);
/frameworks/native/libs/gui/
H A DBufferQueue.cpp495 buf, timestamp, crop.left, crop.top, crop.right, crop.bottom,
757 slot.mCrop.left, slot.mCrop.top, slot.mCrop.right,
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp459 EXPECT_EQ(4, crop.right);
588 crop.right = 5;
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp973 l.sourceCrop.left, l.sourceCrop.top, l.sourceCrop.right, l.sourceCrop.bottom,
974 l.displayFrame.left, l.displayFrame.top, l.displayFrame.right, l.displayFrame.bottom,
/frameworks/rs/
H A DrsFont.cpp151 if (bounds->right < nPenX + width) {
152 bounds->right = nPenX + width;
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1777 // XXX: Is this the right logic to use? It's not clear to me what the OMX
2419 int32_t left, top, right, bottom; local
2422 &right, &bottom));
2432 ((right - left + 1) * scale.xWidth) >> 16);
4289 int32_t left, top, right, bottom; local
4293 &left, &top, &right, &bottom));
4298 crop.right = right + 1;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp173 // N-buffering, so AudioFlinger could allocate the right amount of memory.
3184 ALOGV("Track right volume out of range: %04X", vr);
3745 float left, right; local
3748 left = right = 0;
3761 right = v_clamped/MAX_GAIN;
3764 if (left != mLeftVolFloat || right != mRightVolFloat) {
3766 mRightVolFloat = right;
3770 uint32_t vr = (uint32_t)(right * (1 << 24));
3779 right = (float)vr / (1 << 24);
3781 mOutput->stream->set_volume(mOutput->stream, left, right);
8705 setVolume(uint32_t *left, uint32_t *right, bool controller) argument
9482 setVolume_l(uint32_t *left, uint32_t *right) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp829 { r.right, height - r.bottom },
830 { r.right, height - r.top }
1598 { r.right, height - r.bottom },
1599 { r.right, height - r.top }
1958 * in the purgatory queue, so it's not destroyed right-away (we need
2044 // FIXME: eventthread only knows about the main display right now
2063 // FIXME: eventthread only knows about the main display right now
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java309 // ok, everyone, stop it right there
414 protected void onLayout (boolean changed, int left, int top, int right, int bottom) {
417 changed?"changed":"notchanged", left, top, right, bottom));
418 super.onLayout(changed, left, top, right, bottom);
472 final boolean offscreen = r.right > size.x || r.bottom > size.y;

Completed in 902 milliseconds

<<11121314