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

  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardDisplayManager.java 132 private int mMarginTop;
138 int y = mMarginTop + (int) (Math.random() * (mUsableHeight - mClock.getHeight()));
164 mMarginTop = (100 - VIDEO_SAFE_REGION) * p.y / 200;
  /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;
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 52 milliseconds