Searched refs:mChallengeBottomBound (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DSlidingChallengeLayout.java117 private int mChallengeBottomBound; // Number of pixels from the top of the challenge view field in class:SlidingChallengeLayout
261 mChallengeBottomBound = res.getDimensionPixelSize(R.dimen.kg_widget_pager_bottom_padding);
694 getLayoutBottom() - mChallengeBottomBound);
963 final int bottom = layoutBottom + (int) ((childHeight - mChallengeBottomBound)
1081 return (layoutBottom + challengeHeight - mChallengeBottomBound);
1148 (challengeHeight - mChallengeBottomBound);
1220 layoutBottom + mChallengeView.getHeight() - mChallengeBottomBound, velocity);

Completed in 66 milliseconds