HomeSort by relevance Sort by last modified time
    Searched refs:setFormat (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /frameworks/base/core/java/android/widget/
DigitalClock.java 72 setFormat();
111 private void setFormat() {
126 setFormat();
Chronometer.java 40 * timer value in the form "MM:SS" or "H:MM:SS", or you can use {@link #setFormat}
102 setFormat(a.getString(com.android.internal.R.styleable.Chronometer_format));
137 * If the format string is null, or if you never call setFormat(), the
144 public void setFormat(String format) {
152 * Returns the current format string as set through {@link #setFormat}.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TranslucentGLSurfaceViewActivity.java 45 mGLSurfaceView.getHolder().setFormat(PixelFormat.TRANSLUCENT);
  /external/webkit/Source/WebCore/svg/
SVGAltGlyphElement.h 41 void setFormat(const AtomicString&, ExceptionCode&);
SVGAltGlyphElement.cpp 81 void SVGAltGlyphElement::setFormat(const AtomicString&, ExceptionCode& ec)
SVGFontFaceUriElement.cpp 59 src->setFormat(value.isEmpty() ? "svg" : value); // Default format
  /external/webkit/Source/WebCore/css/
CSSFontFaceSrcValue.h 56 void setFormat(const String& format) { m_format = format; }
  /frameworks/base/core/java/android/view/
SurfaceHolder.java 184 public void setFormat(int format);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ChronometerDemo.java 81 mChronometer.setFormat("Formatted time (%s)");
87 mChronometer.setFormat(null);
  /libcore/luni/src/test/java/libcore/java/text/
OldMessageFormatTest.java 114 * java.text.MessageFormat#setFormat(int, Format) Test of method
115 * java.text.MessageFormat#setFormat(int, Format). Case 1: Compare
116 * getFormats() results after calls to setFormat(). Case 2: Try to
117 * call setFormat() using incorrect index.
121 // case 1: Compare getFormats() results after calls to setFormat()
123 f1.setFormat(0, DateFormat.getTimeInstance());
124 f1.setFormat(1, DateFormat.getTimeInstance());
125 f1.setFormat(2, NumberFormat.getInstance());
126 f1.setFormat(3, new ChoiceFormat("0#off|1#on"));
127 f1.setFormat(4, new ChoiceFormat("1#few|2#ok|3#a lot"))
    [all...]
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/
PaintSurface.java 50 this.getHolder().setFormat(PixelFormat.RGBA_8888);
  /frameworks/base/media/libstagefright/mpeg2ts/
AnotherPacketSource.h 35 void setFormat(const sp<MetaData> &meta);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
SurfaceView.java 70 public void setFormat(int format) {
  /cts/tests/src/android/view/cts/
SurfaceViewStubActivity.java 168 public void setFormat(int format) {
169 getHolder().setFormat(format);
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
Galaxy4Wallpaper.java 45 surfaceHolder.setFormat(PixelFormat.RGBA_8888);
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralView.java 68 surfaceHolder.setFormat(PixelFormat.RGBA_8888);
HoloSpiralWallpaper.java 45 surfaceHolder.setFormat(PixelFormat.RGBA_8888);
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
RenderScriptWallpaper.java 46 surfaceHolder.setFormat(PixelFormat.RGB_565);
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldWallpaper.java 33 surfaceHolder.setFormat(PixelFormat.RGB_888);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamWallpaper.java 30 surfaceHolder.setFormat(PixelFormat.RGB_332);
  /system/media/mca/filterfw/java/android/filterfw/core/
SimpleFrame.java 136 setFormat(format);
  /external/icu4c/i18n/unicode/
msgfmt.h 73 * {@link #setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status)},
90 * {@link #setFormat(int32_t n, Format& newFormat)},
488 virtual void setFormat(int32_t formatNumber, const Format& format);
492 * which can be used with getFormat() and setFormat() to export formattable
528 virtual void setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status);
    [all...]
  /external/icu4c/test/intltest/
tchcfmt.cpp 157 pattform->setFormat( 0, *fileform );
158 pattform->setFormat( 2, *filenumform );
258 pattform->setFormat( 0, *fileform );
  /external/collada/include/1.4/dom/
domImage.h 275 void setFormat( xsToken atFormat ) { *(daeStringRef*)&attrFormat = atFormat; _validAttributeArray[2] = true; }
  /frameworks/base/core/java/android/speech/srec/
WaveHeader.java 96 public WaveHeader setFormat(short format) {

Completed in 917 milliseconds

1 2 3 4