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

/frameworks/base/core/java/android/widget/
H A DDigitalClock.java73 setFormat();
112 private void setFormat() { method in class:DigitalClock
127 setFormat();
H A DChronometer.java43 * timer value in the form "MM:SS" or "H:MM:SS", or you can use {@link #setFormat}
105 setFormat(a.getString(com.android.internal.R.styleable.Chronometer_format));
140 * If the format string is null, or if you never call setFormat(), the
147 public void setFormat(String format) { method in class:Chronometer
155 * 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.java652 public void setFormat(int format) { method in class:Window
1202 * format with setFormat();
1206 * @see #setFormat
H A DSurfaceView.java731 public void setFormat(int format) {
H A DViewRootImpl.java482 mSurfaceHolder.setFormat(PixelFormat.UNKNOWN);
4785 public void setFormat(int format) { method in class:ViewRootImpl.TakenSurfaceHolder
5177 public void setFormat(int format) {
/frameworks/av/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.cpp878 mSource->setFormat(mQueue->getFormat());
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DSurfaceView.java76 public void setFormat(int format) {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSimpleFrame.java136 setFormat(format);
H A DFrame.java172 protected void setFormat(FrameFormat format) { method in class:Frame
/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.java148 getWindow().setFormat(PixelFormat.RGB_565);
365 getWindow().setFormat(format);
/frameworks/base/voip/java/android/net/sip/
H A DSimpleSessionDescription.java98 media.setFormat(format, null);
299 public void setFormat(String format, String fmtp) { method in class:SimpleSessionDescription.Media
H A DSipAudioCall.java797 reply.setFormat(format, null);
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DCarouselTestActivity.java147 mView.getHolder().setFormat(PixelFormat.RGBA_8888);
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java619 mWindow.setFormat(PixelFormat.OPAQUE);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2531 PhoneWindow.this.setFormat(format);

Completed in 7249 milliseconds