Searched refs:top (Results 1 - 25 of 726) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1040 XAuint32 top; member in struct:XARectangle_
1585 XAuint32 top; member in struct:XAFocusPointPosition_
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java72 * GuidedStepFragment, int)}, to add GuidedStepFragment on top of existing Fragments or
195 * GuidedStepFragment constructor. This is the case that we show GuidedStepFragment on top of
204 * the top GuidedStepFragment to UI_STYLE_ENTRANCE in order to run the return transition
1221 * Convenient method to close GuidedStepFragments on top of other content or finish Activity if
1234 GuidedStepFragment top = getCurrentGuidedStepFragment(fragmentManager);
1235 if (top != null) {
1236 top.setUiStyle(UI_STYLE_ENTRANCE);
H A DGuidedStepSupportFragment.java74 * GuidedStepSupportFragment, int)}, to add GuidedStepSupportFragment on top of existing Fragments or
197 * GuidedStepSupportFragment constructor. This is the case that we show GuidedStepSupportFragment on top of
206 * the top GuidedStepSupportFragment to UI_STYLE_ENTRANCE in order to run the return transition
1223 * Convenient method to close GuidedStepSupportFragments on top of other content or finish Activity if
1236 GuidedStepSupportFragment top = getCurrentGuidedStepSupportFragment(fragmentManager);
1237 if (top != null) {
1238 top.setUiStyle(UI_STYLE_ENTRANCE);
H A DHeadersFragment.java142 public void onLayoutChange(View v, int left, int top, int right, int bottom,
H A DHeadersSupportFragment.java144 public void onLayoutChange(View v, int left, int top, int right, int bottom,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractDetailsDescriptionPresenter.java90 public void onLayoutChange(View v, int left, int top, int right, int bottom,
H A DBaseCardView.java415 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
437 // retract currBottom to overlap the info views on top of main
483 onSizeChanged(0, 0, right - left, bottom - top);
737 // and out. It's meant to be used when the info views are overlaid on top of
H A DDetailsOverviewRowPresenter.java180 public void onLayoutChange(View v, int left, int top, int right,
H A DDetailsOverviewSharedElementHelper.java217 public void onLayoutChange(View v, int left, int top, int right, int bottom,
H A DFullWidthDetailsOverviewRowPresenter.java46 * the top and a customizable detailed description view on the right.
243 public void onLayoutChange(View v, int left, int top, int right,
H A DGridLayoutManager.java1017 outBounds.top += params.mTopInset;
1183 int heightUsed = p.topMargin + p.bottomMargin + sTempRect.top + sTempRect.bottom;
1431 int heightUsed = lp.topMargin + lp.bottomMargin + sTempRect.top + sTempRect.bottom;
1639 int left, top, right, bottom;
1642 top = startSecondary;
1646 top = start;
1652 layoutDecoratedWithMargins(v, left, top, right, bottom);
1657 params.setOpticalInsets(left - sTempRect.left, top - sTempRect.top,
2568 // we either align "firstView" to left/top paddin
[all...]
H A DGuidanceStylingRelativeLayout.java15 * distance of TitleView baseline from the top).
59 int titleViewTextHeight = -textPaint.getFontMetricsInt().top;
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
H A DHorizontalGridView.java336 mTempRect.top = 0;
H A DItemAlignmentFacetHelper.java34 * get alignment position relative to optical left/top of itemView.
81 sRect.top = alignPos;
83 alignPos = sRect.top - p.getOpticalTopInset();
87 int titleViewTextHeight = -textPaint.getFontMetricsInt().top;
H A DNonOverlappingLinearLayoutWithForeground.java108 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
109 super.onLayout(changed, left, top, right, bottom);
H A DPagingIndicator.java260 int top = getPaddingTop();
290 mDotCenterY = top + mArrowRadius;
H A DScaleFrameLayout.java93 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
114 parentBottom = (int)(pivotY + (bottom - top - pivotY) / mLayoutScaleY + 0.5f)
118 parentBottom = bottom - top - getPaddingBottom();
H A DShadowOverlayContainer.java318 sTempRect.top = (int) mWrappedView.getPivotY();
321 setPivotY(sTempRect.top);
H A DStreamingTextView.java245 float x, int top, int y, int bottom, Paint paint) {
244 draw(Canvas canvas, CharSequence text, int start, int end, float x, int top, int y, int bottom, Paint paint) argument
/frameworks/support/v17/preference-leanback/api21/android/support/v17/internal/widget/
H A DOutlineOnlyWithChildrenFrameLayout.java56 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
57 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
H A DGridActivity.java366 protected void onLayout(boolean change, int left, int top, int right,
368 super.onLayout(change, left, top, right, bottom);
H A DGridWidgetTest.java428 outRect.top = mTopOffset;
478 // verify top bottom margins and decoration offset
518 final int opticalInsetsTop = opticalPaddings.top;
548 // verify top bottom margins decoration offset and optical insets
2259 assertEquals("First view is aligned with padding top",
2323 assertEquals("First view is aligned with padding top", mGridView.getPaddingTop(),
2386 assertEquals("First view is aligned with padding top", mGridView.getPaddingTop(),
/frameworks/support/v4/api21/android/support/v4/graphics/drawable/
H A DDrawableCompatLollipop.java39 public static void setHotspotBounds(Drawable drawable, int left, int top, argument
41 drawable.setHotspotBounds( left, top, right, bottom);
H A DDrawableWrapperLollipop.java48 public void setHotspotBounds(int left, int top, int right, int bottom) { argument
49 mDrawable.setHotspotBounds(left, top, right, bottom);

Completed in 2956 milliseconds

1234567891011>>