OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DTMFTwelveKeyDialerView
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Phone/src/com/android/phone/
DTMFTwelveKeyDialerView.java
35
*
DTMFTwelveKeyDialerView
is the view logic that the DTMFDialer uses.
42
class
DTMFTwelveKeyDialerView
extends LinearLayout {
44
private static final String LOG_TAG = "PHONE/
DTMFTwelveKeyDialerView
";
50
public
DTMFTwelveKeyDialerView
(Context context) {
54
public
DTMFTwelveKeyDialerView
(Context context, AttributeSet attrs) {
DTMFTwelveKeyDialer.java
52
* This model backs up the UI behaviour in
DTMFTwelveKeyDialerView
.java.
133
* The
DTMFTwelveKeyDialerView
we use to display the dialpad.
138
* - If the constructor with {@link
DTMFTwelveKeyDialerView
} is called, mDialerView will
147
private
DTMFTwelveKeyDialerView
mDialerView;
150
* {@link ViewStub} holding {@link
DTMFTwelveKeyDialerView
}. See the comments for mDialerView.
376
* DTMFTwelveKeyDialer constructor with {@link
DTMFTwelveKeyDialerView
}
379
* @param dialerView the
DTMFTwelveKeyDialerView
we should use to display the dialpad.
382
DTMFTwelveKeyDialerView
dialerView) {
385
// The passed-in
DTMFTwelveKeyDialerView
*should* always be
405
* {@link
DTMFTwelveKeyDialerView
} on {@link ViewStub#inflate()}
[
all
...]
OtaUtils.java
152
// initOtaInCallScreen(), and attach it to the
DTMFTwelveKeyDialerView
202
public
DTMFTwelveKeyDialerView
otaDtmfDialerView;
[
all
...]
Completed in 127 milliseconds