OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:monthHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
DayPickerView.java
229
final int
monthHeight
= monthView.getMonthHeight();
236
final int leftIconTop = monthView.getPaddingTop() + (
monthHeight
- leftDH) / 2;
242
final int rightIconTop = monthView.getPaddingTop() + (
monthHeight
- rightDH) / 2;
SimpleMonthView.java
[
all
...]
Completed in 113 milliseconds