HomeSort by relevance Sort by last modified time
    Searched defs:mTopOffset (Results 1 - 11 of 11) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/lowram/
TaskStackLowRamLayoutAlgorithm.java 49 private int mTopOffset;
76 mTopOffset = (getTotalHeightOfTasks(MAX_LAYOUT_TASK_COUNT) - windowHeight) / 2;
242 return getTotalHeightOfTasks(index) - mTopOffset;
  /frameworks/base/core/java/com/android/internal/widget/
ResolverDrawerLayout.java 83 private int mTopOffset;
495 mTopOffset += dy;
842 mTopOffset = 0;
844 mTopOffset = Math.max(0, heightSize - heightUsed) + (int) mCollapseOffset;
856 int ypos = mTopOffset;
    [all...]
  /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...]
  /frameworks/support/car/src/main/java/androidx/car/widget/
PagedListView.java     [all...]
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
GridWidgetTest.java 540 private int mTopOffset;
545 mTopOffset = topOffset;
562 mTopDivider.setBounds(0, (int) view.getY() - mTopOffset, width, (int) view.getY());
574 outRect.top = mTopOffset;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 199 milliseconds