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

/frameworks/base/core/java/android/widget/
H A DDigitalClock.java71 setFormat();
103 private void setFormat() { method in class:DigitalClock
114 setFormat();
H A DChronometer.java41 * timer value in the form "MM:SS" or "H:MM:SS", or you can use {@link #setFormat}
106 setFormat(a.getString(com.android.internal.R.styleable.Chronometer_format));
141 * If the format string is null, or if you never call setFormat(), the
148 public void setFormat(String format) { method in class:Chronometer
156 * 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 DSurfaceView.java753 public void setFormat(int format) {
H A DWindow.java720 public void setFormat(int format) { method in class:Window
1343 * format with setFormat();
1347 * @see #setFormat
H A DViewRootImpl.java469 mSurfaceHolder.setFormat(PixelFormat.UNKNOWN);
6444 public void setFormat(int format) { method in class:ViewRootImpl.TakenSurfaceHolder
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DSurfaceView.java80 public void setFormat(int format) {
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.h35 void setFormat(const sp<MetaData> &meta);
H A DAnotherPacketSource.cpp47 setFormat(meta);
50 void AnotherPacketSource::setFormat(const sp<MetaData> &meta) { function in class:android::AnotherPacketSource
H A DATSParser.cpp933 mSource->setFormat(mQueue->getFormat());
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioMix.java172 public Builder setFormat(AudioFormat format) method in class:AudioMix.Builder
H A DAudioPolicyConfig.java109 mixBuilder.setFormat(format);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSimpleFrame.java134 setFormat(format);
H A DFrame.java171 protected void setFormat(FrameFormat format) { method in class:Frame
/frameworks/base/core/java/android/app/
H A DNativeActivity.java137 getWindow().setFormat(PixelFormat.RGB_565);
327 getWindow().setFormat(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/opt/net/voip/src/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.java800 reply.setFormat(format, null);
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java952 mWindow.setFormat(PixelFormat.OPAQUE);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp1253 track->mPackets->setFormat(track->mSource->getFormat());
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp1565 packetSource->setFormat(meta);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java3254 PhoneWindow.this.setFormat(format);

Completed in 1359 milliseconds