/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/ |
D | missingSinces.txt | 1 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/ |
D | missingSinces.txt | 1 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/ |
D | draw_functor.cpp | 41 SupportData* support = static_cast<SupportData*>(data); in onSync() local 42 support->callbacks.on_sync(functor, support->data, ¶ms); in onSync() 46 SupportData* support = static_cast<SupportData*>(data); in onContextDestroyed() local 47 support->callbacks.on_context_destroyed(functor, support->data); in onContextDestroyed() 51 SupportData* support = static_cast<SupportData*>(data); in onDestroyed() local 52 support->callbacks.on_destroyed(functor, support->data); in onDestroyed() 53 delete support; in onDestroyed() 87 SupportData* support = static_cast<SupportData*>(data); in draw_gl() local 88 support->callbacks.draw_gl(functor, support->data, ¶ms); in draw_gl() 93 SupportData* support = static_cast<SupportData*>(data); in initializeVk() local [all …]
|
/frameworks/base/tests/UiBench/ |
D | build.gradle | 34 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/ |
D | build.gradle | 4 * 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')
|
D | rules.gradle | 6 * 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/base/packages/PrintSpooler/ |
D | Android.bp | 30 "android-support-v7-recyclerview", 31 "android-support-compat", 32 "android-support-media-compat", 33 "android-support-core-utils", 34 "android-support-core-ui", 35 "android-support-fragment", 36 "android-support-annotations",
|
/frameworks/base/ |
D | ApiDocs.bp | 30 "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 …]
|
D | pathmap.mk | 36 frameworks/rs/support 42 android-support-v8-renderscript \ 43 android-support-multidex \ 44 android-support-multidex-instrumentation
|
/frameworks/opt/photoviewer/ |
D | build.gradle | 14 compile findDependency(':support-v4', 'com.android.support:support-v4:23.3.+') 15 compile findDependency(':support-appcompat-v7', 'com.android.support:appcompat-v7:23.3.+')
|
D | Android.bp | 25 "androidx.legacy_legacy-support-core-ui", 26 "androidx.legacy_legacy-support-core-utils", 56 "androidx.legacy_legacy-support-core-ui", 57 "androidx.legacy_legacy-support-core-utils",
|
/frameworks/multidex/instrumentation/ |
D | Android.bp | 16 name: "android-support-multidex-instrumentation-version", 23 …"(echo git hash not available; exit 0)`\" > $(genDir)/android-support-multidex-instrumentation.ver… 25 "android-support-multidex-instrumentation.version.txt", 30 name: "android-support-multidex-instrumentation", 36 ":android-support-multidex-instrumentation-version", 39 "android-support-multidex",
|
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/ |
D | PipAppHelper.java | 22 import android.support.test.uiautomator.By; 23 import android.support.test.uiautomator.UiDevice; 24 import android.support.test.uiautomator.UiObject2; 25 import android.support.test.uiautomator.Until;
|
D | ImeAppHelper.java | 22 import android.support.test.uiautomator.By; 23 import android.support.test.uiautomator.UiDevice; 24 import android.support.test.uiautomator.UiObject2;
|
/frameworks/base/startop/view_compiler/ |
D | layout_validation_test.cc | 44 <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/packages/Shell/tests/src/com/android/shell/ |
D | UiBot.java | 21 import android.support.test.uiautomator.By; 22 import android.support.test.uiautomator.UiDevice; 23 import android.support.test.uiautomator.UiObject; 24 import android.support.test.uiautomator.UiObjectNotFoundException; 25 import android.support.test.uiautomator.UiSelector; 26 import android.support.test.uiautomator.Until;
|
/frameworks/multidex/library/ |
D | Android.bp | 16 name: "android-support-multidex-version", 26 … "(echo git hash not available; exit 0)`\" > $(genDir)/android-support-multidex.version.txt", 28 "android-support-multidex.version.txt", 33 name: "android-support-multidex", 40 ":android-support-multidex-version",
|
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/ |
D | Utils.java | 21 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/opt/chips/ |
D | build.gradle | 14 compile findDependency(':support-v4', 'com.android.support:support-v4:23.3.+')
|
/frameworks/opt/photoviewer/sample/ |
D | Android.bp | 25 "androidx.legacy_legacy-support-core-ui", 26 "androidx.legacy_legacy-support-core-utils", 49 "androidx.legacy_legacy-support-core-ui", 50 "androidx.legacy_legacy-support-core-utils",
|
/frameworks/opt/setupwizard/library/gingerbread/test/instrumentation/src/com/android/setupwizardlib/items/ |
D | ButtonItemDrawingTest.java | 25 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/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/ |
D | TemplateLayoutMixinTest.java | 24 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/ |
D | StatusBarBackgroundLayoutTest.java | 24 import android.support.test.InstrumentationRegistry; 25 import android.support.test.filters.SmallTest; 26 import android.support.test.runner.AndroidJUnit4;
|
D | SimpleInflaterTest.java | 25 import android.support.test.InstrumentationRegistry; 26 import android.support.test.filters.SmallTest; 27 import android.support.test.runner.AndroidJUnit4;
|
D | ItemInflaterTest.java | 22 import android.support.test.InstrumentationRegistry; 23 import android.support.test.filters.SmallTest; 24 import android.support.test.runner.AndroidJUnit4;
|