OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:phonefavoriteregularrowview
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteRegularRowView.java
26
public class
PhoneFavoriteRegularRowView
extends PhoneFavoriteTileView {
27
private static final String TAG =
PhoneFavoriteRegularRowView
.class.getSimpleName();
30
public
PhoneFavoriteRegularRowView
(Context context, AttributeSet attrs) {
64
return
PhoneFavoriteRegularRowView
.this.performLongClick();
PhoneFavoriteTileView.java
110
if (view instanceof
PhoneFavoriteRegularRowView
) {
PhoneFavoriteListView.java
349
if (tileView instanceof
PhoneFavoriteRegularRowView
) {
/packages/apps/Dialer/res/layout/
phone_favorite_regular_row_view.xml
21
class="com.android.dialer.list.
PhoneFavoriteRegularRowView
">
Completed in 166 milliseconds