Searched refs:title (Results 126 - 131 of 131) sorted by relevance

123456

/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1501 final CharSequence title = mRes.getText(
1512 mContext, title, summary, mImeSwitchPendingIntent);
/frameworks/base/core/java/android/app/
H A DActivityThread.java2125 CharSequence title = r.activityInfo.loadLabel(appContext.getPackageManager());
2130 r.ident, app, r.intent, r.activityInfo, title, r.parent,
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2436 void sample(const String8 &title);
2456 void CpuStats::sample(const String8 &title) { argument
2511 title.string(),
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java2550 static void logSurface(Surface s, String title, String msg, RuntimeException where) { argument
2551 String str = " SURFACE " + s + ": " + msg + " / " + title;
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1109 String title = "System UIDs Inconsistent";
1112 Log.e(TAG, title + ": " + text);
1118 d.setTitle(title);
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java1217 static final String TITLE = "title";
1961 // Interface to enable the browser to override title bar handling.
1964 public void onSetEmbeddedTitleBar(final View title); argument
1968 * Returns the height (in pixels) of the embedded title bar (if any). Does not care about
1984 // Actually, this method returns the height of the embedded title bar if one is set via the
2988 * Takes into account the height of the title bar if there is one
3005 * Takes into account the height of the title bar if there is one
3032 * space. Takes into account the height of the title bar.
3173 // viewToContentY will remove the total height of the title bar. Add
3174 // the visible height back in to account for the fact that if the title
[all...]

Completed in 368 milliseconds

123456