HomeSort by relevance Sort by last modified time
    Searched refs:newVisibility (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/com/android/internal/view/menu/
ListMenuItemView.java 151 final int newVisibility = checkable ? VISIBLE : GONE;
152 if (compoundButton.getVisibility() != newVisibility) {
153 compoundButton.setVisibility(newVisibility);
185 final int newVisibility = (showShortcut && mItemData.shouldShowShortcut())
188 if (newVisibility == VISIBLE) {
192 if (mShortcutView.getVisibility() != newVisibility) {
193 mShortcutView.setVisibility(newVisibility);
  /frameworks/base/core/java/android/preference/
TwoStatePreference.java 228 int newVisibility = View.GONE;
231 newVisibility = View.VISIBLE;
233 if (newVisibility != summaryView.getVisibility()) {
234 summaryView.setVisibility(newVisibility);
DialogPreference.java 356 int newVisibility = View.GONE;
363 newVisibility = View.VISIBLE;
366 if (dialogMessageView.getVisibility() != newVisibility) {
367 dialogMessageView.setVisibility(newVisibility);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 661 int newVisibility = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY));
668 && newVisibility != BluetoothShare.VISIBILITY_VISIBLE
673 info.mVisibility = newVisibility;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.h 602 void childVisibilityChanged(bool newVisibility);
    [all...]
RenderLayer.cpp 562 void RenderLayer::childVisibilityChanged(bool newVisibility)
564 if (m_hasVisibleDescendant == newVisibility || m_visibleDescendantStatusDirty)
566 if (newVisibility) {
    [all...]
  /development/sdk/prebuilt/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]

Completed in 8339 milliseconds