Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DInCallScreen.java584 openDialpadInternal(false); // no "opening" animation in onResume()
2952 openDialpadInternal(true); // do the "opening" animation in onOpenCloseDialpad()
2958 private void openDialpadInternal(boolean animate) { in openDialpadInternal() method in InCallScreen