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

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardDisplayManager.java 132 private int mMarginLeft;
136 int x = mMarginLeft + (int) (Math.random() * (mUsableWidth - mClock.getWidth()));
161 mMarginLeft = (100 - VIDEO_SAFE_REGION) * p.x / 200;
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 76 private int mMarginLeft;
99 mMarginLeft = a.getDimensionPixelSize(R.styleable.ApplicationsStackLayout_marginLeft, 0);
226 childLeft -= mMarginLeft;
232 mFavoritesStart = childLeft + mMarginLeft;
285 childLeft -= mMarginLeft;

Completed in 80 milliseconds