OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhotoEditorView
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/editor/
BaseRawContactEditorView.java
48
private
PhotoEditorView
mPhoto;
71
mPhoto = (
PhotoEditorView
)findViewById(R.id.edit_photo);
79
* Assign the given {@link Bitmap} to the internal {@link
PhotoEditorView
}
93
* which means that {@link
PhotoEditorView
} is enabled.
100
* Return true if internal {@link
PhotoEditorView
} has a {@link Photo} set.
106
public
PhotoEditorView
getPhotoEditor() {
PhotoEditorView.java
39
public class
PhotoEditorView
extends LinearLayout implements Editor {
51
public
PhotoEditorView
(Context context) {
55
public
PhotoEditorView
(Context context, AttributeSet attrs) {
ContactEditorFragment.java
[
all
...]
Completed in 119 milliseconds