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

  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 209 * @param heightOffset This is the amount of height to leave open for the photo action popup.
211 private int getAdjustedExpandedPhotoSize(View enclosingView, int heightOffset) {
216 final int boundsHeight = bounds.height() - heightOffset;
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 776 final float heightOffset = mSquareHeight / 2f;
778 invalidate((int) (startX - widthOffset), (int) (startY - heightOffset),
779 (int) (startX + widthOffset), (int) (startY + heightOffset));
    [all...]

Completed in 3071 milliseconds