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
381
final int
adjustedHeight
;
385
adjustedHeight
= height;
389
adjustedHeight
= (int) (paddedHeight * lp.centerWithinArea + 0.5f);
392
adjustedHeight
= height;
407
padding.top + (
adjustedHeight
- childHeight) / 2 : padding.top;
416
? padding.top + height - (
adjustedHeight
- childHeight) / 2
/frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java
[
all
...]
Completed in 43 milliseconds