OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentScalingMode
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/include/gui/
SurfaceTexture.h
194
//
getCurrentScalingMode
returns the scaling mode of the current buffer
195
uint32_t
getCurrentScalingMode
() const;
/frameworks/base/services/surfaceflinger/
Layer.cpp
434
const uint32_t scalingMode(mSurfaceTexture->
getCurrentScalingMode
());
/frameworks/base/libs/gui/
SurfaceTexture.cpp
970
uint32_t SurfaceTexture::
getCurrentScalingMode
() const {
[
all
...]
Completed in 39 milliseconds