Searched refs:getEntryType (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncRS.java135 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
145 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
H A DFBOTestRS.java134 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
144 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSimpleModelRS.java133 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
143 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
H A DSceneGraphRS.java190 if (entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) {
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
H A DShadersTestRS.java146 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
156 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
/frameworks/base/graphics/java/android/renderscript/
H A DFileA3D.java100 public EntryType getEntryType() { method in class:FileA3D.IndexEntry
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java166 public int getEntryType() { method in class:RecipientEntry
H A DBaseRecipientAdapter.java824 return mEntries.get(position).getEntryType();
835 switch (entry.getEntryType()) {
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java576 if (entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) {
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java944 if(entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) {

Completed in 150 milliseconds