OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTabContent
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
TabHost.java
56
private FrameLayout
mTabContent
;
146
mTabContent
.requestFocus(View.FOCUS_FORWARD);
147
return
mTabContent
.dispatchKeyEvent(event);
156
mTabContent
.requestFocus(View.FOCUS_FORWARD);
161
mTabContent
= (FrameLayout) findViewById(com.android.internal.R.id.tabcontent);
162
if (
mTabContent
== null) {
251
mTabContent
.removeAllViews();
297
return
mTabContent
;
310
location = (
mTabContent
.getLeft() < mTabWidget.getLeft()) ? TABWIDGET_LOCATION_RIGHT
315
location = (
mTabContent
.getTop() < mTabWidget.getTop()) ? TABWIDGET_LOCATION_BOTTO
[
all
...]
/packages/apps/Browser/src/com/android/browser/
TabBar.java
245
View
mTabContent
;
271
mTabContent
= inflater.inflate(R.layout.tab_title, this, true);
272
mTitle = (TextView)
mTabContent
.findViewById(R.id.title);
273
mIconView = (ImageView)
mTabContent
.findViewById(R.id.favicon);
274
mLock = (ImageView)
mTabContent
.findViewById(R.id.lock);
275
mClose = (ImageView)
mTabContent
.findViewById(R.id.close);
277
mIncognito =
mTabContent
.findViewById(R.id.incognito);
278
mSnapshot =
mTabContent
.findViewById(R.id.snapshot);
Completed in 25 milliseconds