HomeSort by relevance Sort by last modified time
    Searched refs:titleLayout (Results 1 - 15 of 15) sorted by null

  /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
ListOfGraphicsActivity.java 63 View titleLayout = inflater.inflate(R.layout.title_layout, null);
64 TextView titleView = titleLayout.findViewById(R.id.title_text);
ListsActivity.java 52 View titleLayout = inflater.inflate(R.layout.title_layout, null);
53 TextView titleView = titleLayout.findViewById(R.id.title_text);
ProgressActivity.java 52 View titleLayout = inflater.inflate(R.layout.title_layout, null);
53 TextView titleView = titleLayout.findViewById(R.id.title_text);
DialogsActivity.java 159 View titleLayout = inflater.inflate(R.layout.title_layout, null);
160 TextView titleView = titleLayout.findViewById(R.id.title_text);
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
ListOfGraphicsActivity.java 63 View titleLayout = inflater.inflate(R.layout.title_layout, null);
64 TextView titleView = titleLayout.findViewById(R.id.title_text);
ListsActivity.java 52 View titleLayout = inflater.inflate(R.layout.title_layout, null);
53 TextView titleView = titleLayout.findViewById(R.id.title_text);
ProgressActivity.java 52 View titleLayout = inflater.inflate(R.layout.title_layout, null);
53 TextView titleView = titleLayout.findViewById(R.id.title_text);
DialogsActivity.java 159 View titleLayout = inflater.inflate(R.layout.title_layout, null);
160 TextView titleView = titleLayout.findViewById(R.id.title_text);
  /frameworks/base/core/java/android/widget/
Toolbar.java 600 final Layout titleLayout = mTitleTextView.getLayout();
601 if (titleLayout == null) {
605 final int lineCount = titleLayout.getLineCount();
607 if (titleLayout.getEllipsisCount(i) > 0) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 859 final Layout titleLayout = mTitleView.getLayout();
860 if (titleLayout == null) {
864 final int lineCount = titleLayout.getLineCount();
866 if (titleLayout.getEllipsisCount(i) > 0) {
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
Toolbar.java 597 final Layout titleLayout = mTitleTextView.getLayout();
598 if (titleLayout == null) {
602 final int lineCount = titleLayout.getLineCount();
604 if (titleLayout.getEllipsisCount(i) > 0) {
    [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 684 milliseconds