HomeSort by relevance Sort by last modified time
    Searched refs:newPaddingBottom (Results 1 - 2 of 2) sorted by null

  /development/samples/ThemedNavBarKeyboard/src/com/example/android/themednavbarkeyboard/
ThemedNavBarKeyboard.java 134 private void updateBottomPaddingIfNecessary(int newPaddingBottom) {
135 if (getPaddingBottom() != newPaddingBottom) {
136 setPadding(getPaddingLeft(), getPaddingTop(), getPaddingRight(), newPaddingBottom);
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
MockIme.java 443 private void updateBottomPaddingIfNecessary(int newPaddingBottom) {
444 if (getPaddingBottom() != newPaddingBottom) {
445 setPadding(getPaddingLeft(), getPaddingTop(), getPaddingRight(), newPaddingBottom);
    [all...]

Completed in 136 milliseconds