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

12345678910

/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/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.java90 int w = getInPixelsAllocation().getType().getX();
91 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...]
H A DRawContactModifierTests.java209 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME);
210 final EditType typeWork = RawContactModifier.getType(kindPhone, Phone.TYPE_WORK);
211 final EditType typeOther = RawContactModifier.getType(kindPhone, Phone.TYPE_OTHER);
254 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME);
255 final EditType typeWork = RawContactModifier.getType(kindPhone, Phone.TYPE_WORK);
256 final EditType typeOther = RawContactModifier.getType(kindPhone, Phone.TYPE_OTHER);
283 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME);
284 final EditType typeWork = RawContactModifier.getType(kindPhone, Phone.TYPE_WORK);
285 final EditType typeFaxWork = RawContactModifier.getType(kindPhone, Phone.TYPE_FAX_WORK);
286 final EditType typeOther = RawContactModifier.getType(kindPhon
[all...]
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DMovieEffect.java68 public int getType() { method in class:MovieEffect
152 switch (colorEffect.getType()) {
168 colorEffect.getType());
/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/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.java73 } else if ((eventImpl.getType() == null) || eventImpl.getType().equals("")) {
95 && listenerEntry.mType.equals(eventImpl.getType())) {
/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/apps/VideoEditor/src/com/android/videoeditor/
H A DOverlayType.java70 public int getType() { method in class:OverlayType
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
H A DProvider.java51 public String getType(Uri uri) { method in class:Provider
/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/Email/src/com/android/email/
H A DEmailConnectivityManager.java132 onConnectivityRestored(networkInfo.getType());
134 onConnectivityLost(networkInfo.getType());
166 return info.getType();
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppHandoverReceiver.java47 String type = intent.getType();
59 String mimeType = intent.getType();

Completed in 1045 milliseconds

12345678910