Searched defs:getBaseType (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
H A DCType.java67 String baseType = getBaseType();
85 public String getBaseType() { method in class:CType
H A DJType.java160 public String getBaseType() { method in class:JType
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java77 public int getBaseType() { method in class:FrameFormat
161 result.setBaseType(getBaseType());
195 if (specification.getBaseType() != TYPE_UNSPECIFIED
196 && getBaseType() != specification.getBaseType()) {
251 if (specification.getBaseType() != TYPE_UNSPECIFIED
252 && getBaseType() != TYPE_UNSPECIFIED
253 && getBaseType() != specification.getBaseType()) {
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java302 public int getBaseType(); method in interface:WindowManagerPolicy.WindowState
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java1031 public int getBaseType() { method in class:WindowState

Completed in 1979 milliseconds