HomeSort by relevance Sort by last modified time
    Searched defs:mSmallLabel (Results 1 - 2 of 2) sorted by null

  /frameworks/support/design/src/android/support/design/internal/
BottomNavigationItemView.java 59 private final TextView mSmallLabel;
90 mSmallLabel = findViewById(R.id.smallLabel);
126 mSmallLabel.setText(title);
140 mSmallLabel.setPivotX(mSmallLabel.getWidth() / 2);
141 mSmallLabel.setPivotY(mSmallLabel.getBaseline());
160 mSmallLabel.setVisibility(INVISIBLE);
168 mSmallLabel.setVisibility(INVISIBLE);
172 mSmallLabel.setScaleX(mScaleUpFactor)
    [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 1318 milliseconds