OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StateAdapter
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateAdapter.java
32
public class
StateAdapter
extends ArrayAdapter<State> {
34
private static final String LOGTAG = "
StateAdapter
";
39
public
StateAdapter
(Context context, int textViewResourceId) {
StatePanelTrack.java
48
private
StateAdapter
mAdapter;
135
public void setAdapter(
StateAdapter
adapter) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java
46
import com.android.gallery3d.filtershow.state.
StateAdapter
;
101
private
StateAdapter
mState = null;
284
public
StateAdapter
getState() {
292
public void setStateAdapter(
StateAdapter
adapter) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImagePreset.java
43
import com.android.gallery3d.filtershow.state.
StateAdapter
;
586
public void fillImageStateAdapter(
StateAdapter
imageStateAdapter) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java
115
import com.android.gallery3d.filtershow.state.
StateAdapter
;
[
all
...]
Completed in 30 milliseconds