OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adjustedHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
MultiPaneChallengeLayout.java
382
final int
adjustedHeight
;
386
adjustedHeight
= height;
390
adjustedHeight
= (int) (paddedHeight * lp.centerWithinArea + 0.5f);
393
adjustedHeight
= height;
408
padding.top + (
adjustedHeight
- childHeight) / 2 : padding.top;
417
? padding.top + height - (
adjustedHeight
- childHeight) / 2
/frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java
[
all
...]
Completed in 26 milliseconds