Searched refs:setFormat (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DDigitalClock.java72 setFormat();
111 private void setFormat() { method in class:DigitalClock
126 setFormat();
H A DChronometer.java40 * 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) { method in class:Chronometer
152 * Returns the current format string as set through {@link #setFormat}.
/frameworks/base/core/java/android/view/
H A DSurfaceHolder.java184 public void setFormat(int format); method in interface:SurfaceHolder
H A DWindow.java657 public void setFormat(int format) { method in class:Window
1203 * format with setFormat();
1207 * @see #setFormat
H A DSurfaceView.java694 public void setFormat(int format) {
H A DViewRootImpl.java431 mSurfaceHolder.setFormat(PixelFormat.UNKNOWN);
4064 public void setFormat(int format) { method in class:ViewRootImpl.TakenSurfaceHolder
4435 public void setFormat(int format) {
/frameworks/base/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.h35 void setFormat(const sp<MetaData> &meta);
H A DAnotherPacketSource.cpp45 void AnotherPacketSource::setFormat(const sp<MetaData> &meta) { function in class:android::AnotherPacketSource
H A DATSParser.cpp784 mSource->setFormat(mQueue->getFormat());
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DSurfaceView.java70 public void setFormat(int format) {
/frameworks/base/core/java/android/speech/srec/
H A DWaveHeader.java96 public WaveHeader setFormat(short format) { method in class:WaveHeader
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java130 public void setFormat(int format) { method in class:BaseSurfaceHolder
/frameworks/base/core/java/android/app/
H A DNativeActivity.java154 getWindow().setFormat(PixelFormat.RGB_565);
371 getWindow().setFormat(format);
/frameworks/base/voip/java/android/net/sip/
H A DSimpleSessionDescription.java97 media.setFormat(format, null);
298 public void setFormat(String format, String fmtp) { method in class:SimpleSessionDescription.Media
H A DSipAudioCall.java790 reply.setFormat(format, null);
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DCarouselTestActivity.java147 mView.getHolder().setFormat(PixelFormat.RGBA_8888);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1891 mExpandedDialog.getWindow().setFormat(pixelFormat);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2446 PhoneWindow.this.setFormat(format);

Completed in 383 milliseconds