Searched refs:getType (Results 1 - 25 of 267) sorted by relevance

1234567891011

/packages/apps/Mms/src/com/android/mms/layout/
H A DLayoutParameters.java51 int getType(); method in interface:LayoutParameters
/packages/apps/Mms/src/org/w3c/dom/smil/
H A DSMILLayoutElement.java30 public String getType(); method in interface:SMILLayoutElement
/packages/apps/Mms/src/org/w3c/dom/events/
H A DEvent.java46 public String getType(); method in interface:Event
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DConnectivityManagerCompatUtils.java33 manager.getActiveNetworkInfo().getType() == ConnectivityManager.TYPE_MOBILE,
/packages/apps/OMA-DM/plugins/testplugin/src/com/android/example/testplugin/
H A DGetDMTreeActivity.java58 Log.d(TAG, "node \"./DevDetail/SwV\" type: " + swVersion.getType() + " value: "
62 Log.d(TAG, "tree root: type " + treeRoot.getType() + ": " + treeRoot.getString());
63 if (treeRoot.getType() == DmtData.NODE) {
69 if (wifiNode.getType() == DmtData.NODE) {
85 Log.d(TAG, indent + " name: " + entry.getKey() + " type: " + value.getType()
87 if (value.getType() == DmtData.NODE) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterChanSat.java78 tb_float.setX(in.getType().getX());
79 tb_float.setY(in.getType().getY());
104 int width = getInPixelsAllocation().getType().getX();
105 int height = getInPixelsAllocation().getType().getY();
118 int width = getInPixelsAllocation().getType().getX();
119 int height = getInPixelsAllocation().getType().getY();
132 int width = in.getType().getX();
133 int height = in.getType().getY();
H A DImageFilterRS.java75 in.getType().getX(), in.getType().getY());
97 in.getType().getX(), in.getType().getY());
123 && ((getInPixelsAllocation().getType().getX() != mLastInputWidth)
124 || (getInPixelsAllocation().getType().getY() != mLastInputHeight))) {
132 mLastInputWidth = getInPixelsAllocation().getType().getX();
133 mLastInputHeight = getInPixelsAllocation().getType().getY();
170 if (bitmapTemp.getType().getElement().isCompatible(Element.A_8(RS))) {
174 tb_a8.setX(bitmapTemp.getType()
[all...]
H A DImageFilterGrad.java88 tb_float.setX(in.getType().getX());
89 tb_float.setY(in.getType().getY());
114 int width = getInPixelsAllocation().getType().getX();
115 int height = getInPixelsAllocation().getType().getY();
127 int width = getInPixelsAllocation().getType().getX();
128 int height = getInPixelsAllocation().getType().getY();
161 int width = in.getType().getX();
162 int height = in.getType().getY();
H A DImageFilterSharpen.java91 int w = getInPixelsAllocation().getType().getX();
92 int h = getInPixelsAllocation().getType().getY();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DProcessingTask.java38 if (mProcessingHandler.hasMessages(getType())) {
43 if (mProcessingHandler.hasMessages(getType())) {
44 mProcessingHandler.removeMessages(getType());
75 public int getType() { method in class:ProcessingTask
H A DCachingPipeline.java141 private String getType(RenderingRequest request) { method in class:CachingPipeline
142 if (request.getType() == RenderingRequest.ICON_RENDERING) {
145 if (request.getType() == RenderingRequest.FILTERS_RENDERING) {
148 if (request.getType() == RenderingRequest.FULL_RENDERING) {
151 if (request.getType() == RenderingRequest.GEOMETRY_RENDERING) {
154 if (request.getType() == RenderingRequest.PARTIAL_RENDERING) {
157 if (request.getType() == RenderingRequest.HIGHRES_RENDERING) {
290 if ((request.getType() != RenderingRequest.PARTIAL_RENDERING
291 && request.getType() != RenderingRequest.ICON_RENDERING
298 Log.v(LOGTAG, "render image of type " + getType(reques
[all...]
H A DRenderingRequestTask.java66 if (request.getType() == RenderingRequest.GEOMETRY_RENDERING) {
68 } else if (request.getType() == RenderingRequest.FILTERS_RENDERING) {
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
H A DRawContactDeltaTests.java156 final int type = builder.build().getType();
194 assertEquals("Expected version enforcement", TYPE_ASSERT, oper.getType());
198 assertEquals("Expected aggregation mode change", TYPE_UPDATE, oper.getType());
203 assertEquals("Incorrect type", TYPE_INSERT, oper.getType());
208 assertEquals("Expected aggregation mode change", TYPE_UPDATE, oper.getType());
234 assertEquals("Expected version enforcement", TYPE_ASSERT, oper.getType());
238 assertEquals("Expected aggregation mode change", TYPE_UPDATE, oper.getType());
243 assertEquals("Incorrect type", TYPE_UPDATE, oper.getType());
248 assertEquals("Incorrect type", TYPE_INSERT, oper.getType());
253 assertEquals("Expected aggregation mode change", TYPE_UPDATE, oper.getType());
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DProcessorBase.java40 public abstract int getType(); method in class:ProcessorBase
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DState.java28 this(state.getText(), state.getType());
63 int getType() { method in class:State
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/src/
H A Ddm_tree_default_leaf_node_class.cc127 return oReturnData.set(bFormat,(CPCHAR)psData.getBuffer(),psData.getSize(),getType());
168 strType = this->getType();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DReorderingCursorWrapper.java97 public int getType(int column) { method in class:ReorderingCursorWrapper
98 return mCursor.getType(column);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DCategoryView.java76 if (mAction.getType() == Action.CROP_VIEW) {
79 if (mAction.getType() == Action.ADD_ACTION) {
102 if (mAction != null && mAction.getType() == Action.ADD_ACTION) {
110 if (mAction.getType() == Action.SPACER) {
136 if (mAction.getType() == Action.ADD_ACTION) {
150 if (mAction.getType() == Action.ADD_ACTION) {
152 } else if (mAction.getType() != Action.SPACER) {
/packages/apps/Mms/src/com/android/mms/dom/events/
H A DEventTargetImpl.java75 } else if ((eventImpl.getType() == null) || eventImpl.getType().equals("")) {
97 && listenerEntry.mType.equals(eventImpl.getType())) {
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DMimeTypeUtil.java36 return cr.getType(uri);
/packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
H A DNaughtySuggestionProvider.java38 public String getType(Uri uri) { method in class:NaughtySuggestionProvider
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
H A DProvider.java51 public String getType(Uri uri) { method in class:Provider
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
H A Dsuggested_word.h61 int getType() const { function in class:latinime::SuggestedWord
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
H A DValuesDeltaTests.java51 final int type = builder.build().getType();
82 final int type = builder.build().getType();
/packages/apps/OMA-DM/engine/javaplugin/api/com/android/omadm/plugin/
H A DDmtPluginNode.java60 int newType = value.getType();
72 public int getType() { method in class:DmtPluginNode

Completed in 736 milliseconds

1234567891011