Home
last modified time | relevance | path

Searched refs:keyLayout (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadView.java551 LinearLayout keyLayout = in shouldAdjustKeyWidths() local
553 final int width = keyLayout.getWidth(); in shouldAdjustKeyWidths()
557 keyLayout = (LinearLayout) dialpadKeyButton.findViewById(R.id.dialpad_key_layout); in shouldAdjustKeyWidths()
558 if (width != keyLayout.getWidth()) { in shouldAdjustKeyWidths()
574 LinearLayout keyLayout = (LinearLayout) dialpadKey.findViewById(R.id.dialpad_key_layout); in shouldAdjustDigitKeyHeights() local
575 final int height = keyLayout.getHeight(); in shouldAdjustDigitKeyHeights()
581 keyLayout = (LinearLayout) dialpadKey.findViewById(R.id.dialpad_key_layout); in shouldAdjustDigitKeyHeights()
582 if (height != keyLayout.getHeight()) { in shouldAdjustDigitKeyHeights()
617 LinearLayout keyLayout = (LinearLayout) dialpadKey.findViewById(R.id.dialpad_key_layout); in adjustDigitKeyHeights() local
618 maxHeight = Math.max(maxHeight, keyLayout.getHeight()); in adjustDigitKeyHeights()
[all …]