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

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityViewFlipper.java 217 final int childWidthSpec = makeChildMeasureSpec(maxWidth, lp.width);
218 final int childHeightSpec = makeChildMeasureSpec(maxHeight, lp.height);
228 private int makeChildMeasureSpec(int maxSize, int childDimen) {
SlidingChallengeLayout.java 792 private int makeChildMeasureSpec(int maxSize, int childDimen) {
    [all...]

Completed in 320 milliseconds