OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dividerwidth
(Results
1 - 7
of
7
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java
73
* @param
dividerWidth
width of divider, zero for no dividers.
78
final int
dividerWidth
) {
129
mDividerWidth =
dividerWidth
;
304
final int
dividerWidth
;
306
dividerWidth
= (int)(keyWidth * DIVIDER_RATIO);
308
dividerWidth
= 0;
313
key.isMoreKeysFixedColumn(), key.isMoreKeysFixedOrder(),
dividerWidth
);
/frameworks/base/core/java/android/widget/
ActionMenuView.java
433
final int
dividerWidth
= getDividerWidth();
450
overflowWidth +=
dividerWidth
;
474
nonOverflowWidth +=
dividerWidth
;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java
443
final int
dividerWidth
= getDividerWidth();
460
overflowWidth +=
dividerWidth
;
483
nonOverflowWidth +=
dividerWidth
;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardBuilderMaxOrderTests.java
51
0 /*
dividerWidth
*/);
[
all
...]
MoreKeysKeyboardBuilderAutoOrderTests.java
51
0 /*
dividerWidth
*/);
[
all
...]
MoreKeysKeyboardBuilderFixedOrderTests.java
51
0 /*
dividerWidth
*/);
[
all
...]
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 261 milliseconds