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

  /packages/apps/Settings/src/com/android/settings/widget/
ChartGridView.java 86 mLayoutStart = makeLayout(formatDateRange(context, start, start));
87 mLayoutEnd = makeLayout(formatDateRange(context, end, end));
139 private Layout makeLayout(CharSequence text) {
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 251 mOnLayout = makeLayout(mTextOn);
254 mOffLayout = makeLayout(mTextOff);
264 private Layout makeLayout(CharSequence text) {
  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 163 mOnLayout = makeLayout(mTextOn, mSwitchTextMaxWidth);
166 mOffLayout = makeLayout(mTextOff, mSwitchTextMaxWidth);
199 private Layout makeLayout(CharSequence text, int maxWidth) {
  /packages/apps/Gallery2/src/com/android/camera/ui/
Switch.java 163 mOnLayout = makeLayout(mTextOn, mSwitchTextMaxWidth);
166 mOffLayout = makeLayout(mTextOff, mSwitchTextMaxWidth);
199 private Layout makeLayout(CharSequence text, int maxWidth) {
  /frameworks/base/core/java/android/widget/
Switch.java 484 mOnLayout = makeLayout(mTextOn);
487 mOffLayout = makeLayout(mTextOff);
517 private Layout makeLayout(CharSequence text) {

Completed in 201 milliseconds