HomeSort by relevance Sort by last modified time
    Searched refs:isCurrent (Results 1 - 25 of 40) sorted by null

1 2

  /external/smack/src/org/apache/harmony/javax/security/auth/
Refreshable.java 24 boolean isCurrent();
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationNode.h 83 bool isCurrent() const { return ensureCalculated().isCurrent; }
156 bool isCurrent;
SampledEffect.cpp 47 if (canChange() && m_animation->isCurrent())
AnimationNodeTest.cpp 122 EXPECT_TRUE(animationNode->isCurrent());
133 EXPECT_TRUE(animationNode->isCurrent());
144 EXPECT_FALSE(animationNode->isCurrent());
155 EXPECT_FALSE(animationNode->isCurrent());
377 EXPECT_FALSE(animationNode->isCurrent());
388 EXPECT_FALSE(animationNode->isCurrent());
596 EXPECT_TRUE(animationNode->isCurrent());
606 EXPECT_TRUE(animationNode->isCurrent());
627 EXPECT_FALSE(animationNode->isCurrent());
637 EXPECT_FALSE(animationNode->isCurrent());
    [all...]
ActiveAnimations.cpp 70 if (animation.isCurrent()) {
AnimationNode.cpp 155 m_calculated.isCurrent = phase() == PhaseBefore || isInPlay() || (m_parent && m_parent->isCurrent());
AnimationTimeline.cpp 211 count += (animationNode && (animationNode->isCurrent() || animationNode->isInEffect()));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
UserSwitcherController.java 148 boolean isCurrent = currentId == info.id;
151 true /* isGuest */, isCurrent, false /* isAddUser */,
162 int index = isCurrent ? 0 : records.size();
164 isCurrent, false /* isAddUser */, false /* isRestricted */));
183 true /* isGuest */, false /* isCurrent */,
187 int index = guestRecord.isCurrent ? 0 : records.size();
194 false /* isGuest */, false /* isCurrent */, true /* isAddUser */,
310 if (record.isCurrent != shouldBeCurrent) {
406 if (item.isCurrent) {
444 public final boolean isCurrent;
    [all...]
CastControllerImpl.java 193 final boolean isCurrent = Objects.equals(projection, mProjection);
194 if (started && !isCurrent) {
197 } else if (!started && isCurrent) {
KeyguardUserSwitcher.java 236 convertView.setActivated(item.isCurrent);
  /frameworks/base/libs/hwui/renderthread/
EglManager.h 46 bool isCurrent(EGLSurface surface) { return mCurrentSurface == surface; }
EglManager.cpp 199 if (isCurrent(surface)) {
229 if (isCurrent(surface)) return false;
  /frameworks/base/media/java/android/media/browse/
MediaBrowser.java 392 if (!isCurrent(callback, "onConnect")) {
435 if (!isCurrent(callback, "onConnectFailed")) {
461 if (!isCurrent(callback, "onLoadChildren")) {
492 private boolean isCurrent(IMediaBrowserServiceCallbacks callback, String funcName) {
704 if (!isCurrent("onServiceConnected")) {
746 if (!isCurrent("onServiceDisconnected")) {
762 private boolean isCurrent(String funcName) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
UserDetailView.java 74 v.setActivated(item.isCurrent);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
pprthred.h 197 ** "t". isCurrent will be non-zero if the thread state that is being
202 ** If "isCurrent" is non-zero then it is allowed for the thread context
208 NSPR_API(PRWord *) PR_GetGCRegisters(PRThread *t, int isCurrent, int *np);
  /external/smack/src/org/xbill/DNS/tests/
xfrin.java 104 } else if (xfrin.isCurrent()) {
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 424 public boolean isCurrent(EGLSurface eglSurface) {
581 if (!mEglCore.isCurrent(mEGLSurface)) {
  /external/smack/src/org/xbill/DNS/
ZoneTransferIn.java 675 isCurrent() {
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 582 private void dumpUser(PrintWriter fout, UserInfo user, boolean isCurrent) {
585 if (isCurrent) {
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 

Completed in 399 milliseconds

1 2