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

  /frameworks/base/core/java/android/widget/
Toolbar.java 401 final Layout titleLayout = mTitleTextView.getLayout();
402 if (titleLayout == null) {
406 final int lineCount = titleLayout.getLineCount();
408 if (titleLayout.getEllipsisCount(i) > 0) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 870 final Layout titleLayout = mTitleView.getLayout();
871 if (titleLayout == null) {
875 final int lineCount = titleLayout.getLineCount();
877 if (titleLayout.getEllipsisCount(i) > 0) {
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java 417 final Layout titleLayout = mTitleTextView.getLayout();
418 if (titleLayout == null) {
422 final int lineCount = titleLayout.getLineCount();
424 if (titleLayout.getEllipsisCount(i) > 0) {
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /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 646 milliseconds