OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:activeid
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/resources/media/
tab_view.js
91
* @param {string}
activeId
The id the of the tab that should be switched to
95
switchTab_: function(
activeId
) {
102
this.activeTabId_ =
activeId
;
103
if (this.tabElements_[
activeId
]) {
104
this.tabElements_[
activeId
].body.classList.add(
106
this.tabElements_[
activeId
].head.classList.add(
/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
util.js
71
var
activeId
= targetNode.getAttribute('aria-activedescendant');
72
if (!
activeId
) {
75
return
activeId
;
93
var
activeId
= getActiveDescendantId_(node);
94
if (!
activeId
) {
97
if (
activeId
in seenIds) {
101
seenIds[
activeId
] = true;
102
node = document.getElementById(
activeId
);
/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/base/core/java/android/widget/
AbsListView.java
[
all
...]
Completed in 79 milliseconds