HomeSort by relevance Sort by last modified time
    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 214 mTitleBar = new TitleBar(this);
217 mFakeTitleBar = new TitleBar(this);
751 * would change its appearance, use a different TitleBar to show overlayed
754 private TitleBar mFakeTitleBar;
    [all...]

Completed in 13 milliseconds