Searched defs:getBaseType (Results 1 - 7 of 7) 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/core/java/android/app/slice/
H A DSliceItem.java325 private static String getBaseType(String type) { method in class:SliceItem
334 switch (getBaseType(type)) {
358 switch (getBaseType(type)) {
/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/services/tests/servicestests/src/com/android/server/policy/
H A DFakeWindowState.java140 public int getBaseType() { method in class:FakeWindowState
/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java340 public int getBaseType(); method in interface:WindowManagerPolicy.WindowState
778 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow());
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java1224 public int getBaseType() { method in class:WindowState

Completed in 172 milliseconds