Searched refs:top (Results 676 - 700 of 726) sorted by relevance

<<21222324252627282930

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java3671 int left = 0, top = 0;
3683 top = 0;
3697 top = gravity == Gravity.TOP ? getHeight() - view.getMeasuredHeight() -
3700 vDesiredDist.set(top);
3704 view.layout(left, top, left + view.getMeasuredWidth(),
3705 top + view.getMeasuredHeight());
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java580 // Scroll the chips field to the top of the screen so
801 height - backgroundPadding.top - backgroundPadding.bottom : 0;
855 result.top = backgroundPadding.top;
868 final RectF dst = new RectF(bitMapResult.left, bitMapResult.top, bitMapResult.right,
1034 * Calculate the offset from bottom of the EditText to top of the provided line.
3284 float top; field in class:RecipientEditTextView.ChipBitmapContainer
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp288 p.focusingAreas[i].top,
305 p.meteringAreas[i].top,
/frameworks/base/core/java/android/app/
H A DActivityManager.java219 * the given Intent was given to the existing top activity.
339 /** @hide Process is hosting the current top activities. Note that this covers
514 /** ID of stack that always on top (always visible) when it exist. */
563 * Returns true if we try to maintain focus in the current stack when the top activity
638 * Returns true if the top task in the task is allowed to return home when finished and
671 * fullscreen, i. e. they can become the top opaque fullscreen window, meaning that it
717 * specifies the position of the created docked stack at the top half of the screen if
1322 * The activity component at the top of the history stack of the task.
1463 * Ignores the top task in the docked stack.
1568 * The activity component at the top o
[all...]
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1068 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
1071 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
1076 (GLfloat)top,
1082 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1085 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
1090 (GLfixed)top,
3256 /* void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
3259 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
3264 (GLfloat)top,
3270 /* void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixe
1070 android_glFrustumf__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
1084 android_glFrustumx__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
3258 android_glOrthof__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
3272 android_glOrthox__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
[all...]
H A Dandroid_hardware_Camera.cpp492 env->DeleteGlobalRef(buffers->top());
1114 { "android/graphics/Rect", "top", "I", &fields.rect_top },
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java1418 View.MeasureSpec.makeMeasureSpec(r.top- r.bottom, View.MeasureSpec.EXACTLY));
1419 mShadowView.layout(r.left, r.top, r.right, r.bottom);
1475 // Ignore tab key events. Those should be handled by the top-level key handler.
1836 // order. Scroll to the top if the sort order actually changed.
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialog.java411 && event.getY() < mSliderHitRect.top) {
415 event.offsetLocation(-mSliderHitRect.left, -mSliderHitRect.top);
/frameworks/base/tools/aapt/
H A DXMLNode.cpp336 StringPool::entry_style_span span = spanStack.top();
523 const namespace_entry& ns = namespaces.top();
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp651 rect.displayFrame.top = y;
1295 foreground.displayFrame.top += 5;
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java65 * DrawerLayout acts as a top-level container for window content that allows for
2086 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) { argument
2211 public int clampViewPositionVertical(View child, int top, int dy) { argument
H A DSwipeRefreshLayout.java100 // Default offset in dips from the top of the view to where the progress spinner should stop
226 * near the top of the refreshing content. This position is a consistent
232 * @param start The offset in pixels from the top of this view at which the
234 * @param end The offset in pixels from the top of this view at which the
248 * The refresh indicator resting position is always positioned near the top
255 * @param end The offset in pixels from the top of this view at which the
581 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp591 mCurrentSection = mPastSections.top();
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp675 int64_t currentTime = mBufferTimestamps.top();
/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java77 * CHANGE_APPEARING animation animates the <code>left</code>, <code>top</code>, <code>right</code>,
282 PropertyValuesHolder pvhTop = PropertyValuesHolder.ofInt("top", 0, 1);
880 public void onLayoutChange(View v, int left, int top, int right, int bottom,
/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java129 * The top offset of the weeks list.
757 * the time is at the top of the view. If the new time is already in view
859 // the top of the screen when scrolling down.
903 * Sets the month displayed at the top of this view based on time. Override
1370 mTempRect.top = mWeekSeperatorLineWidth;
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java790 canvas.translate(-deviceR.left, -deviceR.top);
1460 * @param y top edge of the area of pixels to access
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java126 public void setPadding(int left, int top, int right, int bottom); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java634 rect.left, rect.top, rect.width(), rect.height());
804 // In the case where there is a status bar, animate to the origin of the bar (top-left)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeaderView.java172 public void onLayoutChange(View v, int left, int top, int right,
/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java317 y -= mCurrentDisplayRect.top;
594 // or top and bottom. Going from a larger to smaller display will result in
H A DWallpaperController.java269 int availh = wallpaperWin.mFrame.bottom - wallpaperWin.mFrame.top - dh;
594 // The new target is on top of the old one.
764 // First find top-most window that has asked to be on top of the wallpaper;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java132 Canvas_Delegate.native_translate(canvasWrapperPtr, bounds.left, bounds.top);
1049 // and the current one on the top of the stack.
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedActionsStylist.java1041 // going to slide this item to top / bottom.
1069 public void onLayoutChange(View v, int left, int top, int right, int bottom,
1119 // go off the screen from the top or bottom become invisible forever. This is because once
/frameworks/native/services/inputflinger/
H A DInputReader.cpp4053 &mCurrentRawState : &mRawStatesPending.top();
4840 float left, top, right, bottom; local
4849 top = float(mRawPointerAxes.x.maxValue - rawRight) * mXScale + mXTranslate;
4861 top = float(mRawPointerAxes.y.maxValue - rawBottom) * mYScale + mYTranslate;
4873 top = float(rawLeft - mRawPointerAxes.x.minValue) * mXScale + mXTranslate;
4885 top = float(rawTop - mRawPointerAxes.y.minValue) * mYScale + mYTranslate;
4903 out.setAxisValue(AMOTION_EVENT_AXIS_GENERIC_2, top);
6299 "left=%d, top=%d, right=%d, bottom=%d",

Completed in 793 milliseconds

<<21222324252627282930