OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DialpadFragment
(Results
1 - 2
of
2
) sorted by null
/packages/apps/InCallUI/src/com/android/incallui/
DialpadFragment.java
42
public class
DialpadFragment
extends BaseFragment<DialpadPresenter, DialpadPresenter.DialpadUi>
447
// Adjust the translation of the
DialpadFragment
in a preDrawListener instead of in
448
// DialtactsActivity, because at the point in time when the
DialpadFragment
is added,
/packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java
90
public class
DialpadFragment
extends Fragment
96
private static final String TAG =
DialpadFragment
.class.getSimpleName();
99
* This interface allows the
DialpadFragment
to tell its hosting Activity when and when not
100
* to display the "dial" button. While this is logically part of the
DialpadFragment
, the
373
// Adjust the translation of the
DialpadFragment
in a preDrawListener instead of in
374
// DialtactsActivity, because at the point in time when the
DialpadFragment
is added,
[
all
...]
Completed in 44 milliseconds