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

1234567891011

/packages/apps/Camera2/src/com/android/camera/burst/
H A DBurstArtifact.java25 * The type of artifact is returned by {@link #getType()}.
38 public String getType(); method in interface:BurstArtifact
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DConnectivityManagerCompatUtils.java33 manager.getActiveNetworkInfo().getType() == ConnectivityManager.TYPE_MOBILE,
H A DCharacterCompat.java35 switch (Character.getType(code)) {
/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();
169 if (bitmapTemp.getType().getElement().isCompatible(Element.A_8(RS))) {
173 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();
/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/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/Messaging/src/com/android/messaging/receiver/
H A DAbortMmsWapPushReceiver.java35 && ContentType.MMS_MESSAGE.equals(intent.getType())) {
H A DMmsWapPushDeliverReceiver.java35 && ContentType.MMS_MESSAGE.equals(intent.getType())) {
/packages/apps/Nfc/src/com/android/nfc/beam/
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/apps/UnifiedEmail/src/com/android/mail/drawer/
H A DBlankHeaderDrawerItem.java66 public @DrawerItemType int getType() { method in class:BlankHeaderDrawerItem
H A DBottomSpaceDrawerItem.java66 public @DrawerItemType int getType() { method in class:BottomSpaceDrawerItem
H A DWaitViewDrawerItem.java65 public @DrawerItemType int getType() { method in class:WaitViewDrawerItem
/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/providers/BookmarkProvider/src/com/android/bookmarkstore/
H A DBookmarkProvider.java39 public String getType(Uri uri) { method in class:BookmarkProvider
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
H A DNullContentProvider.java37 public String getType(Uri uri) { method in class:NullContentProvider

Completed in 1252 milliseconds

1234567891011