HomeSort by relevance Sort by last modified time
    Searched full:appcompat (Results 626 - 650 of 1260) sorted by null

<<21222324252627282930>>

  /prebuilts/tools/common/m2/repository/com/meetic/shuffle/shuffle/1.0.8/
shuffle-1.0.8.pom 39 <artifactId>appcompat-v7</artifactId>
  /prebuilts/tools/common/m2/repository/com/yalantis/ucrop/2.2.0/
ucrop-2.2.0.pom 33 <artifactId>appcompat-v7</artifactId>
  /prebuilts/tools/common/m2/repository/me/zhanghai/android/materialprogressbar/library/1.1.4/
library-1.1.4.pom 33 <artifactId>appcompat-v7</artifactId>
  /prebuilts/tools/common/m2/repository/uk/co/chrisjenx/calligraphy/2.2.0/
calligraphy-2.2.0.pom 34 <artifactId>appcompat-v7</artifactId>
  /system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/
build.gradle 34 implementation 'com.android.support:appcompat-v7:25.4.0'
  /external/drrickorang/LoopbackApp/app/src/main/res/layout/
main_activity.xml 44 style="@style/TextAppearance.AppCompat.Button"
55 style="@style/TextAppearance.AppCompat.Button"
69 style="@style/TextAppearance.AppCompat.Button"
124 style="@style/TextAppearance.AppCompat.Button"
134 style="@style/TextAppearance.AppCompat.Button"
150 style="@style/TextAppearance.AppCompat.Button"
158 style="@style/TextAppearance.AppCompat.Button"
  /prebuilts/sdk/current/support/emoji-appcompat/
android-support-emoji-appcompat.jar 
  /packages/apps/Dialer/java/com/android/dialer/app/res/values/
styles.xml 19 <style name="AlertDialogCustom" parent="Theme.AppCompat.Light.Dialog.Alert">
26 <!-- Styles that require AppCompat compatibility, remember to update both sets -->
91 <!-- Styles that require AppCompat compatibility, remember to update both sets -->
100 <!-- Styles that require AppCompat compatibility, remember to update both sets -->
122 <!-- Styles that require AppCompat compatibility, remember to update both sets -->
137 <style name="ActionModeStyle" parent="Widget.AppCompat.ActionMode">
144 <!-- Styles that require AppCompat compatibility, remember to update both sets -->
156 <style name="DialtactsSearchBarThemeOverlay" parent="ThemeOverlay.AppCompat.Light"/>
223 <!-- Styles that require AppCompat compatibility, remember to update both sets -->
232 <!-- Styles that require AppCompat compatibility, remember to update both sets --
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegate.java 48 * This class represents a delegate which you can use to extend AppCompat's support to any
180 * @param callback An optional callback for AppCompat specific events
189 * @param callback An optional callback for AppCompat specific events
218 * @return AppCompat's action bar, or null if it does not have one.
371 * Installs AppCompat's {@link android.view.LayoutInflater} Factory so that it can replace
403 * Whether AppCompat handles any native action modes itself.
407 * @param enabled whether AppCompat should handle native action modes.
412 * Returns whether AppCompat handles any native action modes itself.
414 * @return true if AppCompat should handle native action modes.
419 * Allows AppCompat to save instance state
    [all...]
  /packages/apps/Contacts/res/values/
styles.xml 92 <style name="LaunchScreenTheme" parent="Theme.AppCompat.Light.DarkActionBar">
105 <style name="PeopleThemeAppCompat" parent="Theme.AppCompat.Light.DarkActionBar">
106 <!-- Styles that require AppCompat compatibility, remember to update both sets -->
174 <style name="PopupMenuStyleAppCompat" parent="Widget.AppCompat.PopupMenu">
178 <style name="ContactsActionButtonStyle" parent="Widget.AppCompat.ActionButton">
183 <style name="DrawerArrowStyle" parent="Widget.AppCompat.DrawerArrowToggle">
200 parent="@style/Widget.AppCompat.ActionBar.Solid">
201 <!-- Styles that require AppCompat compatibility, remember to update both sets -->
221 <style name="ContactsToolbarStyle" parent="@style/Widget.AppCompat.Toolbar">
222 <!-- Styles that require AppCompat compatibility, remember to update both sets --
    [all...]
  /frameworks/layoutlib/bridge/src/android/view/
