Searched defs:setProjection (Results 1 - 6 of 6) sorted by last modified time

/frameworks/support/v4/java/android/support/v4/content/
H A DCursorLoader.java166 public void setProjection(String[] projection) { method in class:CursorLoader
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DIntents.java175 public PhotoViewIntentBuilder setProjection(String[] projection) { method in class:Intents.PhotoViewIntentBuilder
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp133 setProjection(DisplayState::eOrientationDefault, mViewport, mFrame);
424 void DisplayDevice::setProjection(int orientation, function in class:DisplayDevice
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DCastControllerImpl.java189 private void setProjection(MediaProjectionInfo projection, boolean started) { method in class:CastControllerImpl
203 if (DEBUG) Log.d(TAG, "setProjection: " + oldProjection + " -> " + mProjection);
305 setProjection(info, true);
310 setProjection(info, false);
/frameworks/base/rs/java/android/renderscript/
H A DProgramVertexFixedFunction.java228 setProjection(new Matrix4f());
271 public void setProjection(Matrix4f m) { method in class:ProgramVertexFixedFunction.Constants
/frameworks/base/core/java/android/content/
H A DCursorLoader.java40 * and {@link #setProjection(String[])}.
202 public void setProjection(String[] projection) { method in class:CursorLoader

Completed in 199 milliseconds