OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TitleBar
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Browser/src/com/android/browser/
TitleBar.java
58
public class
TitleBar
extends LinearLayout {
86
public
TitleBar
(BrowserActivity context) {
270
* Change the
TitleBar
to or from voice mode. If there is no package to
271
* handle voice search, the
TitleBar
cannot be set to voice mode.
BrowserActivity.java
216
mTitleBar = new
TitleBar
(this);
219
mFakeTitleBar = new
TitleBar
(this);
[
all
...]
Completed in 123 milliseconds