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

  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadView.java 53 public class DialpadView extends LinearLayout {
54 private static final String TAG = DialpadView.class.getSimpleName();
89 public DialpadView(Context context) {
93 public DialpadView(Context context, AttributeSet attrs) {
97 public DialpadView(Context context, AttributeSet attrs, int defStyle) {
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
DialpadView.java 17 package com.android.dialer.dialpadview;
50 public class DialpadView extends LinearLayout {
52 private static final String TAG = DialpadView.class.getSimpleName();
92 public DialpadView(Context context) {
96 public DialpadView(Context context, AttributeSet attrs) {
100 public DialpadView(Context context, AttributeSet attrs, int defStyle) {
129 // The orientation obtained at this point should be used as the only truth for DialpadView as we
520 // the rest of DialpadView's lifecycle. It is therefore safe to remove this listener.
522 // device orientation change but BEFORE DialpadView's onDetachedFromWindow() and

Completed in 132 milliseconds