OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PageMarkerResources
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
PageIndicator.java
42
public static class
PageMarkerResources
{
46
public
PageMarkerResources
() {
50
public
PageMarkerResources
(int aId, int iaId) {
162
void addMarker(int index,
PageMarkerResources
marker, boolean allowAnimations) {
173
void addMarkers(ArrayList<
PageMarkerResources
> markers, boolean allowAnimations) {
179
void updateMarker(int index,
PageMarkerResources
marker) {
PagedView.java
338
ArrayList<PageIndicator.
PageMarkerResources
> markers =
339
new ArrayList<PageIndicator.
PageMarkerResources
>();
440
protected PageIndicator.
PageMarkerResources
getPageIndicatorMarker(int pageIndex) {
441
return new PageIndicator.
PageMarkerResources
();
[
all
...]
Workspace.java
[
all
...]
Completed in 102 milliseconds