OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:histogramview
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
InfoPanel.java
81
HistogramView
histogramView
= (
HistogramView
) mMainView.findViewById(R.id.
histogramView
);
82
histogramView
.setBitmap(bitmap);
HistogramView.java
31
public class
HistogramView
extends View {
72
public
HistogramView
(Context context, AttributeSet attrs) {
/packages/apps/Gallery2/res/layout/
filtershow_info_panel.xml
82
<com.android.gallery3d.filtershow.info.
HistogramView
83
android:id="@+id/
histogramView
"
Completed in 184 milliseconds