Searched refs:order (Results 51 - 62 of 62) sorted by relevance

123

/frameworks/base/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java110 vbb.order(ByteOrder.nativeOrder());
/frameworks/base/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java89 .order(ByteOrder.nativeOrder()).asFloatBuffer();
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java939 result = ByteBuffer.allocate(byteCount).order(input2.order());
950 result = ByteBuffer.allocate(byteCount).order(input2.order());
962 result = ByteBuffer.allocate(byteCount).order(input2.order());
974 result = ByteBuffer.allocate(byteCount).order(input2.order());
986 result = ByteBuffer.allocate(byteCount).order(input2.order());
[all...]
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs6 localized titles are added in the language order specified below.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioEffectTest.java1500 converter.order(ByteOrder.nativeOrder());
1507 converter.order(ByteOrder.nativeOrder());
1518 converter.order(ByteOrder.nativeOrder());
1525 converter.order(ByteOrder.nativeOrder());
/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java143 * FLOAT_SIZE_BYTES).order(ByteOrder.nativeOrder()).asFloatBuffer();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java186 * FLOAT_SIZE_BYTES).order(ByteOrder.nativeOrder()).asFloatBuffer();
/frameworks/base/docs/html/resources/
H A Dresources-data.js162 en: 'Learn about using ViewStubs inside an application\'s layout in order to inflate rarely used UI elements, without the performance implications which would otherwise be caused by using the <code>&lt;include&gt;</code> tag.'
172 en: 'Learn how to use the <code>&lt;merge&gt;</code> tag in your XML layouts in order to avoid unnecessary levels of hierarchy within an application\'s view tree.'
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java349 .order(ByteOrder.nativeOrder()).asFloatBuffer();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java453 final FloatBuffer triangleVertices = ByteBuffer.allocateDirect(bytes).order(
/frameworks/base/core/java/android/view/
H A DViewDebug.java564 buffer = buffer.order(ByteOrder.LITTLE_ENDIAN);
577 buffer = ByteBuffer.allocateDirect(14).order(ByteOrder.LITTLE_ENDIAN);
/frameworks/base/core/java/android/text/
H A DTextUtils.java1631 * {@link Spanned#getSpanEnd(Object)} have been removed. The initial order is preserved

Completed in 1934 milliseconds

123