OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLayoutResId
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/preference/
Preference.java
125
private int
mLayoutResId
= com.android.internal.R.layout.preference;
244
mLayoutResId
= a.getResourceId(attr,
mLayoutResId
);
401
if (layoutResId !=
mLayoutResId
) {
406
mLayoutResId
= layoutResId;
415
return
mLayoutResId
;
483
final View layout = layoutInflater.inflate(
mLayoutResId
, parent, false);
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileAdapter.java
507
private int
mLayoutResId
;
512
mLayoutResId
= getLayoutResourceId(mItemViewType);
536
contactTile = (ContactTileView) inflate(mContext,
mLayoutResId
, null);
/packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java
709
private int
mLayoutResId
;
722
mLayoutResId
= getLayoutResourceId(mItemViewType);
800
contactTile = (PhoneFavoriteTileView) inflate(mContext,
mLayoutResId
, null);
[
all
...]
Completed in 145 milliseconds