HomeSort by relevance Sort by last modified time
    Searched full:customtitle (Results 1 - 18 of 18) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
CustomTitle.java 33 * <h3>CustomTitle</h3>
43 * <td >src/com.example.android.apis/app/CustomTitle.java</td>
52 public class CustomTitle extends Activity {
_index.html 58 <dt><a href="CustomTitle.html">Custom Title</a></dt>
  /development/samples/ApiDemos/res/layout/
custom_title_1.xml 18 See corresponding Java code com.example.android.apis.app.CustomTitle.java. -->
custom_title.xml 18 See corresponding Java code com.example.android.apis.app.CustomTitle.java. -->
  /packages/apps/Gallery2/res/layout/
filtershow_cp_custom_title.xml 19 android:id="@+id/customTitle"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
navigationstyles.xml 25 <style name="CustomTitle" parent="@android:Theme">
  /frameworks/base/core/res/res/layout/
alert_dialog_title_material.xml 24 <!-- If the client uses a customTitle, it will be added here. -->
alert_dialog.xml 68 <!-- If the client uses a customTitle, it will be added here. -->
alert_dialog_holo.xml 64 <!-- If the client uses a customTitle, it will be added here. -->
alert_dialog_leanback.xml 57 <!-- If the client uses a customTitle, it will be added here. -->
alert_dialog_leanback_button_panel_side.xml 59 <!-- If the client uses a customTitle, it will be added here. -->
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/
AndroidManifest.xml 39 android:theme="@style/Theme.Example.Leanback.CustomTitle"/>
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/values/
themes.xml 37 <style name="Theme.Example.Leanback.CustomTitle" parent="Theme.Example.LeanbackBrowse">
  /frameworks/support/v7/appcompat/res/layout/
abc_alert_dialog_material.xml 58 <!-- If the client uses a customTitle, it will be added here. -->
  /prebuilts/sdk/current/support/v7/appcompat/res/layout/
abc_alert_dialog_material.xml 58 <!-- If the client uses a customTitle, it will be added here. -->
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountType.java 251 final CharSequence customTitle =
254 return customTitle == null
256 : customTitle;
  /frameworks/base/core/res/res/layout-xlarge/
activity_list.xml 62 <!-- If the client uses a customTitle, it will be added here. -->
  /development/samples/ApiDemos/
AndroidManifest.xml 238 <activity android:name=".app.CustomTitle"
    [all...]

Completed in 2201 milliseconds