OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:layoutResId
(Results
1 - 25
of
55
) sorted by null
1
2
3
/packages/apps/Camera2/src/com/android/camera/ui/
AbstractTutorialOverlay.java
47
* @param
layoutResId
the resource ID of the tutorial layout.
52
public AbstractTutorialOverlay(int
layoutResId
, CloseListener closeListener) {
53
mLayoutResId =
layoutResId
;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
EditTextFragment.java
45
public static EditTextFragment newInstance(int
layoutResId
, int editTextResId) {
48
if (
layoutResId
== 0 || editTextResId == 0) {
51
args.putInt(EXTRA_LAYOUT_RES_ID,
layoutResId
);
90
int
layoutResId
= getArguments().getInt(EXTRA_LAYOUT_RES_ID, R.layout.edittext_fragment);
93
view = inflater.inflate(
layoutResId
, container, false);
DialogActivity.java
268
* @param
layoutResId
resource if of the activity layout
272
protected void setLayoutProperties(int
layoutResId
, int contentAreaId, int actionAreaId) {
273
mLayoutResId =
layoutResId
;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowViewStub.java
34
String
layoutResId
= attributeSet.getAttributeValue("android", "layout");
35
if (
layoutResId
!= null) {
36
mLayoutResource = getResourceId(
layoutResId
);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
RestrictedActivity.java
127
void setContentView(int
layoutResId
);
/packages/apps/Contacts/src/com/android/contacts/editor/
KindSectionView.java
181
final int
layoutResId
= EditorUiUtils.getLayoutResourceId(mKind.mimeType);
183
view = mInflater.inflate(
layoutResId
, mEditors, false);
187
layoutResId
+ " for MIME type " + mKind.mimeType +
/developers/build/prebuilts/gradle/AdapterTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
145
* @param
layoutResId
Layout id to be inflated
148
public void setCustomTabView(int
layoutResId
, int textViewId) {
149
mTabViewLayoutId =
layoutResId
;
/developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
145
* @param
layoutResId
Layout id to be inflated
148
public void setCustomTabView(int
layoutResId
, int textViewId) {
149
mTabViewLayoutId =
layoutResId
;
/developers/build/prebuilts/gradle/FragmentTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
145
* @param
layoutResId
Layout id to be inflated
148
public void setCustomTabView(int
layoutResId
, int textViewId) {
149
mTabViewLayoutId =
layoutResId
;
/developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
145
* @param
layoutResId
Layout id to be inflated
148
public void setCustomTabView(int
layoutResId
, int textViewId) {
149
mTabViewLayoutId =
layoutResId
;
/developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
145
* @param
layoutResId
Layout id to be inflated
148
public void setCustomTabView(int
layoutResId
, int textViewId) {
149
mTabViewLayoutId =
layoutResId
;
/developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
145
* @param
layoutResId
Layout id to be inflated
148
public void setCustomTabView(int
layoutResId
, int textViewId) {
149
mTabViewLayoutId =
layoutResId
;
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
145
* @param
layoutResId
Layout id to be inflated
148
public void setCustomTabView(int
layoutResId
, int textViewId) {
149
mTabViewLayoutId =
layoutResId
;
/developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
145
* @param
layoutResId
Layout id to be inflated
148
public void setCustomTabView(int
layoutResId
, int textViewId) {
149
mTabViewLayoutId =
layoutResId
;
/developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabLayout.java
145
* @param
layoutResId
Layout id to be inflated
148
public void setCustomTabView(int
layoutResId
, int textViewId) {
149
mTabViewLayoutId =
layoutResId
;
/development/samples/browseable/AdapterTransition/src/com.example.android.common/view/
SlidingTabLayout.java
145
* @param
layoutResId
Layout id to be inflated
148
public void setCustomTabView(int
layoutResId
, int textViewId) {
149
mTabViewLayoutId =
layoutResId
;
/development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabLayout.java
145
* @param
layoutResId
Layout id to be inflated
148
public void setCustomTabView(int
layoutResId
, int textViewId) {
149
mTabViewLayoutId =
layoutResId
;
/development/samples/browseable/FragmentTransition/src/com.example.android.common/view/
SlidingTabLayout.java
145
* @param
layoutResId
Layout id to be inflated
148
public void setCustomTabView(int
layoutResId
, int textViewId) {
149
mTabViewLayoutId =
layoutResId
;
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabLayout.java
145
* @param
layoutResId
Layout id to be inflated
148
public void setCustomTabView(int
layoutResId
, int textViewId) {
149
mTabViewLayoutId =
layoutResId
;
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabLayout.java
145
* @param
layoutResId
Layout id to be inflated
148
public void setCustomTabView(int
layoutResId
, int textViewId) {
149
mTabViewLayoutId =
layoutResId
;
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabLayout.java
145
* @param
layoutResId
Layout id to be inflated
148
public void setCustomTabView(int
layoutResId
, int textViewId) {
149
mTabViewLayoutId =
layoutResId
;
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabLayout.java
145
* @param
layoutResId
Layout id to be inflated
148
public void setCustomTabView(int
layoutResId
, int textViewId) {
149
mTabViewLayoutId =
layoutResId
;
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabLayout.java
145
* @param
layoutResId
Layout id to be inflated
148
public void setCustomTabView(int
layoutResId
, int textViewId) {
149
mTabViewLayoutId =
layoutResId
;
/frameworks/base/core/java/android/preference/
SeekBarPreference.java
50
final int
layoutResId
= a.getResourceId(
55
setLayoutResource(
layoutResId
);
/packages/apps/Settings/src/com/android/settings/accessibility/
ListDialogPreference.java
72
* @param
layoutResId
the layout to use for displaying grid items
74
public void setListItemLayoutResource(int
layoutResId
) {
75
mListItemLayout =
layoutResId
;
Completed in 1064 milliseconds
1
2
3