OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activeId
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
PageIndicator.java
43
int
activeId
;
47
activeId
= R.drawable.ic_pageindicator_current;
51
activeId
= aId;
168
m.setMarkerDrawables(marker.
activeId
, marker.inactiveId);
181
m.setMarkerDrawables(marker.
activeId
, marker.inactiveId);
/frameworks/native/libs/gui/
SurfaceComposerClient.cpp
748
int
activeId
= getActiveConfig(display);
749
if (
activeId
< 0) {
754
*info = configs[static_cast<size_t>(
activeId
)];
/frameworks/base/core/java/android/widget/
AbsListView.java
[
all
...]
Completed in 170 milliseconds