OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:icontop
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java
[
all
...]
/frameworks/base/core/java/android/widget/
Editor.java
440
int
icontop
= compoundPaddingTop + (vspace - height) / 2;
local
447
return
icontop
+ height - mTextView.getHeight() - (int) (2 * scale + 0.5f);
[
all
...]
Completed in 170 milliseconds