OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InCallTouchUi
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java
61
public class
InCallTouchUi
extends FrameLayout
64
private static final String LOG_TAG = "
InCallTouchUi
";
140
public
InCallTouchUi
(Context context, AttributeSet attrs) {
143
if (DBG) log("
InCallTouchUi
constructor...");
156
if (DBG) log("
InCallTouchUi
onFinishInflate(this = " + this + ")...");
370
// of the InCallScreen. (The
InCallTouchUi
widget has separate
[
all
...]
InCallScreen.java
211
private
InCallTouchUi
mInCallTouchUi;
[
all
...]
Completed in 27 milliseconds