Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadView.java550 DialpadKeyButton dialpadKeyButton = (DialpadKeyButton) findViewById(BUTTON_IDS[0]); in shouldAdjustKeyWidths() local
552 (LinearLayout) dialpadKeyButton.findViewById(R.id.dialpad_key_layout); in shouldAdjustKeyWidths()
556 dialpadKeyButton = (DialpadKeyButton) findViewById(BUTTON_IDS[i]); in shouldAdjustKeyWidths()
557 keyLayout = (LinearLayout) dialpadKeyButton.findViewById(R.id.dialpad_key_layout); in shouldAdjustKeyWidths()