OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTopOffset
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/widget/
SlidingDrawer.java
115
private int
mTopOffset
;
220
mTopOffset
= (int) a.getDimension(R.styleable.SlidingDrawer_topOffset, 0.0f);
290
int height = heightSpecSize - handle.getMeasuredHeight() -
mTopOffset
;
294
int width = widthSpecSize - handle.getMeasuredWidth() -
mTopOffset
;
320
canvas.translate(isVertical ? 0 : handle.getLeft() -
mTopOffset
,
321
isVertical ? handle.getTop() -
mTopOffset
: 0);
351
childTop = mExpanded ?
mTopOffset
: height - childHeight + mBottomOffset;
353
content.layout(0,
mTopOffset
+ childHeight, content.getMeasuredWidth(),
354
mTopOffset
+ childHeight + content.getMeasuredHeight());
356
childLeft = mExpanded ?
mTopOffset
: width - childWidth + mBottomOffset
[
all
...]
/packages/apps/Car/Radio/src/com/android/car/radio/
CarouselView.java
57
private int
mTopOffset
;
160
mTopOffset
= topOffset;
238
int availableHeightDownwards = availableHeight -
mTopOffset
;
276
int availableHeightUpwards =
mTopOffset
;
328
int top =
mTopOffset
;
368
top =
mTopOffset
;
/frameworks/base/core/java/com/android/internal/widget/
ResolverDrawerLayout.java
83
private int
mTopOffset
;
460
mTopOffset
+= dy;
797
mTopOffset
= Math.max(0, heightSize - heightUsed) + (int) mCollapseOffset;
808
int ypos =
mTopOffset
;
[
all
...]
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
GridWidgetTest.java
533
private int
mTopOffset
;
538
mTopOffset
= topOffset;
555
mTopDivider.setBounds(0, (int) view.getY() -
mTopOffset
, width, (int) view.getY());
567
outRect.top =
mTopOffset
;
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
/prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar
Completed in 396 milliseconds