HomeSort by relevance Sort by last modified time
    Searched full:activeid (Results 1 - 6 of 6) 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/browser/resources/chromeos/chromevox/extensions/searchvox/
util.js 74 var activeId = targetNode.getAttribute('aria-activedescendant');
75 if (!activeId) {
78 return activeId;
96 var activeId = getActiveDescendantId_(node);
97 if (!activeId) {
100 if (activeId in seenIds) {
104 seenIds[activeId] = true;
105 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);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
aria_util.js 574 var activeId = targetNode.getAttribute('aria-activedescendant');
575 if (!activeId) {
578 return activeId;
654 var activeId = cvox.AriaUtil.getActiveDescendantId_(node);
655 if (!activeId) {
658 if (activeId in seenIds) {
662 seenIds[activeId] = true;
663 node = document.getElementById(activeId);
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 654 int activeId = getActiveConfig(display);
655 if (activeId < 0) {
660 *info = configs[activeId];
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]

Completed in 2675 milliseconds