HomeSort by relevance Sort by last modified time
    Searched refs:tabs (Results 1 - 25 of 34) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigTabGroup.java 33 ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] { local
38 setTabs(tabs);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitTabGroup.java 32 * Creates the UI tabs for the Android JUnit configuration
35 ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] { local
40 setTabs(tabs);
  /external/proguard/src/proguard/gui/
ProGuardGUI.java 587 TabbedPane tabs = new TabbedPane(); local
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java 501 * characters that need to be handled specially, like tabs
559 TabStopSpan[] tabs = null; local
561 tabs = ((Spanned) mText).getSpans(start, end, TabStopSpan.class);
565 dir, directions, trailing, alt, tab, tabs);
570 mText, end, offset, null, tab, tabs);
573 mText, end, offset, null, tab, tabs);
674 private float getLineMax(int line, Object[] tabs, boolean full) {
685 if (tabs == null && tab && mText instanceof Spanned) {
686 tabs = ((Spanned) mText).getSpans(start, end, TabStopSpan.class);
690 mText, start, end, null, tab, tabs);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 37 // Maximum number of tabs.
39 // Private array of WebViews that are used as tabs.
41 // Queue of most recently viewed tabs.
46 // switching between tabs.
155 * number of open tabs.
159 // Return false if we have maxed out on tabs
182 * Remove the parent child relationships from all tabs.
203 // Remove t from our list of tabs.
241 // Remove it from the queue of viewed tabs.
247 * Destroy all the tabs and subwindow
    [all...]
CombinedBookmarkHistoryActivity.java 38 * from all the tabs.
94 setContentView(R.layout.tabs);
165 * it to clear the parent/child relationships from all tabs.
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
filter.py 33 ["whitespace/tabs", "whitespace/braces"]
  /packages/apps/Contacts/src/com/android/contacts/
ScrollingTabWidget.java 33 * Tab widget that can contain more tabs than can fit on screen at once and scroll over them.
78 mTabsView = (TabStripView) mTabsScrollWrapper.findViewById(android.R.id.tabs);
153 * Returns the {@link ViewGroup} that actually contains the tabs. This is where the tab
184 * changes when we navigate between tabs (moving from the list view
241 * Adds a tab to the list of tabs. The tab's indicator view is specified
252 * Adds a tab to the list of tabs. The tab's indicator view must be provided.
311 * widget decides which of it's tabs should have focus.
328 // Setting this flag will effectively make the tabs unfocusable. This will
398 * Scrolls the tabs by exactly one tab width.
  /frameworks/base/core/java/android/widget/
TabHost.java 92 * <p>Call setup() before adding tabs if loading TabHost using findViewById().
101 mTabWidget = (TabWidget) findViewById(com.android.internal.R.id.tabs);
104 "Your TabHost must have a TabWidget whose id attribute is 'android.R.id.tabs'");
107 // KeyListener to attach to all tabs. Detects non-navigation keys
219 * Removes all tabs from the tab widget associated with this tab host.
  /build/tools/droiddoc/templates-pdk/
customization.cs 1 <?cs # This file defines custom definitions for the masthead (logo, searchbox, tabs, etc) and
  /dalvik/docs/
prettify.js 372 /** returns a function that expand tabs to spaces. This function can be fed
374 * keep track of how tabs are expanded.
376 * plain text and return the text with tabs expanded.
384 // walk over each character looking for tabs and newlines.
385 // On tabs, expand them. On newlines, reset charInLine.
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TabHostTest.java 230 // add two additional tabs
262 assertEquals(android.R.id.tabs, tabHost.getTabWidget().getId());
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp 536 AccessibilityObject::AccessibilityChildrenVector tabs;
537 tabChildren(tabs);
539 int count = tabs.size();
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9-swt.jar 
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 392 var nodes = $("#header-tabs").find("."+lang);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java     [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-docs.css 1244 #header-tabs,
android-developer-docs.js 438 var nodes = $("#header-tabs").find("."+lang);
  /external/bison/tests/
testsuite     [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 327 milliseconds

1 2