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

  /developers/samples/android/wearable/wear/GridViewPager/Wearable/src/main/java/com/example/android/gridviewpager/
SampleGridPagerAdapter.java 51 int textRes;
58 public Page(int titleRes, int textRes, boolean expansion) {
59 this(titleRes, textRes, 0);
63 public Page(int titleRes, int textRes, boolean expansion, float expansionFactor) {
64 this(titleRes, textRes, 0);
69 public Page(int titleRes, int textRes, int iconRes) {
71 this.textRes = textRes;
75 public Page(int titleRes, int textRes, int iconRes, int gravity) {
77 this.textRes = textRes
    [all...]
  /development/samples/wearable/GridViewPager/Wearable/src/main/java/com/example/android/wearable/gridviewpager/
SampleGridPagerAdapter.java 51 int textRes;
58 public Page(int titleRes, int textRes, boolean expansion) {
59 this(titleRes, textRes, 0);
63 public Page(int titleRes, int textRes, boolean expansion, float expansionFactor) {
64 this(titleRes, textRes, 0);
69 public Page(int titleRes, int textRes, int iconRes) {
71 this.textRes = textRes;
75 public Page(int titleRes, int textRes, int iconRes, int gravity) {
77 this.textRes = textRes
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerNotificationWarnings.java 172 final int textRes = mSaver ? R.string.battery_low_percent_format_saver_started
180 .setContentText(mContext.getString(textRes, mBatteryLevel))

Completed in 79 milliseconds