Home
last modified time | relevance | path

Searched refs:support (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/
DmissingSinces.txt1 NO DOC BLOCK: android.support.graphics.drawable.AnimatedVectorDrawableCompat Class
2 NO DOC BLOCK: android.support.v4.util.ArraySet Class
3 NO DOC BLOCK: android.support.design.widget.BaseTransientBottomBar Class
4 NO DOC BLOCK: android.support.design.widget.BaseTransientBottomBar.BaseCallback Class
5 NO DOC BLOCK: android.support.design.widget.BaseTransientBottomBar.ContentViewCallback Interface
6 NO DOC BLOCK: android.support.v4.app.FragmentManager.FragmentLifecycleCallbacks Class
7 NO DOC BLOCK: android.support.v7.widget.PagerSnapHelper Class
8 NO DOC BLOCK: android.support.v17.leanback.app.PlaybackControlGlue.InputEventHandler Interface
9 NO DOC BLOCK: android.support.v17.leanback.app.PlaybackFragment Class
10 NO DOC BLOCK: android.support.v17.leanback.app.PlaybackFragment.OnFadeCompleteListener Class
[all …]
/frameworks/base/docs/html/sdk/support_api_diff/25.0.0/
DmissingSinces.txt1 NO DOC BLOCK: android.support.design.widget.BottomNavigationView Class
2 NO DOC BLOCK: android.support.design.widget.BottomNavigationView.OnNavigationItemSelectedListener I…
3 NO DOC BLOCK: android.support.v7.widget.DividerItemDecoration Class
4 NO DOC BLOCK: android.support.v7.app.NotificationCompat.DecoratedCustomViewStyle Class
5 NO DOC BLOCK: android.support.v7.app.NotificationCompat.DecoratedMediaCustomViewStyle Class
6 NO DOC BLOCK: android.support.v13.app.ActivityCompat Constructor ()
7 NO DOC BLOCK: android.support.v4.app.NotificationCompat.WearableExtender Method getBridgeTag()
8 NO DOC BLOCK: android.support.v7.widget.RecyclerView Method getDecoratedBoundsWithMargins(android.v…
9 NO DOC BLOCK: android.support.v4.view.ViewCompat Method getDisplay(android.view.View)
10 NO DOC BLOCK: android.support.v4.widget.SwipeRefreshLayout Method getProgressViewEndOffset()
[all …]
/frameworks/base/native/webview/plat_support/
Ddraw_functor.cpp50 SupportData* support = static_cast<SupportData*>(data); in onSync() local
51 support->callbacks.on_sync(functor, support->data, &params); in onSync()
55 SupportData* support = static_cast<SupportData*>(data); in onContextDestroyed() local
56 support->callbacks.on_context_destroyed(functor, support->data); in onContextDestroyed()
60 SupportData* support = static_cast<SupportData*>(data); in onDestroyed() local
61 support->callbacks.on_destroyed(functor, support->data); in onDestroyed()
62 delete support; in onDestroyed()
71 SupportData* support = static_cast<SupportData*>(data); in removeOverlays() local
72 if (support->callbacks.remove_overlays) in removeOverlays()
73 support->callbacks.remove_overlays(functor, support->data, &params); in removeOverlays()
[all …]
/frameworks/base/tests/UiBench/
Dbuild.gradle34 compile 'com.android.support:support-v4:23.0.1'
35 compile 'com.android.support:appcompat-v7:23.0.1'
36 compile 'com.android.support:cardview-v7:23.0.1'
37 compile 'com.android.support:recyclerview-v7:23.0.1'
38 compile 'com.android.support:design:23.0.1'
39 compile 'com.android.support:leanback-v17:23.0.1'
/frameworks/opt/setupwizard/library/
Dbuild.gradle4 * Most apps should be building against the internal maven prebuilts for support libs and therefore
8 * this will build the dependencies like support libraries from source, whereas standalone.gradle
34 'support-annotations': project(':support-annotations'),
35 'support-appcompat-v7': project(':support-appcompat-v7'),
36 'support-recyclerview-v7': project(':support-recyclerview-v7')
Drules.gradle6 * dependencies like support library is built directly from source, while for standalone builds they
26 // Provides backwards compatibility for Gingerbread or above, using support libraries.
70 platformDeprecatedCompile deps['support-annotations']
72 gingerbreadCompatCompile deps['support-appcompat-v7']
73 gingerbreadCompatCompile deps['support-recyclerview-v7']
/frameworks/opt/photoviewer/
Dbuild.gradle14 compile findDependency(':support-v4', 'com.android.support:support-v4:23.3.+')
15 compile findDependency(':support-appcompat-v7', 'com.android.support:appcompat-v7:23.3.+')
DAndroid.bp29 "androidx.legacy_legacy-support-core-ui",
30 "androidx.legacy_legacy-support-core-utils",
58 "androidx.legacy_legacy-support-core-ui",
59 "androidx.legacy_legacy-support-core-utils",
/frameworks/base/packages/PrintSpooler/
DAndroid.bp50 "android-support-v7-recyclerview",
51 "android-support-compat",
52 "android-support-media-compat",
53 "android-support-core-utils",
54 "android-support-core-ui",
55 "android-support-fragment",
56 "android-support-annotations",
/frameworks/base/
DApiDocs.bp30 "android-support-annotations",
31 "android-support-compat",
32 "android-support-core-ui",
33 "android-support-core-utils",
34 "android-support-design",
35 "android-support-dynamic-animation",
36 "android-support-exifinterface",
37 "android-support-fragment",
38 "android-support-media-compat",
39 "android-support-percent",
[all …]
Dpathmap.mk36 frameworks/rs/support
42 android-support-v8-renderscript \
43 android-support-multidex \
44 android-support-multidex-instrumentation
/frameworks/multidex/instrumentation/
DAndroid.bp25 name: "android-support-multidex-instrumentation-version",
32 …"(echo git hash not available; exit 0)`\" > $(genDir)/android-support-multidex-instrumentation.ver…
34 "android-support-multidex-instrumentation.version.txt",
39 name: "android-support-multidex-instrumentation",
45 ":android-support-multidex-instrumentation-version",
48 "android-support-multidex",
/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
DDeviceWiphyCapabilities.java92 public void setWifiStandardSupport(@WifiStandard int standard, boolean support) { in setWifiStandardSupport() argument
95 m80211nSupported = support; in setWifiStandardSupport()
98 m80211acSupported = support; in setWifiStandardSupport()
101 m80211axSupported = support; in setWifiStandardSupport()
142 public void setChannelWidthSupported(@ChannelWidth int chWidth, boolean support) { in setChannelWidthSupported() argument
145 mChannelWidth160MhzSupported = support; in setChannelWidthSupported()
148 mChannelWidth80p80MhzSupported = support; in setChannelWidthSupported()
/frameworks/base/startop/view_compiler/
Dlayout_validation_test.cc44 <android.support.constraint.ConstraintLayout
80 </android.support.constraint.ConstraintLayout>)";
105 <android.support.constraint.ConstraintLayout
119 </android.support.constraint.ConstraintLayout>)";
125 <android.support.constraint.ConstraintLayout
140 </android.support.constraint.ConstraintLayout>)";
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
DUtils.java21 import android.support.test.uiautomator.By;
22 import android.support.test.uiautomator.BySelector;
23 import android.support.test.uiautomator.UiDevice;
24 import android.support.test.uiautomator.UiObject2;
25 import android.support.test.uiautomator.Until;
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java22 import android.support.test.uiautomator.By;
23 import android.support.test.uiautomator.UiDevice;
24 import android.support.test.uiautomator.UiObject;
25 import android.support.test.uiautomator.UiObject2;
26 import android.support.test.uiautomator.UiObjectNotFoundException;
27 import android.support.test.uiautomator.UiSelector;
28 import android.support.test.uiautomator.Until;
/frameworks/multidex/library/
DAndroid.bp25 name: "android-support-multidex-version",
35 … "(echo git hash not available; exit 0)`\" > $(genDir)/android-support-multidex.version.txt",
37 "android-support-multidex.version.txt",
42 name: "android-support-multidex",
49 ":android-support-multidex-version",
/frameworks/opt/chips/
Dbuild.gradle14 compile findDependency(':support-v4', 'com.android.support:support-v4:23.3.+')
/frameworks/opt/setupwizard/library/gingerbread/test/instrumentation/src/com/android/setupwizardlib/items/
DButtonItemDrawingTest.java25 import android.support.test.annotation.UiThreadTest;
26 import android.support.test.filters.SmallTest;
27 import android.support.test.rule.UiThreadTestRule;
28 import android.support.test.runner.AndroidJUnit4;
/frameworks/opt/photoviewer/sample/
DAndroid.bp29 "androidx.legacy_legacy-support-core-ui",
30 "androidx.legacy_legacy-support-core-utils",
53 "androidx.legacy_legacy-support-core-ui",
54 "androidx.legacy_legacy-support-core-utils",
/frameworks/base/tests/Input/src/com/android/test/input/
DAnrTest.kt26 import android.support.test.uiautomator.By
27 import android.support.test.uiautomator.UiDevice
28 import android.support.test.uiautomator.UiObject2
29 import android.support.test.uiautomator.Until
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
DTemplateLayoutMixinTest.java24 import android.support.test.InstrumentationRegistry;
25 import android.support.test.filters.SmallTest;
26 import android.support.test.runner.AndroidJUnit4;
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DStatusBarBackgroundLayoutTest.java24 import android.support.test.InstrumentationRegistry;
25 import android.support.test.filters.SmallTest;
26 import android.support.test.runner.AndroidJUnit4;
DItemInflaterTest.java22 import android.support.test.InstrumentationRegistry;
23 import android.support.test.filters.SmallTest;
24 import android.support.test.runner.AndroidJUnit4;
DSimpleInflaterTest.java25 import android.support.test.InstrumentationRegistry;
26 import android.support.test.filters.SmallTest;
27 import android.support.test.runner.AndroidJUnit4;

12345678910>>...16