BridgeInflater.java 76 * If true, the inflater will try to replace the framework widgets with the AppCompat versions.
77 * Ideally, this should be based on the activity being an AppCompat activity but since that is
79 * being an AppCompat theme.
83 * This set contains the framework views that have an AppCompat version but failed to load.
86 * This will help us to avoid trying to load the AppCompat version multiple times if it
97 private static final String APPCOMPAT_WIDGET_PREFIX = "android.support.v7.widget.AppCompat";
98 /** List of platform widgets that have an AppCompat version */
154 // We are using an AppCompat theme so try to load the appcompat views
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java 39 import android.support.v7.appcompat.R;
112 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_buttonGravity
113 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_collapseContentDescription
114 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_collapseIcon
115 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetEnd
116 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetLeft
117 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetRight
118 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetStart
119 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetStartWithNavigation
120 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetEndWithAction
    [all...]
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/
README.md 5 This sample shows how to display a pop up menu using PopupMenu from the v7 appcompat library.
10 This sample displays a list of items and for each item, an icon can be clicked. When it is clicked, a pop up menu is shown, placed below the item, using the [PopupMenu][1] from the v7 appcompat support library.
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/
AndroidManifest.xml 28 android:theme="@style/Theme.AppCompat.Light">
69 android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/
AndroidManifest.xml 28 android:theme="@style/Theme.AppCompat.Light">
69 android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/
README.md 5 This sample shows how to display a pop up menu using PopupMenu from the v7 appcompat library.
10 This sample displays a list of items and for each item, an icon can be clicked. When it is clicked, a pop up menu is shown, placed below the item, using the [PopupMenu][1] from the v7 appcompat support library.
  /frameworks/opt/setupwizard/library/gingerbread/res/values/
styles.xml 22 <style name="SuwThemeMaterial" parent="Theme.AppCompat.NoActionBar">
53 <style name="SuwThemeMaterial.Light" parent="Theme.AppCompat.Light.NoActionBar">
84 <style name="SuwThemeGlif" parent="Theme.AppCompat.NoActionBar">
119 <style name="SuwThemeGlif.Light" parent="Theme.AppCompat.Light.NoActionBar">
156 <style name="TextAppearance.SuwDescription" parent="TextAppearance.AppCompat.Medium">
195 <style name="SuwGlifButton.Primary" parent="Widget.AppCompat.Button.Colored">
207 <style name="SuwGlifButton.Secondary" parent="Widget.AppCompat.Button.Borderless.Colored">
227 <style name="TextAppearance.SuwCardTitle" parent="@style/TextAppearance.AppCompat.Display1">
  /packages/apps/Car/Settings/res/values/
styles.xml 44 <style name="CarSettingTheme" parent="@style/Theme.AppCompat.Light.NoActionBar">
50 <style name="ActionBarStyle.Car" parent="@style/Theme.AppCompat">
  /packages/apps/EmergencyInfo/res/values/
styles.xml 26 <style name="AppThemeEmergency" parent="Theme.AppCompat.Light.NoActionBar">
36 <style name="ActionBarThemeOverlay" parent="ThemeOverlay.AppCompat.ActionBar">
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/res/layout/
navigation_button.xml 37 style="@style/TextAppearance.AppCompat.Medium"
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/res/layout/
navigation_button.xml 35 style="@style/TextAppearance.AppCompat.Medium"
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/res/values/
styles.xml 40 <style name="Settings.Header" parent="@style/TextAppearance.AppCompat.Large">
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/
AndroidManifest.xml 28 android:theme="@style/Theme.AppCompat.Light"
  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/
AndroidManifest.xml 29 android:theme="@style/Theme.AppCompat.Light"
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/
AndroidManifest.xml 41 android:theme="@style/Theme.AppCompat.Light">

Completed in 1140 milliseconds

<<21222324252627282930>>