HomeSort by relevance Sort by last modified time
    Searched refs:mMarginTop (Results 1 - 4 of 4) sorted by null

  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 77 private int mMarginTop;
100 mMarginTop = a.getDimensionPixelSize(R.styleable.ApplicationsStackLayout_marginTop, 0);
203 childTop -= mMarginTop;
209 mFavoritesStart = childTop + mMarginTop;
283 childTop -= mMarginTop;
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardDisplayManager.java 147 private int mMarginTop;
153 int y = mMarginTop + (int) (Math.random() * (mUsableHeight - mClock.getHeight()));
179 mMarginTop = (100 - VIDEO_SAFE_REGION) * p.y / 200;
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
TaskView.java 290 private final int mMarginTop;
294 mMarginTop = res.getDimensionPixelSize(R.dimen.task_thumbnail_top_margin);
300 outline.setRoundRect(0, mMarginTop, view.getWidth(),
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 190 milliseconds