/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_wstreambuf.i | 2 Provide 'std_streambuf.i' with wchar support.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_all_fixers.py | 13 from . import support namespace 16 class Test_all(support.TestCase): 19 self.refactor = support.get_refactorer() 22 for filepath in support.all_project_files():
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_all_fixers.py | 13 from . import support namespace 16 class Test_all(support.TestCase): 19 self.refactor = support.get_refactorer() 22 for filepath in support.all_project_files():
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/ |
build.gradle | 14 compile "com.android.support:support-v4:18.0.+" 15 compile "com.android.support:appcompat-v7:18.0.+"
|
/frameworks/support/compat/java/android/support/v4/app/ |
package.html | 3 Support android.app classes to assist with development of applications for 5 versions of {@link android.support.v4.app.FragmentManager} and 6 {@link android.support.v4.app.LoaderManager}.
|
/frameworks/support/compat/java/android/support/v4/widget/ |
package.html | 3 Support android.widget classes to assist with development of applications for 5 of {@link android.support.v4.widget.CursorAdapter} and related classes, which 6 is needed for use with {@link android.support.v4.content.CursorLoader}.
|
/frameworks/support/core-ui/java/android/support/v4/app/ |
package.html | 3 Support android.app classes to assist with development of applications for 5 versions of {@link android.support.v4.app.FragmentManager} and 6 {@link android.support.v4.app.LoaderManager}.
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
package.html | 3 Support android.widget classes to assist with development of applications for 5 of {@link android.support.v4.widget.CursorAdapter} and related classes, which 6 is needed for use with {@link android.support.v4.content.CursorLoader}.
|
/frameworks/support/core-utils/java/android/support/v4/app/ |
package.html | 3 Support android.app classes to assist with development of applications for 5 versions of {@link android.support.v4.app.FragmentManager} and 6 {@link android.support.v4.app.LoaderManager}.
|
/frameworks/support/design/ |
Android.mk | 19 android-support-v7-appcompat \ 20 android-support-v7-recyclerview 28 LOCAL_MODULE := android-support-design-res 41 LOCAL_MODULE := android-support-design-base 45 android-support-design-res \ 46 android-support-v4 \ 47 android-support-v7-appcompat \ 48 android-support-v7-recyclerview 54 LOCAL_MODULE := android-support-design-gingerbread 57 LOCAL_STATIC_JAVA_LIBRARIES := android-support-design-bas [all...] |
/frameworks/support/fragment/java/android/support/v4/app/ |
package.html | 3 Support android.app classes to assist with development of applications for 5 versions of {@link android.support.v4.app.FragmentManager} and 6 {@link android.support.v4.app.LoaderManager}.
|
/frameworks/support/transition/src/android/support/transition/ |
package.html | 3 Support android.transition classes to provide transition API back to android API level 14. 4 This library contains {@link android.support.transition.Transition}, 5 {@link android.support.transition.TransitionManager}, and other related classes
|
/packages/apps/PackageInstaller/ |
proguard.flags | 1 # The support library contains references to newer platform versions. 5 -keep class android.support.v7.preference.Preference* { 8 -dontwarn android.support.v4.**
|
/prebuilts/maven_repo/android/com/android/support/support-v4/24.2.0/ |
support-v4-24.2.0.pom | 5 <groupId>com.android.support</groupId> 6 <artifactId>support-v4</artifactId> 11 <groupId>com.android.support</groupId> 12 <artifactId>support-compat</artifactId> 18 <groupId>com.android.support</groupId> 19 <artifactId>support-core-utils</artifactId> 25 <groupId>com.android.support</groupId> 26 <artifactId>support-media-compat</artifactId> 32 <groupId>com.android.support</groupId> 33 <artifactId>support-core-ui</artifactId [all...] |
/prebuilts/maven_repo/android/com/android/support/support-v4/24.2.1/ |
support-v4-24.2.1.pom | 5 <groupId>com.android.support</groupId> 6 <artifactId>support-v4</artifactId> 11 <groupId>com.android.support</groupId> 12 <artifactId>support-compat</artifactId> 18 <groupId>com.android.support</groupId> 19 <artifactId>support-media-compat</artifactId> 25 <groupId>com.android.support</groupId> 26 <artifactId>support-core-utils</artifactId> 32 <groupId>com.android.support</groupId> 33 <artifactId>support-core-ui</artifactId [all...] |
/prebuilts/maven_repo/android/com/android/support/support-v4/25.0.0/ |
support-v4-25.0.0.pom | 5 <groupId>com.android.support</groupId> 6 <artifactId>support-v4</artifactId> 11 <groupId>com.android.support</groupId> 12 <artifactId>support-compat</artifactId> 18 <groupId>com.android.support</groupId> 19 <artifactId>support-media-compat</artifactId> 25 <groupId>com.android.support</groupId> 26 <artifactId>support-core-utils</artifactId> 32 <groupId>com.android.support</groupId> 33 <artifactId>support-core-ui</artifactId [all...] |
/libcore/luni/src/test/java/libcore/java/util/beans/ |
PropertyChangeSupportTest.java | 36 PropertyChangeSupport support = new PropertyChangeSupport(bean); local 38 support.addPropertyChangeListener(listener); 41 support.firePropertyChange(nullToNull); 47 PropertyChangeSupport support = new PropertyChangeSupport(bean); local 49 support.addPropertyChangeListener(listener); 52 support.firePropertyChange(xToX); 62 PropertyChangeSupport support = new PropertyChangeSupport(bean); local 65 support.addPropertyChangeListener(all); 68 support.addPropertyChangeListener(new PropertyChangeListenerProxy("a", proxiedA)); 71 support.addPropertyChangeListener("a", addA) 108 PropertyChangeSupport support = new PropertyChangeSupport(bean); local 158 PropertyChangeSupport support = new PropertyChangeSupport(bean); local 176 PropertyChangeSupport support = new PropertyChangeSupport(bean); local 192 PropertyChangeSupport support = new PropertyChangeSupport(bean); local 228 PropertyChangeSupport support = new PropertyChangeSupport(bean); local [all...] |
/packages/services/Car/car-support-lib/ |
car-support.mk | 12 # include packages/services/Car/car-support-lib/car-support.mk 26 ifeq (,$(findstring android.support.car, $(LOCAL_STATIC_JAVA_LIBRARIES))) 28 packages/services/Car/car-support-lib/res 29 LOCAL_AAPT_FLAGS += --extra-packages android.support.car.ui 30 LOCAL_STATIC_JAVA_LIBRARIES += android.support.car 35 # Include support-v7-appcompat, if not already included 36 ifeq (,$(findstring android-support-v7-appcompat,$(LOCAL_STATIC_JAVA_LIBRARIES))) 37 LOCAL_RESOURCE_DIR += frameworks/support/v7/appcompat/res 38 LOCAL_AAPT_FLAGS += --extra-packages android.support.v7.appcompa [all...] |
/frameworks/base/docs/html/sdk/support_api_diff/24.2.0/ |
user_comments_for_24.1.0_to_24.2.0.xml | 31 <identifier id="android.support.customtabs"/> 37 <identifier id="android.support.customtabs.CustomTabsIntent"/> 43 <identifier id="android.support.customtabs.CustomTabsIntent.Builder"/> 49 <identifier id="android.support.customtabs.CustomTabsIntent.Builder.setInstantAppsEnabled_added(boolean)"/> 55 <identifier id="android.support.customtabs.CustomTabsIntent.EXTRA_ENABLE_INSTANT_APPS"/> 61 <identifier id="android.support.customtabs.CustomTabsIntent.setAlwaysUseBrowserUI_added(android.content.Intent)"/> 67 <identifier id="android.support.customtabs.CustomTabsIntent.shouldAlwaysUseBrowserUI_added(android.content.Intent)"/> 73 <identifier id="android.support.customtabs.CustomTabsSession"/> 79 <identifier id="android.support.customtabs.CustomTabsSession.setSecondaryToolbarViews_added(android.widget.RemoteViews, int[], android.app.PendingIntent)"/> 85 <identifier id="android.support.customtabs.CustomTabsSession.setToolbarItem_changed(int, android.graphics.Bitmap, java.lang.String (…) [all...] |
/prebuilts/sdk/current/support/v17/preference-leanback/libs/ |
android-support-v17-preference-leanback.jar | |
/prebuilts/misc/common/android-support-test/espresso/ |
espresso-core-2.2.2-release.jar | |
/frameworks/base/packages/SystemUI/ |
Android.mk | 25 android-support-v7-recyclerview \ 26 android-support-v7-preference \ 27 android-support-v7-appcompat \ 28 android-support-v14-preference \ 29 android-support-v17-leanback \ 44 frameworks/support/v7/preference/res \ 45 frameworks/support/v14/preference/res \ 46 frameworks/support/v7/appcompat/res \ 47 frameworks/support/v7/recyclerview/res \ 48 frameworks/support/v17/leanback/re [all...] |
/prebuilts/sdk/current/support/v7/gridlayout/libs/ |
android-support-v7-gridlayout.jar | |
/prebuilts/sdk/current/support/design/libs/ |
android-support-design.jar | |
/frameworks/base/docs/html/topic/libraries/support-library/ |
features.jd | 1 page.title=Support Library Features 10 <li><a href="#v4">v4 Support Libraries</a> 19 <li><a href="#multidex">Multidex Support Library</a></li> 20 <li><a href="#v7">v7 Support Libraries</a> 31 <li><a href="#v8">v8 Support Library</a></li> 32 <li><a href="#v13">v13 Support Library</a></li> 33 <li><a href="#v14-preference">v14 Preference Support Library</a></li> 36 <li><a href="#annotations">Annotations Support Library</a></li> 37 <li><a href="#design">Design Support Library</a></li> 38 <li><a href="#custom-tabs">Custom Tabs Support Library</a></li [all...] |