HomeSort by relevance Sort by last modified time
    Searched defs:newTab (Results 1 - 8 of 8) sorted by null

  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentTabs.java 146 TabInfo newTab = mTabs.get(tabId);
147 if (mLastTab != newTab) {
154 if (newTab != null) {
155 if (newTab.fragment == null) {
156 newTab.fragment = Fragment.instantiate(mActivity,
157 newTab.clss.getName(), newTab.args);
158 ft.add(mContainerId, newTab.fragment, newTab.tag);
160 ft.attach(newTab.fragment)
    [all...]
  /frameworks/base/core/java/android/app/
ActionBar.java 512 public abstract Tab newTab();
    [all...]
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 639 * Put the current tab in the background and set newTab as the current tab.
640 * @param newTab The new tab. If newTab is null, the current tab is not
643 boolean setCurrentTab(Tab newTab) {
644 return setCurrentTab(newTab, false);
648 * If force is true, this method skips the check for newTab == current.
650 private boolean setCurrentTab(Tab newTab, boolean force) {
652 if (current == newTab && !force) {
659 if (newTab == null) {
663 // Move the newTab to the end of the queu
    [all...]
Controller.java     [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 850 milliseconds