Home
last modified time | relevance | path

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

12345678910>>...19

/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.bp55 "android-support-v7-recyclerview",
56 "android-support-compat",
57 "android-support-media-compat",
58 "android-support-core-utils",
59 "android-support-core-ui",
60 "android-support-fragment",
61 "android-support-annotations",
/frameworks/base/
Dpathmap.mk36 frameworks/rs/support
42 android-support-v8-renderscript \
43 android-support-multidex \
44 android-support-multidex-instrumentation
/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
DDeviceWiphyCapabilities.java102 public void setWifiStandardSupport(@WifiStandard int standard, boolean support) { in setWifiStandardSupport() argument
105 m80211nSupported = support; in setWifiStandardSupport()
108 m80211acSupported = support; in setWifiStandardSupport()
111 m80211axSupported = support; in setWifiStandardSupport()
114 m80211beSupported = support; in setWifiStandardSupport()
159 public void setChannelWidthSupported(@ChannelWidth int chWidth, boolean support) { in setChannelWidthSupported() argument
162 mChannelWidth160MhzSupported = support; in setChannelWidthSupported()
165 mChannelWidth80p80MhzSupported = support; in setChannelWidthSupported()
168 mChannelWidth320MhzSupported = support; in setChannelWidthSupported()
/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/av/media/aconfig/
Dcodec_fwk.aconfig19 description: "Feature flag for dynamic color aspect support"
27 description: "Feature flag for HLG editing support"
42 description: "Feature flag for in-process software audio codec support"
81 description: "Feature flag for null output Surface support"
96 description: "Feature flag for region of interest support"
/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/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/
DAndroid.bp23 static_libs: ["android-support-multidex"],
38 // disable optimization to force D8 instead of R8, as R8 doesn't support
49 static_libs: ["android-support-multidex"],
64 // disable optimization to force D8 instead of R8, as R8 doesn't support
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DItemInflaterTest.java22 import android.support.test.InstrumentationRegistry;
23 import android.support.test.filters.SmallTest;
24 import android.support.test.runner.AndroidJUnit4;
DStatusBarBackgroundLayoutTest.java24 import android.support.test.InstrumentationRegistry;
25 import android.support.test.filters.SmallTest;
26 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;
DIllustrationTest.java27 import android.support.test.InstrumentationRegistry;
28 import android.support.test.filters.SmallTest;
29 import android.support.test.runner.AndroidJUnit4;
/frameworks/base/core/java/android/appwidget/
Dflags.aconfig8 description: "Enable support for generated previews in AppWidgetManager"
33 description: "Enable support for transporting draw instructions as data parcel"
47 …description: "Enable support for resume restore widget after reboot by persisting intermediate sta…
/frameworks/proto_logging/stats/express/catalog/
Dvirtual_devices.cfg28 description: "Number of times a VirtualDevice adds DPAD input support."
36 description: "Number of times a VirtualDevice adds keyboard input support."
44 description: "Number of times a VirtualDevice adds mouse input support."
52 description: "Number of times a VirtualDevice adds touchscreen input support."
60 description: "Number of times a VirtualDevice adds navigation touchpad input support."
68 description: "Number of times a VirtualDevice adds stylus input support."
/frameworks/native/services/powermanager/
DPowerHintSessionWrapper.cpp27 static bool support = mInterfaceVersion >= version; \
28 !support ? decltype(method)::unsupported() : ({ \
31 support = false; \
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/util/
DFallbackThemeWrapperTest.java24 import android.support.test.InstrumentationRegistry;
25 import android.support.test.filters.SmallTest;
26 import android.support.test.runner.AndroidJUnit4;

12345678910>>...19